Aveiro Documentation
Monetization
Monetization Overview
Products
Getting Started
What Is Aveiro?
Create Your Account
Create Your First Site
Dashboard Tour
Key Concepts
Members and Permissions
API Tokens
Aveiro MCP server
Sites
Sites Overview
Choosing a Template
Managing Sites
Preview and Live URLs
Social
Social Publishing Overview
Connecting Social Accounts
Social Approval Workflow
Social Agents and API
Audience
Audience Overview
Campaigns
Automation
Segments
Deliverability
Sending Domains
Embed Forms
Subscribers
Audience Agents and API
Messaging
Messaging Overview
Visitor Support Chat
Inbox
Analytics
Analytics Overview
Events
Live Visitors
Page Analytics
Ads
Ads Overview
Managing Ad Inventory
Editor
Editor Overview
Media Library
Pages
Pages Overview
File Tree and Collections
Creating and Organizing Pages
Page Settings
Publishing Pages
Version History
Ai
AI Overview
Chat and Suggestions
Working with AI Changes
Translations
Translations Overview
Layout
Layout Overview
Site Layouts
Collection Layouts
Header, Footer, and Sidebars
Ad Placements
Components
Components Overview
Adding and Editing Components
Component Categories
Writing with MDX
Editing
Keyboard Shortcuts
Preview, Visual, and Source
Styles
Styles Overview
Block Styles
Site Theme and Branding
Settings
Visitor Login
Analytics and Privacy
Custom Domains
Settings Overview
Publishing Settings vs Content
SEO and Social Sharing
Site Name and URL
Visitor Assistant
Site Ad Settings
Integrations
Integrations Overview
Fourthwall Integration
TrademarkTrademark
Ctrl k
Search...
Sign up
Aveiro Documentation
Monetization
Monetization Overview
Products
Getting Started
What Is Aveiro?
Create Your Account
Create Your First Site
Dashboard Tour
Key Concepts
Members and Permissions
API Tokens
Aveiro MCP server
Sites
Sites Overview
Choosing a Template
Managing Sites
Preview and Live URLs
Social
Social Publishing Overview
Connecting Social Accounts
Social Approval Workflow
Social Agents and API
Audience
Audience Overview
Campaigns
Automation
Segments
Deliverability
Sending Domains
Embed Forms
Subscribers
Audience Agents and API
Messaging
Messaging Overview
Visitor Support Chat
Inbox
Analytics
Analytics Overview
Events
Live Visitors
Page Analytics
Ads
Ads Overview
Managing Ad Inventory
Editor
Editor Overview
Media Library
Pages
Pages Overview
File Tree and Collections
Creating and Organizing Pages
Page Settings
Publishing Pages
Version History
Ai
AI Overview
Chat and Suggestions
Working with AI Changes
Translations
Translations Overview
Layout
Layout Overview
Site Layouts
Collection Layouts
Header, Footer, and Sidebars
Ad Placements
Components
Components Overview
Adding and Editing Components
Component Categories
Writing with MDX
Editing
Keyboard Shortcuts
Preview, Visual, and Source
Styles
Styles Overview
Block Styles
Site Theme and Branding
Settings
Visitor Login
Analytics and Privacy
Custom Domains
Settings Overview
Publishing Settings vs Content
SEO and Social Sharing
Site Name and URL
Visitor Assistant
Site Ad Settings
Integrations
Integrations Overview
Fourthwall Integration
TrademarkTrademark
AveiroBlogContact
© Aveiro. All rights reserved.
Built with Aveiro
Pages

Creating and Organizing Pages

Add pages and collections, reorder the tree, rename paths, duplicate, and delete with undo.
Avatar
Updated by Quasar 25d ago
File Tree and Collections
Page Settings
In short
Use Add new → New page or New collection. Drag to reorder in Manual sort mode. Open Settings to change URLs. Delete supports undo for accidental removals.

Create a new page

  • Open Pages.
  • Click Add new → New page.
  • Enter a title and URL segment (slug).
  • Confirm — the page opens in the editor.
If a collection is selected or you create from within a folder context, the page is created inside that collection. New pages start with starter content depending on template and context. Replace or build from there in Visual or Source mode.

Create a new collection

  • Add new → New collection.
  • Enter a display name and URL segment.
  • The folder appears in the tree — add pages inside it.
Collections do not require an index.mdx, but many sites add one as a section landing page.

Reorder pages and collections

Set sort to Manual, then drag rows in the file tree. Order affects:
  • Sidebar navigation (on supported templates)
  • Collection component card order
  • Publish menu grouping
Switch to Name or Recent sort for maintenance — switch back to Manual before publishing nav-sensitive sites.

Reorder with Quasar or the API

You can also reorganize the tree without dragging:
  • Quasar — ask to reorder a collection, move a page into another folder, or change sort mode (for example "put Quickstart first in ").
/guides
  • REST — POST /api/v1/sites/{siteId}/reorder with operation reorder, move, or sort (requires content:write). See the Reorder pages API.
  • MCP — aveiro_reorder_pages wraps the same route for Cursor and Claude.
  • Tree order affects sidebar navigation and collection cards on supported templates — review after automation runs.

    Rename and move

    Use Page settings to change a page’s path / URL segment. Aveiro validates that the new path is unique and well-formed.
    Moving between collections is done by changing the path or using move actions in the tree (where available). Update internal links after moves.

    Duplicate a page

    From the page row menu, Duplicate creates a copy in the same collection with a new slug. Edit title and path in settings afterward.

    Copy and paste across collections

    Copy a page from the tree, navigate to another collection, Paste — useful for reusing a layout-heavy page as a template within your site.

    Delete with undo

    Deleting a page or collection prompts for confirmation. After delete, an Undo toast lets you restore briefly if you acted by mistake.
    Permanent removal clears draft content — published snapshots may still exist until you unpublish; check the publish menu.

    Multi-select

    Select multiple pages to delete or batch-operate. Clear selection with Esc.

    Organizing tips

    Goal
    Approach
    Docs siteOne collection per major section; manual order matches sidebar
    BlogFlat collection or date-ordered with Recent sort for archive pages
    Marketing siteRoot-level pages for funnel; minimal nesting
    Large migrationCreate structure first, then fill content via AI or import

    Related guides

    • File tree and collections
    • Page settings