summaryrefslogtreecommitdiff
path: root/mkdocs.yml
diff options
context:
space:
mode:
authorJordan Wiens <github@psifertex.com>2026-03-19 17:59:01 -0400
committerJordan Wiens <github@psifertex.com>2026-03-19 17:59:01 -0400
commit5484dbb79eff3d92d3bded58d2226a29ad423ce4 (patch)
tree702f0ed75dc6d060283202ae7c6043959eb289ca /mkdocs.yml
parentefb7b798391b526bf7d6a29b6f87e8d95ee35d50 (diff)
refactor licenses in documentation to be separate linkable pages
Diffstat (limited to 'mkdocs.yml')
-rw-r--r--mkdocs.yml11
1 files changed, 10 insertions, 1 deletions
diff --git a/mkdocs.yml b/mkdocs.yml
index 6a4e8449..ff4e7aa7 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -155,7 +155,16 @@ nav:
- Contributing Documentation: 'dev/documentation.md'
- About:
- 'about/index.md'
- - License: 'about/license.md'
+ - License:
+ - 'about/license.md'
+ - Non-commercial (Named): 'about/license/noncommercial-named.md'
+ - Commercial (Named): 'about/license/commercial-named.md'
+ - Non-commercial (Computer): 'about/license/noncommercial-computer.md'
+ - Commercial (Computer): 'about/license/commercial-computer.md'
+ - Free: 'about/license/free.md'
+ - Ultimate: 'about/license/ultimate.md'
+ - Ultimate Floating: 'about/license/ultimate-floating.md'
+ - Enterprise Server: 'about/license/enterprise-server.md'
- Open Source: 'about/open-source.md'
- Privacy: 'about/privacy.md'
- Icons: 'about/icons.md'