|
1 | 1 | site_name: Skupper Documentation |
2 | 2 | site_url: https://skupper.io/docs/ |
3 | | -docs_dir: docs-input |
| 3 | +docs_dir: doc-input |
4 | 4 | site_dir: output/docs |
5 | 5 |
|
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" |
17 | 6 | 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: "" |
19 | 16 |
|
20 | 17 | # Support .html links in markdown (Transom compatibility) |
21 | 18 | use_directory_urls: false |
|
29 | 26 | features: |
30 | 27 | # - navigation.tabs # REMOVED: This puts nav in horizontal tabs at top |
31 | 28 | - 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 |
33 | 30 | - navigation.top # Back to top button |
34 | 31 | - navigation.indexes # Section index pages |
35 | 32 | - search.suggest # Search suggestions |
@@ -105,10 +102,3 @@ plugins: |
105 | 102 | - macros: |
106 | 103 | module_name: config/mkdocs_macros |
107 | 104 |
|
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