forked from spdx/spdx-spec
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
61 lines (61 loc) · 2.66 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
58
59
60
61
site_name: SPDX v3 Specification
site_description: The System Package Data Exchange (SPDX) Specification Version 3.0.1 (DRAFT)
site_author: Linux Foundation and its Contributors
site_url: https://spdx.github.io/spdx-spec/v3.0.1-draft/
# site_url: https://spdx.github.io/spdx-spec/v3.0.1/ # for the final 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: DRAFT -- v3.0.1 -- DRAFT
use_directory_urls: true
theme: readthedocs
plugins:
- search
- mike:
canonical_version: latest # tell search engines to prefer the latest 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: info # allow during development where there are moving parts
not_found: info # allow during development where there are moving parts
absolute_links: warn
links:
not_found: warn
anchors: warn
absolute_links: warn
unrecognized_links: warn
nav:
- 'Copyright': index.md
- 'Introduction': introduction.md
- 'Scope': scope.md
- 'Normative references': normative-references.md
- 'Terms and definitions': terms-and-definitions.md
- 'Model and serializations': serializations.md
- 'Bibliography': bibliography.md
- model: # [MODEL_PLACEHOLDER], to be replaced by content from mkdocs-files.yml
- annexes:
- 'Diffs from Previous Editions': annexes/diffs-from-previous-editions.md
- 'Getting started with SPDX 3': annexes/getting-started.md
- 'RDF Object Model and Identifier Syntax': annexes/RDF-object-model-and-identifier-syntax.md
- 'SPDX License Expressions': annexes/SPDX-license-expressions.md
- 'SPDX license list matching guidelines': annexes/license-matching-guidelines-and-templates.md
- 'Using SPDX short identifiers in Source Files': annexes/using-SPDX-short-identifiers-in-source-files.md
- 'Using SPDX to comply with norms, standards and regulation': annexes/using-SPDX-to-comply-with-industry-guidance.md
- 'Including Security Information in SPDX': annexes/including-security-information-in-SPDX.md
- 'SPDX Lite': annexes/SPDX-Lite.md
- 'Cross-referencing in SPDX 3': annexes/cross-reference.md
- 'Package URL specification': annexes/pkg-url-specification.md
- licenses:
- 'Creative Commons Attribution License 3.0 Unported': licenses/CC-BY-3.0.md
- 'Community Specification License 1.0': licenses/Community-Spec-1.0.md
draft_docs: | # for preview with `mkdocs serve`, but excluded from `mkdocs build`
ISO_foreword.md
conformance.md