Files
OpenBLAS/mkdocs.yml
Matthew Barber 27841b8b44 More doc improvements
* Fold "Users of OpenBLAS", "Publications", "Mailing list", "Donation" pages into "About"
* Remove full license
* Remove outdated TODO and machine list pages
* Shorter titles for CI and distributing pages
* Link to GotoBLAS readme in repo
* Brief description of OpenBLAS in homepage
* Move acknowledgements into About page
* Remove manual TOC in FAQ docs
2024-03-20 11:13:21 +00:00

25 lines
382 B
YAML

site_name: OpenBLAS
theme:
name: material
logo: logo.svg
favicon: logo.svg
palette:
primary: grey
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- toc:
toc_depth: 4
nav:
- index.md
- install.md
- user_manual.md
- extensions.md
- developers.md
- build_system.md
- distributing.md
- ci.md
- about.md
- faq.md