forked from koizumistr/spdx-spec
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
57 lines (57 loc) · 2.73 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
site_name: SPDX Specification 3.0.1
site_description: The System Package Data Exchange (SPDX) Specification Version 3.0.1 - Open standard for creating Software Bills of Materials (SBOMs)
site_author: The Linux Foundation and its Contributors, including SPDX Model contributions from OMG and its Contributors.
site_url: https://spdx.github.io/spdx-spec/ # set to the "root" of the site, to be combined with canonical_version
repo_url: https://github.com/spdx/spdx-spec/
edit_uri: "" # set to an empty string to disable edit links; to enable, set to blob/development/v3.0.1/docs/
copyright: SPDX v3.0.1 Copyright © 2010-2024, The Linux Foundation and its Contributors, including SPDX Model contributions from OMG and its Contributors.
use_directory_urls: true
theme:
name: readthedocs
sticky_navigation: true
plugins:
- search
- mike:
canonical_version: v3.0.1 # tell search engines to prefer the URL of v3.0.1
alias_type: redirect # use redirect so it can redirect every pages (not just the root of the version)
# - pdf-export:
# combined: true
# media_type: print
# enabled_if_env: ENABLE_PDF_EXPORT # only export PDF if this is set to 1
extra_css:
- css/style.css
markdown_extensions:
- codehilite:
guess_lang: false
strict: true
validation:
nav:
omitted_files: warn # use "info" to relax during development where there are moving parts
not_found: warn # warn if a file is referenced in the nav but not included in the build
absolute_links: warn
links:
not_found: warn
anchors: warn
absolute_links: warn
unrecognized_links: warn
nav:
- 'Home': index.md # index.md, which will be publish as index.html, is needed for a website as a default home
- 'Copyright': front/copyright.md
- 'Introduction': front/introduction.md
- '1. Scope': scope.md
- '2. References': references.md
- '3. Symbols': symbols.md
- '4. Terms and definitions': terms-and-definitions.md
- '5. Conformance': conformance.md
- '6. Model and serializations': serializations.md
- model: # __MODEL_PLACEHOLDER__, to be replaced by content from mkdocs-files.yml. Please do not edit this line.
- "__MODEL_PLACEHOLDER__": "https://example.com" # allows mkdocs.yml to be build/tested without full model list. Please do not edit this line.
- annexes:
- 'A. RDF model definition and diagrams': annexes/rdf-model.md
- 'B. SPDX license expressions': annexes/spdx-license-expressions.md
- 'C. SPDX License List matching guidelines': annexes/license-matching-guidelines-and-templates.md
- 'D. SPDX Lite': annexes/spdx-lite.md
- 'E. Package URL specification': annexes/pkg-url-specification.md
- licenses:
- 'Community Specification License 1.0': licenses/Community-Spec-1.0.md
- 'Creative Commons Attribution License 3.0 Unported': licenses/CC-BY-3.0.md