diff options
Diffstat (limited to 't/fmt/yaml/skiparray.yaml')
-rw-r--r-- | t/fmt/yaml/skiparray.yaml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/t/fmt/yaml/skiparray.yaml b/t/fmt/yaml/skiparray.yaml new file mode 100644 index 0000000..5737320 --- /dev/null +++ b/t/fmt/yaml/skiparray.yaml @@ -0,0 +1,17 @@ +--- +# 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: project + +# Title will be visible on the page. +title: Fedora Project + +# 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. +start_page: ROOT:index + +# This lists all the menu definitions of your component. +nav: +- modules/ROOT/nav.adoc |