Skip to content

Commit 9287daa

Browse files
committed
docs: drop Advanced from nav and hide its pages (SD-2873)
The Advanced group was turning into a junk drawer of paths we're walking away from in v2 of the editor. Hide all of them from nav while keeping the files reachable by direct URL for existing inbound links: - SuperEditor (4 pages): the Document API on SuperDoc covers the headless story now (editor.doc.* gives full programmatic access without instantiating SuperEditor directly). - Headless toolbar + examples: superdoc/ui will eventually offer full toolbar control across frameworks (tracked in SD-2874); hiding now so we don't teach the deprecated path. Existing redirects keep old URLs working; the pages just don't appear in the sidebar.
1 parent e619e76 commit 9287daa

7 files changed

Lines changed: 6 additions & 16 deletions

File tree

apps/docs/advanced/headless-toolbar-examples.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Headless Toolbar Examples
3+
hidden: true
34
sidebarTitle: Examples
45
keywords: "toolbar examples, vue toolbar, svelte toolbar, custom toolbar examples"
56
---

apps/docs/advanced/headless-toolbar.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Headless Toolbar
3+
hidden: true
34
sidebarTitle: Headless
45
keywords: "headless toolbar, custom toolbar, toolbar api, createHeadlessToolbar, toolbar state, toolbar commands"
56
---

apps/docs/advanced/supereditor/configuration.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Configuration
3+
hidden: true
34
keywords: "supereditor config, editor configuration, prosemirror setup, document editor options, advanced config"
45
---
56

apps/docs/advanced/supereditor/events.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Events
3+
hidden: true
34
keywords: "supereditor events, editor lifecycle, document events, editor callbacks, editor hooks"
45
---
56

apps/docs/advanced/supereditor/methods.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Methods
3+
hidden: true
34
keywords: "supereditor methods, editor commands, document manipulation, editor api"
45
---
56

apps/docs/advanced/supereditor/overview.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: SuperEditor API
3+
hidden: true
34
sidebarTitle: Overview
45
keywords: "supereditor class, prosemirror docx, tiptap alternative, editor commands, document manipulation api"
56
---

apps/docs/docs.json

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -232,22 +232,6 @@
232232
}
233233
]
234234
},
235-
{
236-
"group": "Advanced",
237-
"pages": [
238-
{
239-
"group": "SuperEditor",
240-
"pages": [
241-
"advanced/supereditor/overview",
242-
"advanced/supereditor/configuration",
243-
"advanced/supereditor/methods",
244-
"advanced/supereditor/events"
245-
]
246-
},
247-
"advanced/headless-toolbar",
248-
"advanced/headless-toolbar-examples"
249-
]
250-
},
251235
{
252236
"group": "Resources",
253237
"pages": [

0 commit comments

Comments
 (0)