We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6d20760 + 708b0bc commit 5daa35aCopy full SHA for 5daa35a
barretenberg/docs/docusaurus.config.ts
@@ -89,7 +89,7 @@ const config: Config = {
89
lastVersion: versions[1],
90
versions: {
91
[versions[0]]: {
92
- path: "nightly",
+ ...(versions[0].includes("nightly") && { path: "nightly" }),
93
},
94
...(process.env.ENV === "dev" && {
95
current: {
docs/docusaurus.config.js
@@ -70,7 +70,7 @@ const config = {
70
71
72
73
74
75
76
0 commit comments