Skip to content

Commit 4f01689

Browse files
authored
Consolidate visual editor (#1417)
* add images * update docs.json * consolidate editor content * remove outdated pages * copyedit * adjust images
1 parent 2ccef11 commit 4f01689

13 files changed

+412
-381
lines changed

docs.json

Lines changed: 19 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,7 @@
2525
"index",
2626
"quickstart",
2727
"installation",
28-
{
29-
"group": "Visual editor",
30-
"pages": [
31-
"editor/getting-started",
32-
"editor/content-management",
33-
"editor/publishing",
34-
"editor/keyboard-shortcuts",
35-
"editor/troubleshooting"
36-
]
37-
},
28+
"editor",
3829
"ai-native",
3930
"migration"
4031
]
@@ -1505,8 +1496,24 @@
15051496
"destination": "api-reference/assistant/*"
15061497
},
15071498
{
1508-
"source": "editor",
1509-
"destination": "editor/getting-started"
1499+
"source": "editor/getting-started",
1500+
"destination": "editor"
1501+
},
1502+
{
1503+
"source": "editor/content-management",
1504+
"destination": "editor"
1505+
},
1506+
{
1507+
"source": "editor/publishing",
1508+
"destination": "editor"
1509+
},
1510+
{
1511+
"source": "editor/keyboard-shortcuts",
1512+
"destination": "editor"
1513+
},
1514+
{
1515+
"source": "editor/troubleshooting",
1516+
"destination": "editor"
15101517
},
15111518
{
15121519
"source": "guides/analytics",

0 commit comments

Comments
 (0)