diff --git a/project/antora.yml b/project/antora.yml index ee5ac6e..3314f28 100644 --- a/project/antora.yml +++ b/project/antora.yml @@ -14,3 +14,4 @@ start_page: ROOT:index.adoc # This lists all the menu definitions of your component. nav: - modules/ROOT/nav.adoc + - modules/code-of-conduct/nav.adoc diff --git a/project/modules/ROOT/nav.adoc b/project/modules/ROOT/nav.adoc index 14696d7..559045f 100644 --- a/project/modules/ROOT/nav.adoc +++ b/project/modules/ROOT/nav.adoc @@ -4,9 +4,6 @@ * xref:brand.adoc[Brand] * xref:initiatives.adoc[Current Initiatives] * xref:communications.adoc[Project Communications] -* xref:code-of-conduct.adoc[Code of Conduct] -** xref:coc-committee.adoc[Committee] -** xref:coc-clarifying.adoc[Clarifying Notes and Statements] * xref:help.adoc[Getting Help] * xref:join.adoc[Get Involved] * xref:sponsor.adoc[Sponsoring] diff --git a/project/modules/code-of-conduct/nav.adoc b/project/modules/code-of-conduct/nav.adoc new file mode 100644 index 0000000..26a0c78 --- /dev/null +++ b/project/modules/code-of-conduct/nav.adoc @@ -0,0 +1,3 @@ +* xref:index.adoc[Code of Conduct] +** xref:clarifying-statements.adoc[Clarifying Notes and Statements] +** xref:committee.adoc[Committee] diff --git a/project/modules/ROOT/pages/coc-clarifying.adoc b/project/modules/code-of-conduct/pages/clarifying-statements.adoc similarity index 98% rename from project/modules/ROOT/pages/coc-clarifying.adoc rename to project/modules/code-of-conduct/pages/clarifying-statements.adoc index 7ec8a9a..4e326c6 100644 --- a/project/modules/ROOT/pages/coc-clarifying.adoc +++ b/project/modules/code-of-conduct/pages/clarifying-statements.adoc @@ -1,4 +1,5 @@ = Clarifying Notes and Statements +:page-aliases: project::coc-clarifying.adoc == Clarifications diff --git a/project/modules/ROOT/pages/coc-committee.adoc b/project/modules/code-of-conduct/pages/committee.adoc similarity index 99% rename from project/modules/ROOT/pages/coc-committee.adoc rename to project/modules/code-of-conduct/pages/committee.adoc index 48b6436..36b87d4 100644 --- a/project/modules/ROOT/pages/coc-committee.adoc +++ b/project/modules/code-of-conduct/pages/committee.adoc @@ -1,4 +1,5 @@ = Fedora Code of Conduct Committee +:page-aliases: project::coc-committee.adoc == Who is the Fedora Code of Conduct Committee? diff --git a/project/modules/ROOT/pages/code-of-conduct.adoc b/project/modules/code-of-conduct/pages/index.adoc similarity index 100% rename from project/modules/ROOT/pages/code-of-conduct.adoc rename to project/modules/code-of-conduct/pages/index.adoc