We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0def9c commit 2126aa9Copy full SHA for 2126aa9
.github/workflows/deploy_docs_from_release.yaml
@@ -18,7 +18,8 @@ jobs:
18
python-version: 3.10.6
19
- name: Install Dependencies
20
run: |
21
- pip install mkdocs-material
+ pip install mkdocs-material mkdocs-same-dir mkdocs-redirects
22
+
23
pip install pillow cairosvg mike
24
- name: Setup Docs Deploy
25
mkdocs.yml
@@ -3,11 +3,14 @@ copyright: Copyright © 2024 - 2030 AirLab CMU
3
docs_dir: .
4
site_name: AirStack
5
site_dir: ../site
6
+site_url: 'https://docs.theairlab.org/docs/' # Trailing slash is recommended
7
exclude_docs: |
8
**/ros_ws/build
9
**/ros_ws/install
10
**/kit-app-template/**
11
extra:
12
+ version:
13
+ provider: mike
14
generator: false
15
social:
16
- icon: fontawesome/brands/github
0 commit comments