Skip to content

Commit 4dac9b1

Browse files
wip
1 parent 3bdeb6a commit 4dac9b1

20 files changed

Lines changed: 560 additions & 327 deletions

src/.vuepress/config.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
const { description, base } = require('../../package');
22

33
const addonsSidebar = require('./sidebars/addons');
4-
const atomicEditorSidebar = require('./sidebars/atomic-editor');
54
const cliSidebar = require('./sidebars/cli');
65
const contextMenuSidebar = require('./sidebars/context-menu');
76
const controlsSidebar = require('./sidebars/controls');
@@ -116,10 +115,6 @@ module.exports = {
116115
text: 'The Editor',
117116
link: '/editor/',
118117
},
119-
{
120-
text: 'Atomic Editor',
121-
link: '/atomic-editor/',
122-
},
123118
{
124119
text: 'Editor Controls',
125120
link: '/editor-controls/',
@@ -198,7 +193,6 @@ module.exports = {
198193
],
199194
sidebar: {
200195
'/addons/': addonsSidebar,
201-
'/atomic-editor/': atomicEditorSidebar,
202196
'/cli/': cliSidebar,
203197
'/context-menu/': contextMenuSidebar,
204198
'/controls/': controlsSidebar,

src/.vuepress/sidebars/atomic-editor.js

Lines changed: 0 additions & 21 deletions
This file was deleted.

src/.vuepress/sidebars/data-structure.js

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,16 @@ module.exports = [
3737
'global-styles',
3838
]
3939
},
40+
{
41+
title: 'Atomic Structure',
42+
collapsable: false,
43+
sidebarDepth: -1,
44+
children: [
45+
'atomic-elements',
46+
'atomic-widgets',
47+
'atomic-prop-values',
48+
'atomic-styles',
49+
'atomic-global-classes',
50+
]
51+
},
4052
];

src/.vuepress/sidebars/hooks.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ module.exports = [
3131
'font-display',
3232
'form-validation',
3333
'forms',
34+
'kit-meta-to-preserve-on-import',
35+
'atomic-global-classes-update',
36+
'atomic-widgets-styles-register',
37+
'atomic-widgets-styles-clear',
3438
]
3539
},
3640
{

src/atomic-editor/global-classes/actions-filters.md

Lines changed: 0 additions & 80 deletions
This file was deleted.

src/atomic-editor/global-classes/data-structures.md

Lines changed: 0 additions & 90 deletions
This file was deleted.

src/atomic-editor/global-classes/index.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

src/atomic-editor/global-classes/rest-api.md

Lines changed: 0 additions & 112 deletions
This file was deleted.

src/atomic-editor/index.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)