aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <marussy@mit.bme.hu>2024-07-18 01:38:59 +0200
committerLibravatar Kristóf Marussy <marussy@mit.bme.hu>2024-07-18 01:38:59 +0200
commitfbbc1525d825824e343428232f7015171c94d209 (patch)
treeff9657ecff69138364a5e747aa91054d26e3a222
parentdocs: tutorial on applying released Gradle plugin (diff)
downloadrefinery-fbbc1525d825824e343428232f7015171c94d209.tar.gz
refinery-fbbc1525d825824e343428232f7015171c94d209.tar.zst
refinery-fbbc1525d825824e343428232f7015171c94d209.zip
fix(docs): develop base path
-rw-r--r--subprojects/docs/docusaurus.config.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/subprojects/docs/docusaurus.config.ts b/subprojects/docs/docusaurus.config.ts
index 362ce146..1edf277d 100644
--- a/subprojects/docs/docusaurus.config.ts
+++ b/subprojects/docs/docusaurus.config.ts
@@ -119,6 +119,7 @@ export default {
119 { 119 {
120 label: 'Develop', 120 label: 'Develop',
121 to: '/develop/java', 121 to: '/develop/java',
122 activeBasePath: '/develop',
122 }, 123 },
123 { 124 {
124 label: 'GitHub', 125 label: 'GitHub',