Skip to content

Commit 534cabc

Browse files
committed
fix
1 parent 7d482da commit 534cabc

1 file changed

Lines changed: 11 additions & 21 deletions

File tree

mkdocs.yml

Lines changed: 11 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,18 @@
11
site_name: Skupper Documentation
22
site_url: https://skupper.io/docs/
3-
docs_dir: docs-input
3+
docs_dir: doc-input
44
site_dir: output/docs
55

6-
# Extra configuration
7-
# site_prefix controls navigation links in header/footer
8-
#
9-
# For production (skupper.io): use empty string (relative paths)
10-
# For staging/preview: use full URL without trailing slash
11-
# For local dev: use http://localhost:8000 or your local server
12-
#
13-
# Examples:
14-
# Production: site_prefix: ""
15-
# Staging: site_prefix: "https://skupper-mkdocs.netlify.app"
16-
# Local: site_prefix: "http://localhost:8000"
176
extra:
18-
site_prefix: "https://skupper-mkdocs.netlify.app"
7+
# Static values for MVP - will be dynamic with macros plugin
8+
skupper_version: "2.2.1"
9+
skupper_cli_version: "2.2.1"
10+
skupper_version_v1: "1.9.2"
11+
# site_prefix controls navigation links in header/footer
12+
# For production (skupper.io): use empty string (relative paths)
13+
# For staging/preview: use full URL without trailing slash
14+
# For local dev: use http://localhost:8000 or your local server
15+
site_prefix: ""
1916

2017
# Support .html links in markdown (Transom compatibility)
2118
use_directory_urls: false
@@ -29,7 +26,7 @@ theme:
2926
features:
3027
# - navigation.tabs # REMOVED: This puts nav in horizontal tabs at top
3128
- navigation.sections # Show sections in sidebar
32-
# - navigation.expand # Auto-expand sections in sidebar (disabled for collapsible nav)
29+
#- navigation.expand # Auto-expand sections in sidebar
3330
- navigation.top # Back to top button
3431
- navigation.indexes # Section index pages
3532
- search.suggest # Search suggestions
@@ -105,10 +102,3 @@ plugins:
105102
- macros:
106103
module_name: config/mkdocs_macros
107104

108-
extra:
109-
# Static values for MVP - will be dynamic with macros plugin
110-
skupper_version: "2.2.1"
111-
skupper_cli_version: "2.2.1"
112-
skupper_version_v1: "1.9.2"
113-
site_prefix: ""
114-

0 commit comments

Comments
 (0)