Skip to content

Commit acf632e

Browse files
authored
Merge pull request #353 from mistralai/doc/v0.1.20
Update docs to v0.1.20
2 parents 843389a + 248f55e commit acf632e

File tree

9 files changed

+30
-0
lines changed

9 files changed

+30
-0
lines changed
2.1 KB
Loading
7.35 KB
Loading
1.88 KB
Loading

public/favicons/favicon-16x16.png

337 Bytes
Loading

public/favicons/favicon-32x32.png

466 Bytes
Loading

public/favicons/favicon.ico

15 KB
Binary file not shown.

public/manifest.webmanifest

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"name": "Mistral AI",
3+
"short_name": "MistralAI",
4+
"description": "Documentation for the deployment and usage of Mistral AI's LLMs",
5+
"start_url": "/",
6+
"display": "standalone",
7+
"background_color": "#ffffff",
8+
"theme_color": "#000000",
9+
"icons": [
10+
{
11+
"src": "/favicons/android-chrome-192x192.png",
12+
"sizes": "192x192",
13+
"type": "image/png"
14+
},
15+
{
16+
"src": "/favicons/android-chrome-512x512.png",
17+
"sizes": "512x512",
18+
"type": "image/png"
19+
}
20+
]
21+
}

src/app/favicon.ico

-15 KB
Binary file not shown.

src/app/layout.tsx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,15 @@ export const metadata: Metadata = {
1111
title: 'Mistral AI',
1212
description:
1313
"Documentation for the deployment and usage of Mistral AI's LLMs",
14+
manifest: '/manifest.webmanifest',
15+
icons: {
16+
icon: [
17+
{ url: '/favicons/favicon.ico' },
18+
{ url: '/favicons/favicon-16x16.png', sizes: '16x16' },
19+
{ url: '/favicons/favicon-32x32.png', sizes: '32x32' },
20+
],
21+
apple: '/favicons/apple-touch-icon.png',
22+
},
1423
};
1524

1625
const sfMono = localFont({

0 commit comments

Comments
 (0)