Logo
NeoArc Studio

Content Directory

Organise your documentation pages into subdirectories

The content directory is where all your documentation pages live. This folder forms the root of your site's navigation structure.

Getting started

Right-click in this directory and select New Folder to create your first content section.

Recommended structures

Choose a structure that matches how your audience will use the documentation:

Example structure

content/
├── getting-started/
│   ├── sort-order.cf.json
│   ├── overview.cf.page.json
│   ├── installation.cf.page.json
│   └── first-steps.cf.page.json
├── guides/
│   ├── sort-order.cf.json
│   ├── creating-diagrams/
│   │   ├── basic-shapes.cf.page.json
│   │   └── connectors.cf.page.json
│   └── documenting-apis/
│       ├── rest-apis.cf.page.json
│       └── graphql-apis.cf.page.json
└── reference/
    ├── sort-order.cf.json
    ├── content-blocks.cf.page.json
    └── diagram-elements.cf.page.json

Learn more