diff --git a/antora.yml b/antora.yml index 201dc99..c927f1f 100644 --- a/antora.yml +++ b/antora.yml @@ -1,14 +1,20 @@ # 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) +# 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: quick-docs -# Title will be visible on the page. +# Title will be visible on the page. title: Quick Docs -# If you don't plan to have multiple versions of the docs (for example, to document multiple versions of some software), you can ignore this field. Otherwise, change "master" to a specific version. +# If you don't plan to have multiple versions of the docs (for example, to +# document multiple versions of some software), you can ignore this field. +# Otherwise, change "master" to a specific version. version: master -# We encourage you to name the index page as "index.adoc". If you absolutely have to use a different name, please reflect it here. You can ignore this field otherwise. +# We encourage you to name the index page as "index.adoc". If you absolutely +# have to use a different name, please reflect it here. You can ignore this +# field otherwise. start_page: ROOT:index.adoc # This lists all the menu definitions of your component. diff --git a/site.yml b/site.yml index ee9bef1..78caa14 100644 --- a/site.yml +++ b/site.yml @@ -1,4 +1,4 @@ -site: +site: title: Local Preview start_page: quick-docs::index.adoc content: @@ -10,11 +10,11 @@ ui: url: https://asamalik.fedorapeople.org/ui-bundle.zip snapshot: true default_layout: with_menu -output: - clean: true +output: + clean: true dir: ./public - destinations: - - provider: archive + destinations: + - provider: archive runtime: fetch: true cache_dir: ./cache