fix: clean up example doc

This commit is contained in:
Stevan Freeborn
2023-04-09 12:58:14 -05:00
parent da40cdfaba
commit ae44fe7e07
2 changed files with 2 additions and 20 deletions
+2 -18
View File
@@ -6,29 +6,13 @@ export const versionTwo: DocsStructure[] = [
folder: 'introduction', folder: 'introduction',
copy: 'copy.md', copy: 'copy.md',
example: 'example.md', example: 'example.md',
children: [ children: [],
{
title: 'What is this?',
folder: 'what-is-this',
copy: 'copy.md',
example: 'example.md',
children: [],
},
],
}, },
{ {
title: 'Authentication', title: 'Authentication',
folder: 'authentication', folder: 'authentication',
copy: 'copy.md', copy: 'copy.md',
example: 'example.md', example: 'example.md',
children: [ children: [],
{
title: 'Login',
folder: 'login',
copy: 'copy.md',
example: 'example.md',
children: [],
},
],
}, },
]; ];
@@ -1,5 +1,3 @@
{% .custom-class-name-here %}
# Example # Example
This is the example for the introduction page. This is the example for the introduction page.