From 5aa6f124d1c00cb537aecaad273dccf259394175 Mon Sep 17 00:00:00 2001 From: Petr Šplíchal Date: Mar 04 2019 12:16:33 +0000 Subject: Merge #13 `add table of contents to pages` --- diff --git a/modules/ROOT/pages/examples.adoc b/modules/ROOT/pages/examples.adoc index a53d55b..aef4d4f 100644 --- a/modules/ROOT/pages/examples.adoc +++ b/modules/ROOT/pages/examples.adoc @@ -1,3 +1,5 @@ +:toc: + = Examples = On this page you can find some inspiration from real-life examples of tests already enabled in the Fedora CI. diff --git a/modules/ROOT/pages/faq.adoc b/modules/ROOT/pages/faq.adoc index dffb2cc..38c8b98 100644 --- a/modules/ROOT/pages/faq.adoc +++ b/modules/ROOT/pages/faq.adoc @@ -1,3 +1,5 @@ +:toc: + = Frequently Asked Questions (FAQ) [qanda] diff --git a/modules/ROOT/pages/quick-start-guide.adoc b/modules/ROOT/pages/quick-start-guide.adoc index b17c5c0..f5313f2 100644 --- a/modules/ROOT/pages/quick-start-guide.adoc +++ b/modules/ROOT/pages/quick-start-guide.adoc @@ -1,3 +1,5 @@ +:toc: + = Quick Start Guide = Are you eager to try out how the Fedora CI tests work? diff --git a/modules/ROOT/pages/standard-test-interface.adoc b/modules/ROOT/pages/standard-test-interface.adoc index 340192e..e358a33 100644 --- a/modules/ROOT/pages/standard-test-interface.adoc +++ b/modules/ROOT/pages/standard-test-interface.adoc @@ -1,3 +1,5 @@ +:toc: + = Standard Test Interface = Standard Discovery, Staging and Invocation of Integration Tests. diff --git a/modules/ROOT/pages/standard-test-roles.adoc b/modules/ROOT/pages/standard-test-roles.adoc index 05d3067..56ab3d0 100644 --- a/modules/ROOT/pages/standard-test-roles.adoc +++ b/modules/ROOT/pages/standard-test-roles.adoc @@ -1,3 +1,5 @@ +:toc: + = Standard Test Roles = Package `standard-test-roles` provides shared Ansible roles and inventory scripts implementing the xref:standard-test-interface.adoc[Standard Test Interface].