From 09036cfc01efce06c01232bf69293a48329d60e6 Mon Sep 17 00:00:00 2001 From: Arthit Suriyawongkul Date: Mon, 12 Aug 2024 01:18:48 +0100 Subject: [PATCH 1/2] Add conformance.md to the website build conformance.md was in nav, but also in draft_docs, made it not available in build and thus 404. Fixed by removed it from draft_docs Signed-off-by: Arthit Suriyawongkul --- mkdocs.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index 56d7334be5..6f051360cd 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -24,7 +24,7 @@ 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 + 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 @@ -54,4 +54,3 @@ nav: draft_docs: | # for preview with `mkdocs serve`, but excluded from `mkdocs build` omg-preface.md iso-foreword.md - conformance.md From 8615f52d3535e24f859ad5d7660e319f086936c7 Mon Sep 17 00:00:00 2001 From: Arthit Suriyawongkul Date: Mon, 12 Aug 2024 01:26:56 +0100 Subject: [PATCH 2/2] diffs-from-previous-iso.md -> changes-from-previous-iso.md Update diffs-from-previous-iso.md to changes-from-previous-iso.md Signed-off-by: Arthit Suriyawongkul --- mkdocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkdocs.yml b/mkdocs.yml index 6f051360cd..cb65d0a24d 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -41,7 +41,7 @@ nav: - '5. Model and serializations': serializations.md - model: # [MODEL_PLACEHOLDER], to be replaced by content from mkdocs-files.yml - annexes: - - 'A. Changes from the previous standard': annexes/diffs-from-previous-iso.md + - 'A. Changes from the previous standard': annexes/changes-from-previous-iso.md - 'B. RDF model definition and diagrams': annexes/rdf-model.md - 'C. SPDX license expressions': annexes/SPDX-license-expressions.md - 'D. SPDX license list matching guidelines': annexes/license-matching-guidelines-and-templates.md