forked from spdx/spdx-spec
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
39 lines (38 loc) · 1.97 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
site_name: specification v2.2.1
docs_dir: chapters
theme: readthedocs
extra_css:
- css/style.css
use_directory_urls: true
nav:
- 'Copyright': index.md
- 'Foreword': foreword.md
- 'Introduction': introduction.md
- 'Clause 1: Scope': scope.md
- 'Clause 2: Normative references': normative-references.md
- 'Clause 3: Terms and definitions': terms-and-definitions.md
- 'Clause 4: Conformance': conformance.md
- 'Clause 5: Composition of an SPDX document': composition-of-an-SPDX-document.md
- 'Clause 6: Document Creation Information': document-creation-information.md
- 'Clause 7: Package Information': package-information.md
- 'Clause 8: File Information': file-information.md
- 'Clause 9: Snippet Information': snippet-information.md
- 'Clause 10: Other Licensing Information Detected': other-licensing-information-detected.md
- 'Clause 11: Relationship between SPDX Elements Information': relationships-between-SPDX-elements.md
- 'Clause 12: Annotation Information': annotations.md
- 'Clause 13: Review Information (deprecated)': review-information-deprecated.md
- 'Annex A: SPDX License List': SPDX-license-list.md
- 'Annex B: License Matching Guidelines and Templates': license-matching-guidelines-and-templates.md
- 'Annex C: RDF Object Model and Identifier Syntax': RDF-object-model-and-identifier-syntax.md
- 'Annex D: SPDX License Expressions': SPDX-license-expressions.md
- 'Annex E: Using SPDX short identifiers in Source Files': using-SPDX-short-identifiers-in-source-files.md
- 'Annex F: External Repository Identifiers': external-repository-identifiers.md
- 'Annex G: Creative Commons Attribution License 3.0 Unported': creative-commons-attribution-license-3.0-unported.md
- 'Annex H: SPDX Lite': SPDX-Lite.md
- 'Annex I: SPDX File Tags': file-tags.md
- 'Annex J: Differences from Earlier SPDX Versions': diffs-from-previous-editions.md
- 'Bibliography': bibliography.md
copyright: Copyright © 2010 - 2020 Linux Foundation and its Contributors.
markdown_extensions:
- codehilite:
guess_lang: false