From a77b5ffc10170d546ce9479d7f43f026b060a4eb Mon Sep 17 00:00:00 2001 From: Dan Allen Date: Sep 25 2018 09:38:12 +0000 Subject: clean up playbook file - use recommended YAML indentation rules (don't indent items of an array) - set master as default branch pattern to avoid repetition - add .adoc extension to start page ID - use local folder instead of remote URL for "docs" component --- diff --git a/site.yml b/site.yml index 2e8ead3..259c0b1 100644 --- a/site.yml +++ b/site.yml @@ -1,90 +1,61 @@ site: title: Fedora Docs Site url: https://docs.fedoraproject.org - start_page: docs::index + start_page: docs::index.adoc content: + branches: master sources: - - url: https://pagure.io/fedora-docs/docs-fp-o.git - branches: - - antora_rawhide - - antora_f28 - - antora_f27 - - antora_f26 - - url: https://pagure.io/fedora-docs/install-guide.git - branches: - - master - - f28 - - f27 - - f26 - - url: https://pagure.io/fedora-docs/system-administrators-guide.git - branches: - - master - - f28 - - f27 - - f26 - - url: https://pagure.io/fedora-docs/release-notes.git - branches: - - master - - f28 - - f27 - - f26 - - url: https://pagure.io/fedora-docs/quick-docs.git - branches: - - master - - url: https://pagure.io/mentored-projects.git - branches: - - master - - url: https://pagure.io/fedora-commops.git - branches: - - master - start_path: docs - - url: https://pagure.io/Fedora-Council/council-docs.git - branches: - - master - start_path: council - - url: https://pagure.io/Fedora-Council/council-docs.git - branches: - - master - start_path: project - - url: https://pagure.io/Fedora-Council/council-docs.git - branches: - - master - start_path: fesco - - url: https://pagure.io/Fedora-Council/council-docs.git - branches: - - master - start_path: mindshare - - url: https://pagure.io/fedora-docs/modularity.git - branches: - - master - - url: https://pagure.io/fedora-docs/silverblue.git - branches: - - master - - url: https://pagure.io/fedora-docs/documentation-contributors-guide.git - branches: - - master - - url: https://pagure.io/fedora-docs/flatpak.git - branches: - - master - - url: https://pagure.io/fedora-diversity.git - branches: - - master - - url: https://pagure.io/packaging-committee.git - branches: - - master - start_path: guidelines - - url: ./ - branches: master - start_path: pages -# - url: https://pagure.io/forks/bex/packaging-guidelines.git -# branches: -# - antora-adoc-v2 -# - url: https://pagure.io/fedora-docs/documentation-guide.git -# branches: -# - master + - url: . + start_path: pages + - url: . + branches: + - antora_rawhide + - antora_f28 + - antora_f27 + - antora_f26 + - url: https://pagure.io/fedora-docs/install-guide.git + branches: + - master + - f28 + - f27 + - f26 + - url: https://pagure.io/fedora-docs/system-administrators-guide.git + branches: + - master + - f28 + - f27 + - f26 + - url: https://pagure.io/fedora-docs/release-notes.git + branches: + - master + - f28 + - f27 + - f26 + - url: https://pagure.io/fedora-docs/quick-docs.git + - url: https://pagure.io/mentored-projects.git + - url: https://pagure.io/fedora-commops.git + start_path: docs + - url: https://pagure.io/Fedora-Council/council-docs.git + start_path: council + - url: https://pagure.io/Fedora-Council/council-docs.git + start_path: project + - url: https://pagure.io/Fedora-Council/council-docs.git + start_path: fesco + - url: https://pagure.io/Fedora-Council/council-docs.git + start_path: mindshare + - url: https://pagure.io/fedora-docs/modularity.git + - url: https://pagure.io/fedora-docs/silverblue.git + - url: https://pagure.io/fedora-docs/documentation-contributors-guide.git + - url: https://pagure.io/fedora-docs/flatpak.git + - url: https://pagure.io/fedora-diversity.git + - url: https://pagure.io/packaging-committee.git + start_path: guidelines + #- url: https://pagure.io/forks/bex/packaging-guidelines.git + # branches: + # - antora-adoc-v2 + #- url: https://pagure.io/fedora-docs/documentation-guide.git ui: bundle: - #url: https://gitlab.com/antora/antora-ui-default/-/jobs/artifacts/master/raw/build/ui-bundle.zip?job=bundle-stable url: https://asamalik.fedorapeople.org/ui-bundle.zip snapshot: true default_layout: with_menu