Skip to content

Commit 64e02fa

Browse files
authored
adds address codec doc to 10.x and next (#8662)
1 parent 6a85e5c commit 64e02fa

File tree

127 files changed

+188
-4
lines changed

Some content is hidden

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

127 files changed

+188
-4
lines changed
Lines changed: 92 additions & 0 deletions

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: "v10.1.x",
52+
lastVersion: "v10.4.x",
5353
// Assign banners to specific versions
5454
versions: {
5555
current: {
5656
path: "main",
5757
banner: "unreleased",
5858
},
59-
"v10.1.x": {
59+
"v10.4.x": {
6060
path: "v10",
6161
banner: "none",
6262
},

0 commit comments

Comments
 (0)