From 1566b4d31b6517ba47fcc9179eb0e0433f43cb30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Henning?= <soeren.henning@email.uni-kiel.de> Date: Thu, 2 Dec 2021 19:06:25 +0100 Subject: [PATCH] Modify navigation structure --- docs/creating-a-benchmark.md | 2 +- docs/creating-an-execution.md | 1 + docs/index.md | 2 +- docs/running-benchmarks.md | 2 +- docs/theodolite-benchmarks/index.md | 2 +- 5 files changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/creating-a-benchmark.md b/docs/creating-a-benchmark.md index b61880e86..1f72d21bf 100644 --- a/docs/creating-a-benchmark.md +++ b/docs/creating-a-benchmark.md @@ -1,5 +1,5 @@ --- -title: Creating a Benchmark +title: Creating Benchmarks has_children: false nav_order: 5 --- diff --git a/docs/creating-an-execution.md b/docs/creating-an-execution.md index 2e96f6287..6773e78de 100644 --- a/docs/creating-an-execution.md +++ b/docs/creating-an-execution.md @@ -1,6 +1,7 @@ --- title: Creating an Execution has_children: false +parent: Running Benchmarks nav_order: 6 --- diff --git a/docs/index.md b/docs/index.md index 0e5c171f1..a78490673 100644 --- a/docs/index.md +++ b/docs/index.md @@ -12,7 +12,7 @@ permalink: / Theodolite is a framework for benchmarking the horizontal and vertical scalability of stream processing engines. [Get started now](quickstart){: .btn .btn-primary .fs-5 .mb-4 .mb-md-0 .mr-4 } -[Learn more](benchmarks-and-executions){: .btn .fs-5 .mb-4 .mb-md-0 } +[Learn the underlying concepts](benchmarks-and-executions){: .btn .fs-5 .mb-4 .mb-md-0 } --- diff --git a/docs/running-benchmarks.md b/docs/running-benchmarks.md index 85e691c61..04b93b67d 100644 --- a/docs/running-benchmarks.md +++ b/docs/running-benchmarks.md @@ -1,6 +1,6 @@ --- title: Running Benchmarks -has_children: false +has_children: true nav_order: 4 --- diff --git a/docs/theodolite-benchmarks/index.md b/docs/theodolite-benchmarks/index.md index 5fcd42255..edd3e4c8f 100644 --- a/docs/theodolite-benchmarks/index.md +++ b/docs/theodolite-benchmarks/index.md @@ -1,5 +1,5 @@ --- -title: Theodolite Benchmarks +title: Available Benchmarks has_children: false nav_order: 7 --- -- GitLab