fix: clean up example doc
This commit is contained in:
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user