Skip to content

Commit ed2c632

Browse files
authored
Create web editor group (#1091)
* split web editor into focused pages * remove icons * add redirect * copyedit getting started * update group IA * copyedit git concepts * update conceptual info about branches * concsion * more concision * copyedit content management page * copyedit publishing * copy edit troubleshooting * focus reference on keyboard shortcuts
1 parent 302335d commit ed2c632

File tree

9 files changed

+482
-389
lines changed

9 files changed

+482
-389
lines changed

docs.json

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,19 @@
2424
"index",
2525
"quickstart",
2626
"installation",
27-
"editor"
27+
{
28+
"group": "Web editor",
29+
"icon": "mouse-pointer-2",
30+
"pages": [
31+
"editor/getting-started",
32+
"editor/git-concepts",
33+
"editor/branches",
34+
"editor/content-management",
35+
"editor/publishing",
36+
"editor/keyboard-shortcuts",
37+
"editor/troubleshooting"
38+
]
39+
}
2840
]
2941
},
3042
{
@@ -506,6 +518,10 @@
506518
{
507519
"source": "api-reference/chat/*",
508520
"destination": "api-reference/assistant/*"
521+
},
522+
{
523+
"source": "editor",
524+
"destination": "editor/getting-started"
509525
}
510526
],
511527
"integrations": {

0 commit comments

Comments
 (0)