Skip to content

Add versioning to the docs #869

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 28 commits into
base: main
Choose a base branch
from
Draft
Changes from 1 commit
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
1fd0314
contribution guide updates
artberger Mar 3, 2025
dbc3b22
image path relative
artberger Mar 3, 2025
7d8ecde
mike versioning
artberger Mar 3, 2025
ed87f3f
update doc guide
artberger Mar 3, 2025
c49b44d
period
artberger Mar 4, 2025
d313861
ensure version switcher remains visible
artberger Mar 4, 2025
196be29
fix formattin
artberger Mar 4, 2025
385f50d
fix location of main.html in overrides
artberger Mar 4, 2025
5769e8f
Add make virtual environment command
artberger Mar 4, 2025
f290f5f
add link to localhost
artberger May 8, 2025
a13e744
add warning
artberger May 8, 2025
7e68026
Add versioning to local docker image
artberger May 8, 2025
fa32888
Merge branch 'main' into adb-versioning
artberger May 8, 2025
2f26413
revert img update
artberger May 8, 2025
fa00351
make docs target and make-docs.sh script
artberger May 23, 2025
1405ff9
change from gh-pages to docs branch
artberger May 23, 2025
ff3d933
Update the release process to include make docs
artberger May 23, 2025
c88ecf6
Add versioning info to contributors guide
artberger May 23, 2025
fd463f1
update mike serve for docs branch
artberger May 23, 2025
dea46d3
Update docs guide
artberger May 23, 2025
b359ab2
Update Netlify settings and remove old make commands
artberger May 23, 2025
bba0257
update regex
artberger May 23, 2025
4a6789a
Update publish process
artberger May 23, 2025
0033ef3
fix branch name in description
artberger May 27, 2025
8e9f3d8
Set default version to latest
artberger May 27, 2025
992b3a7
Update deploy step
artberger May 27, 2025
29652fa
update release
artberger May 27, 2025
f20984f
update netlify.toml
artberger May 29, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
period
  • Loading branch information
artberger committed Mar 4, 2025
commit c49b44d921fa5f68bc145885ec6ef97950196031
2 changes: 1 addition & 1 deletion site-src/contributing/docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This doc site is built using MkDocs. It includes a Docker image for you to previ

2. If you add a new page, make sure to update the `nav` section in the `mkdocs.yml` file.

3. From the root directory of this project, run the Docker image with the following command from the `Makefile`
3. From the root directory of this project, run the Docker image with the following command from the `Makefile`.
```sh
make live-docs
```
Expand Down