From 369d315abac89d18d2793bb5f006d2b17afe45cd Mon Sep 17 00:00:00 2001 From: Adam Samalik Date: Oct 07 2019 13:11:10 +0000 Subject: [PATCH 1/2] add gitignore --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9f3ebf5 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +build +cache +public From 5682d64be323f85d352f4d57a19b037048dddd7d Mon Sep 17 00:00:00 2001 From: Adam Samalik Date: Oct 07 2019 13:11:31 +0000 Subject: [PATCH 2/2] fix structure to publish to docs.fp.o/program_management --- diff --git a/antora.yml b/antora.yml index 10f2644..a088d82 100644 --- a/antora.yml +++ b/antora.yml @@ -1,6 +1,6 @@ # Name will be mostly visible in the URL. Treat it as an indentifier. # Tip: If you want to use the local preview scripts that come with this repository, please change this value in the site.yml file as well. (under site/start_page) -name: fedora # <---- PLEASE MODIFY +name: program_management # <---- PLEASE MODIFY # Title will be visible on the page. title: Fedora Program Management # <---- PLEASE MODIFY @@ -14,4 +14,3 @@ start_page: ROOT:index.adoc # This lists all the menu definitions of your component. nav: - modules/ROOT/nav.adoc -- modules/ROOT/pages/pgm_guide/nav.adoc diff --git a/modules/ROOT/nav.adoc b/modules/ROOT/nav.adoc new file mode 100644 index 0000000..e1ed3bd --- /dev/null +++ b/modules/ROOT/nav.adoc @@ -0,0 +1,8 @@ +* xref:pgm_guide/changes.adoc[Changes] +* xref:pgm_guide/release_process.adoc[Release process] +* xref:pgm_guide/prioritized_bugs.adoc[Prioritized bugs] +* xref:pgm_guide/elections.adoc[Elections] +* xref:pgm_guide/schedule.adoc[Schedule management] +* xref:pgm_guide/pgm_communication.adoc[PgM communications] +* xref:pgm_guide/council.adoc[Council meetings and processes] +* xref:pgm_guide/getting_started.adoc[Getting started] diff --git a/modules/ROOT/pages/pgm_guide/nav.adoc b/modules/ROOT/pages/pgm_guide/nav.adoc deleted file mode 100644 index e1ed3bd..0000000 --- a/modules/ROOT/pages/pgm_guide/nav.adoc +++ /dev/null @@ -1,8 +0,0 @@ -* xref:pgm_guide/changes.adoc[Changes] -* xref:pgm_guide/release_process.adoc[Release process] -* xref:pgm_guide/prioritized_bugs.adoc[Prioritized bugs] -* xref:pgm_guide/elections.adoc[Elections] -* xref:pgm_guide/schedule.adoc[Schedule management] -* xref:pgm_guide/pgm_communication.adoc[PgM communications] -* xref:pgm_guide/council.adoc[Council meetings and processes] -* xref:pgm_guide/getting_started.adoc[Getting started] diff --git a/modules/pgm_guide/nav.adoc b/modules/pgm_guide/nav.adoc deleted file mode 100644 index eb0e01c..0000000 --- a/modules/pgm_guide/nav.adoc +++ /dev/null @@ -1,8 +0,0 @@ -* xref:changes.adoc[Changes] -* xref:release_process.adoc[Release process] -* xref:prioritized_bugs.adoc[Prioritized bugs] -* xref:elections.adoc[Elections] -* xref:schedule.adoc[Schedule management] -* xref:pgm_communication.adoc[PgM communications] -* xref:council.adoc[Council meetings and processes] -* xref:getting_started.adoc[Getting started] diff --git a/site.yml b/site.yml index 5c43757..00d96a9 100644 --- a/site.yml +++ b/site.yml @@ -1,6 +1,6 @@ site: title: Local Preview - start_page: fedora:ROOT:index.adoc + start_page: program_management:ROOT:index.adoc content: sources: - url: .