From e225399fbd6bb075ed4d28b9f1ee8da09e89076c Mon Sep 17 00:00:00 2001 From: Neil Alexander Date: Wed, 11 May 2022 12:04:15 +0100 Subject: [PATCH] More tweaks --- docs/CONTRIBUTING.md | 1 + docs/FAQ.md | 1 + docs/tracing/opentracing.md | 3 ++- docs/tracing/setup.md | 1 + 4 files changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md index b7e8dbc03..ce6d4980d 100644 --- a/docs/CONTRIBUTING.md +++ b/docs/CONTRIBUTING.md @@ -1,6 +1,7 @@ --- title: Contributing parent: Development +permalink: /development/contributing --- # Contributing to Dendrite diff --git a/docs/FAQ.md b/docs/FAQ.md index f3ac025b8..3e7cb2573 100644 --- a/docs/FAQ.md +++ b/docs/FAQ.md @@ -1,6 +1,7 @@ --- title: FAQ nav_order: 1 +permalink: /faq --- # FAQ diff --git a/docs/tracing/opentracing.md b/docs/tracing/opentracing.md index 535e00e62..1d3da5854 100644 --- a/docs/tracing/opentracing.md +++ b/docs/tracing/opentracing.md @@ -1,7 +1,8 @@ --- -title: OpenTracing +title: Opentracing has_children: true parent: Development +permalink: /development/opentracing --- Opentracing diff --git a/docs/tracing/setup.md b/docs/tracing/setup.md index 0daeb2a6b..1f549af19 100644 --- a/docs/tracing/setup.md +++ b/docs/tracing/setup.md @@ -1,6 +1,7 @@ --- title: Setup parent: Opentracing +permalink: /development/opentracing/setup --- ## OpenTracing Setup