Using MKDocs to build out documentation for the following resources:
- US Argo GDAC requirements
- NCEI Argo website
- French GDAC
- GOADE Argo website
- Argo Data management website
- Argo GDAC cookbook
Following the tutorial from here.
# initialize venv
uv pip install mkdocs-material
# then run
mkdocs new .
# manually configure yaml
# then run 'mkdocs serve'
mkdocs serve
# and open browser
# to build
mkdocs build
https://squidfunk.github.io/mkdocs-material/reference/diagrams/
Reference the uv documentation here: https://github.com/astral-sh/uv/tree/main/docs
Reference on most plugins: https://squidfunk.github.io/mkdocs-material/reference/footnotes/