Skip to content

Commit 5e711a8

Browse files
committed
2.2.1
1 parent 5ba5e41 commit 5e711a8

3 files changed

Lines changed: 8 additions & 11 deletions

File tree

docs-input

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
input/

input/refdog/topics/index.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
---
2-
render_macros: false
3-
---
4-
51
# Topics
62

7-
{{page.directory_nav()}}
3+
Use the left hand menu to explore topics related to implementing an application network.

mkdocs.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
site_name: Skupper Documentation
2-
site_url: !ENV [SITE_URL, 'http://localhost:8000']
3-
docs_dir: input
2+
site_url: https://skupper.io/docs/
3+
docs_dir: docs-input
44
site_dir: output/docs
55

66
# Extra configuration
@@ -29,7 +29,7 @@ theme:
2929
features:
3030
# - navigation.tabs # REMOVED: This puts nav in horizontal tabs at top
3131
- navigation.sections # Show sections in sidebar
32-
- navigation.expand # Auto-expand sections in sidebar
32+
# - navigation.expand # Auto-expand sections in sidebar (disabled for collapsible nav)
3333
- navigation.top # Back to top button
3434
- navigation.indexes # Section index pages
3535
- search.suggest # Search suggestions
@@ -73,6 +73,7 @@ nav:
7373
- Site Linking: system-yaml/site-linking.md
7474
- Service Exposure: system-yaml/service-exposure.md
7575
- Console: console/index.md
76+
- API Reference: /api/
7677
- Troubleshooting: troubleshooting/index.md
7778
- ...
7879

@@ -106,9 +107,8 @@ plugins:
106107

107108
extra:
108109
# Static values for MVP - will be dynamic with macros plugin
109-
skupper_version: "2.1.1"
110-
skupper_cli_version: "2.1.1"
110+
skupper_version: "2.2.1"
111+
skupper_cli_version: "2.2.1"
111112
skupper_version_v1: "1.9.2"
112113
site_prefix: ""
113114

114-
# Made with Bob

0 commit comments

Comments
 (0)