02
Editing Content
Learn how to edit sections, subsections, and content in Form mode — including Document Info and auto subsection TOC.
Adding a New Section
Learn how to create a new section file.
- Click the + buttonClick the "+" button at the top of the sidebar.
- Enter Section InformationEnter the following information in the modal:
- Order: Numbers only (e.g., "3" → number becomes 03 automatically)
- Document Info (unnumbered): Check for release notes, legal notices, etc.
- Slug: Lowercase letters, numbers, and hyphens only (e.g., "new-feature")
- Title: Enter multilingual title
- Creation CompleteClick the ✅ button to create the new section file, which will be automatically selected.
Adding a Subsection
Learn how to add a subsection within a section.
- Click the + Add Subsection buttonIn Form mode, click the "+ Add Subsection" button.
- Enter Subsection InformationEnter the following information for the subsection:
- ID: Unique identifier (e.g., "feature-overview")
- Title: Multilingual title
- Description: Multilingual description (optional)
Adding Content
Learn how to add Step Guide, InfoBox, Screenshot, and Table to subsections.
Content Types
Manual Editor supports the following 4 content types:
1. Step Guide: Step-by-step guide (can include images)
2. InfoBox: Information box (info, warning, tip, danger)
3. Screenshot: Screenshot image
4. Table: Table (manualTable)
- Expand SubsectionClick on the subsection to expand it where you want to add content.
- Select Content TypeClick the "+ Add Content" button and select the desired content type.
- Edit ContentEnter the fields according to the selected content type.
Reordering with Drag and Drop
You can reorder subsections and content by dragging and dropping.
- Drag ItemClick and drag the subsection or content item you want to move.
- Drop at Target LocationDrag to the desired location and release the mouse to change the order.
Document Information Area
Use the Document Information area for release notes, legal notices, and open-source licenses. It appears below the Table of Contents on the product cover, without section numbers.
- Open a section file (not _product.yaml)Document Info is not configured in
_product.yaml. Create or open a section YAML file (e.g.,90-release-notes.yaml,08-reference.yaml). - Enable Document Info (unnumbered)In Form mode, open Section Info and check Document Info (unnumbered). Or in YAML mode, set: ``
yaml section: number: "" slug: release-notes order: 90 unnumbered: true title: ko: 릴리즈 노트 en: Release Notes`` - Check the product cover previewAfter save and Sanity sync, the section appears under Document Information on the product cover (below Contents), without a number badge. Numbered chapters stay under Contents; unnumbered sections move to Document Information.
Tips
- Select
_product.yamlin the sidebar to preview the cover (Contents + Document Information). - Existing sections like "Reference / Legal Notice" can be moved by enabling Document Info (unnumbered) on that section file.
- Order still controls sort order; only the number display is hidden.
Auto Subsection Table of Contents
When a section has 3 or more subsections, a title-link TOC is generated automatically at the top of the section page.
How it works
Behavior
- Shown only when there are 3 or more subsections
- Lists subsection titles as in-page links
- Clicking a link scrolls to that subsection (
#id) - No manual TOC editing required — titles come from each subsection
feature-overview). The ID is used as the anchor for the link.Note
With fewer than 3 subsections, the TOC is hidden so short sections stay uncluttered.