Skip to content

Commit 0c28eab

Browse files
committed
feature: publishing versioned data via mike
1 parent d59516d commit 0c28eab

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

66 files changed

+21963
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
path: .cache
3232
restore-keys: |
3333
mkdocs-material-
34-
- run: pip install mkdocs-material
34+
- run: pip install mkdocs-material mike
3535

3636

3737
- run: mkdocs gh-deploy --force

mkdocs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,6 @@ nav:
3030
- Mir's Built-in Configuration: configuration/mir.md
3131
- Display Configuration: configuration/display_configuration.md
3232
- Roadmap: roadmap.md
33+
extra:
34+
version:
35+
provider: mike

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
mkdocs
2-
mkdocs-material
2+
mkdocs-material
3+
mike

0 commit comments

Comments
 (0)