Skip to content

Commit 2126aa9

Browse files
committed
Mess around more with docs versioning
1 parent e0def9c commit 2126aa9

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/deploy_docs_from_release.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ jobs:
1818
python-version: 3.10.6
1919
- name: Install Dependencies
2020
run: |
21-
pip install mkdocs-material
21+
pip install mkdocs-material mkdocs-same-dir mkdocs-redirects
22+
2223
pip install pillow cairosvg mike
2324
- name: Setup Docs Deploy
2425
run: |

mkdocs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,14 @@ copyright: Copyright © 2024 - 2030 AirLab CMU
33
docs_dir: .
44
site_name: AirStack
55
site_dir: ../site
6+
site_url: 'https://docs.theairlab.org/docs/' # Trailing slash is recommended
67
exclude_docs: |
78
**/ros_ws/build
89
**/ros_ws/install
910
**/kit-app-template/**
1011
extra:
12+
version:
13+
provider: mike
1114
generator: false
1215
social:
1316
- icon: fontawesome/brands/github

0 commit comments

Comments
 (0)