Skip to content

Commit 14630eb

Browse files
committed
fix(docs): correct version string in versions.json from 0.13.0 to 0.13
Docusaurus expects version strings to match the versioned_docs/version-X directory names and docusaurus.config.ts version keys. Change from 0.13.0 to 0.13 for consistency.
1 parent a3497c7 commit 14630eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

website/versions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[
2-
"0.13.0",
2+
"0.13",
33
"0.12",
44
"0.11",
55
"0.10",

0 commit comments

Comments
 (0)