Skip to content

Commit a04609f

Browse files
committed
website update
1 parent 8c0dd29 commit a04609f

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

website/docs/getting-started/_project/_compatibility-notices.mdx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,8 @@
33

44
### v1.x (2025-08-03)
55

6-
The first public release.
6+
The initial pre-release version, intended for internal testing and evaluation.
7+
8+
### v2.x (2025-08-08)
9+
10+
The first public release. Several configuration variables have been renamed to better reflect their intended purpose, including `navbarFilePath`, `navbarLabel`, and `listPagesAtTop`.

website/docs/user/configuration/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Default: `'docs'`
6565

6666
The folder where the generated API documentation files are stored; since the reference `.md` pages must be parsed by Docusaurus `plugin-content-docs`, this folder must be below the Docusaurus `docs` folder; no final slash is needed.
6767

68-
Default: `'api'`
68+
Default: `'api'` or the ID for multi-configurations.
6969

7070
### `baseUrl`
7171

@@ -89,7 +89,7 @@ The URL pathname under which the reference documentation is served.
8989

9090
Relative to the docs URL pathname, like `api`, without initial/final slashes.
9191

92-
Default: `'api'`
92+
Default: `'api'` or the ID for multi-configurations.
9393

9494
### `imagesFolderPath`
9595

0 commit comments

Comments
 (0)