Skip to content

Commit c327a6f

Browse files
Merge pull request #367 from mistralai/doc/v0.1.31
Update docs to v0.1.31
2 parents fc0f51c + 8e2d414 commit c327a6f

File tree

6 files changed

+29
-29
lines changed

6 files changed

+29
-29
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,12 @@
5858
"jotai": "^2.13.1",
5959
"lucide-react": "^0.536.0",
6060
"minisearch": "^7.1.2",
61-
"next": "^15.5.7",
61+
"next": "^15.5.8",
6262
"next-mdx-remote": "^5.0.0",
6363
"next-themes": "^0.4.6",
6464
"nuqs": "^2.4.3",
65-
"react": "^19.1.2",
66-
"react-dom": "^19.1.2",
65+
"react": "^19.1.3",
66+
"react-dom": "^19.1.3",
6767
"react-syntax-highlighter": "^15.6.1",
6868
"react-use-measure": "^2.1.7",
6969
"remark-directive": "^4.0.0",
@@ -112,4 +112,4 @@
112112
"node": ">=18.0"
113113
},
114114
"packageManager": "[email protected]+sha256.56a9e76b51796ca7f73b85e44cf83712862091f4d498c0ce4d5b7ecdc6ba18f7"
115-
}
115+
}

pnpm-lock.yaml

Lines changed: 18 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/schema/content/getting-started.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export const BUILDING_FEATURES = [
5454
] as const;
5555

5656
export const HERO_AVATAR_CARDS: ModelSlug[] = [
57-
'devstral-medium-1-0-25-07',
57+
'ministral-3-14b-25-12',
5858
'ocr-25-05',
5959
'magistral-medium-1-2-25-09',
6060
] as const;

src/schema/content/models.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ import { ModelSlug } from '@/schema/models';
22

33
export const FEATURED_MODEL_NAMES: ModelSlug[] = [
44
'mistral-large-3-25-12',
5+
'devstral-2-25-12',
56
'mistral-medium-3-1-25-08',
6-
'codestral-25-08',
77
];
88

99
export const LATEST_MODEL_NAMES: ModelSlug[] = [
@@ -15,8 +15,8 @@ export const LATEST_MODEL_NAMES: ModelSlug[] = [
1515

1616
export const FEATURED_MODEL_NAMES_MODELS_PAGE: ModelSlug[] = [
1717
'mistral-large-3-25-12',
18+
'devstral-2-25-12',
1819
'mistral-medium-3-1-25-08',
19-
'codestral-25-08',
2020
];
2121

2222
export const FEATURED_MODELS_COLOR_OVERRIDES = [

src/schema/models/models/codestral-25-08.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import { StaticModel } from '../schema';
22
export default {
33
name: 'Codestral',
4-
description: `Our cutting-edge language model for coding released end of July 2025, Codestral specializes in low-latency, high-frequency tasks such as fill-in-the-middle (FIM), code correction and test generation.`,
5-
shortDescription: `Our cutting-edge language model for coding released end of July 2025.`,
4+
description: `Our cutting-edge language model for code completion released end of July 2025, Codestral specializes in low-latency, high-frequency tasks such as fill-in-the-middle (FIM) and code generation.`,
5+
shortDescription: `Our cutting-edge language model for code completion released end of July 2025.`,
66
slug: 'codestral-25-08',
77
releaseDate: 'July 30, 2025',
88
version: '25.08',

src/schema/models/models/devstral-2-25-12.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import { StaticModel } from '../schema';
22
export default {
33
name: 'Devstral 2',
4-
description: `An enterprise grade text model, that excels at using tools to explore codebases, editing multiple files and power software engineering agents.`,
5-
shortDescription: `An enterprise grade text model, that excels at SWE use cases.`,
4+
description: `Our frontier code agents model for solving software engineering tasks; excels at using tools to explore codebases, editing multiple files and power software engineering agents.`,
5+
shortDescription: `Our frontier code agents model for solving software engineering tasks.`,
66
slug: 'devstral-2-25-12',
77
releaseDate: 'December 9, 2025',
88
version: '25.12',

0 commit comments

Comments
 (0)