Managing Pages
Audience: Site owners (end users)
Your site's structure is determined by its pages and the top navigation bar. ScaffolderJS automatically generates your main navigation menu based on your page configuration.
The Page Selector
At the top of the Floating Builder Panel, you will find the Page Selector dropdown. This displays the page you are currently viewing and editing.
- Switching Pages: Click the dropdown to select a different page. The live preview will automatically swap to display that page.
Adding a New Page
- Open the Floating Builder Panel.
- Click the + (Plus) button located right next to the page dropdown.
- A modal dialog will appear. Enter the required details:
- Navigation Label: Display text for this page in your navigation bar (e.g., "Our Services").
- Slug: The URL path for the page (e.g.,
/services). - SEO Description (Optional): A brief summary of the page used by Google and other search engines.
- Click Create Page.
- The new page is ready to be populated with sections!
Editing Page Settings and Visibility
You can change a page's metadata after it has been created:
- Select the target page from the Page Selector dropdown.
- Click the Edit (Pencil) icon next to the dropdown menu.
- Update its Navigation Label, Slug, or SEO Description.
- Visibility Toggle: Inside this same settings menu, you can toggle the page's visibility ON or OFF.
- Disabling a page hides it completely from the live website and navigation bar while keeping all of your configured content safely stored. This is ideal when you are actively drafting a new major page or running a limited-time promotion.
Reordering Pages
The order of pages determines how they are listed in your website's main navigation menu.
- In the Floating Builder Panel, click the Reorder (List) icon.
- An interactive list of all your pages will appear.
- Drag and drop the pages by their handles to rearrange them.
- Once you drop a page, your navigation bar will instantly update to reflect the new hierarchy.
Documentation Pages
If you generated standalone technical/markdown documentation using the Scaffolder CLI import tool, a Docs link is automatically grouped into your main Site Navigation. These documentation pages perform as a separate sub-routing system and are managed from the file system, not the visual Site Builder.