From ae44fe7e0754cd41303bb8440c528c60f7216867 Mon Sep 17 00:00:00 2001 From: Stevan Freeborn <65925598+StevanFreeborn@users.noreply.github.com> Date: Sun, 9 Apr 2023 12:58:14 -0500 Subject: [PATCH] fix: clean up example doc --- src/docs/version_002/docsStructure.ts | 20 ++------------------ src/docs/version_002/introduction/example.md | 2 -- 2 files changed, 2 insertions(+), 20 deletions(-) diff --git a/src/docs/version_002/docsStructure.ts b/src/docs/version_002/docsStructure.ts index bddbd26..1fd9e1b 100644 --- a/src/docs/version_002/docsStructure.ts +++ b/src/docs/version_002/docsStructure.ts @@ -6,29 +6,13 @@ export const versionTwo: DocsStructure[] = [ folder: 'introduction', copy: 'copy.md', example: 'example.md', - children: [ - { - title: 'What is this?', - folder: 'what-is-this', - copy: 'copy.md', - example: 'example.md', - children: [], - }, - ], + children: [], }, { title: 'Authentication', folder: 'authentication', copy: 'copy.md', example: 'example.md', - children: [ - { - title: 'Login', - folder: 'login', - copy: 'copy.md', - example: 'example.md', - children: [], - }, - ], + children: [], }, ]; diff --git a/src/docs/version_002/introduction/example.md b/src/docs/version_002/introduction/example.md index af00f8f..27b751a 100644 --- a/src/docs/version_002/introduction/example.md +++ b/src/docs/version_002/introduction/example.md @@ -1,5 +1,3 @@ -{% .custom-class-name-here %} - # Example This is the example for the introduction page.