Skip to content

Commit 2675d28

Browse files
committed
feature: publishing versioned data via mike
1 parent d59516d commit 2675d28

Some content is hidden

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

67 files changed

+21964
-3
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

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ See the [installation guide](getting_started/installation.md) for installation i
88
## Features
99
- A tiling window manager, similar to `i3` and `sway`
1010
- Built-in support for inner/outer gaps
11-
- An optional floating window manager for individual windows
11+
- An optional floating window manager for individual windowss
1212
- A [YAML configuration file](./configuration/file.md)
1313
- Support for the following wayland protocols:
1414
- ext_session_lock_manager_v1

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)