Skip to content

Commit 0260e59

Browse files
committed
update group IA
1 parent 4afef6c commit 0260e59

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

docs.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,10 @@
2929
"icon": "mouse-pointer-2",
3030
"pages": [
3131
"editor/getting-started",
32-
"editor/content-management",
32+
"editor/git-concepts",
3333
"editor/branches",
34+
"editor/content-management",
3435
"editor/publishing",
35-
"editor/git-concepts",
36-
"editor/editor",
3736
"editor/troubleshooting"
3837
]
3938
}

editor/getting-started.mdx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ Markdown mode provides direct access to the underlying `MDX` code of your docume
101101

102102
## Next steps
103103

104-
- Learn about collaborating with [branches](/editor/branches).
105-
- Explore [content management](/editor/content-management) techniques.
104+
- Learn fundamental [Git concepts](/editor/git-concepts).
105+
- Learn best practices for collaborating with [branches](/editor/branches).
106+
- Explore [content management](/editor/content-management) with the web editor.
106107
- Understand [publishing options](/editor/publishing) for different scenarios.

editor/git-concepts.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Understanding Git with the web editor"
2+
title: "Git concepts"
33
description: "Learn how the web editor integrates with Git version control"
44
---
55

editor/troubleshooting.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: "Troubleshooting the web editor"
3+
sidebarTitle: "Troubleshooting"
34
description: "Solutions to common web editor issues and problems"
45
---
56

0 commit comments

Comments
 (0)