Skip to content

Commit e8c852d

Browse files
docs: documentation for v8.3.x (#6311)
* docs: documentation for v8.3.x * docs: fixed compile error --------- Co-authored-by: srdtrk <[email protected]>
1 parent 01a63ca commit e8c852d

File tree

128 files changed

+86
-5
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

128 files changed

+86
-5
lines changed

docs/docusaurus.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,14 @@ const config = {
4949
// Exclude template markdown files from the docs
5050
exclude: ["**/*.template.md"],
5151
// Select the latest version
52-
lastVersion: "v8.2.x",
52+
lastVersion: "v8.3.x",
5353
// Assign banners to specific versions
5454
versions: {
5555
current: {
5656
path: "main",
5757
banner: "unreleased",
5858
},
59-
"v8.2.x": {
59+
"v8.3.x": {
6060
path: "v8",
6161
banner: "none",
6262
},

0 commit comments

Comments
 (0)