diff options
| author | Jordan Wiens <github@psifertex.com> | 2026-03-19 17:59:01 -0400 |
|---|---|---|
| committer | Jordan Wiens <github@psifertex.com> | 2026-03-19 17:59:01 -0400 |
| commit | 5484dbb79eff3d92d3bded58d2226a29ad423ce4 (patch) | |
| tree | 702f0ed75dc6d060283202ae7c6043959eb289ca /mkdocs.yml | |
| parent | efb7b798391b526bf7d6a29b6f87e8d95ee35d50 (diff) | |
refactor licenses in documentation to be separate linkable pages
Diffstat (limited to 'mkdocs.yml')
| -rw-r--r-- | mkdocs.yml | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -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' |
