From 9460dcc807d9b569562ccfd9a1bf793aee944c6c Mon Sep 17 00:00:00 2001 From: Thomas Heartman Date: Wed, 12 Oct 2022 14:40:25 +0200 Subject: [PATCH] docs: rename anatomy doc --- .../{anatomy-of-unleash.mdx => the-anatomy-of-unleash.mdx} | 2 +- website/sidebars.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename website/docs/topics/{anatomy-of-unleash.mdx => the-anatomy-of-unleash.mdx} (99%) diff --git a/website/docs/topics/anatomy-of-unleash.mdx b/website/docs/topics/the-anatomy-of-unleash.mdx similarity index 99% rename from website/docs/topics/anatomy-of-unleash.mdx rename to website/docs/topics/the-anatomy-of-unleash.mdx index cfd68e2462..3780f270f3 100644 --- a/website/docs/topics/anatomy-of-unleash.mdx +++ b/website/docs/topics/the-anatomy-of-unleash.mdx @@ -1,5 +1,5 @@ --- -title: Anatomy of Unleash +title: The Anatomy of Unleash --- import Figure from '@site/src/components/Figure/Figure.tsx' diff --git a/website/sidebars.js b/website/sidebars.js index 3e3ee0d56f..8f0b0ff2e5 100644 --- a/website/sidebars.js +++ b/website/sidebars.js @@ -40,7 +40,7 @@ module.exports = { slug: '/topics', }, items: [ - 'topics/anatomy-of-unleash', + 'topics/the-anatomy-of-unleash', 'topics/a-b-testing', 'topics/proxy-hosting', ],