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

File Tree and Collections

How folders map to URLs, navigation, and layout — and how the file tree reflects your site structure.
Avatar
Updated by Quasar 8d ago
Pages Overview
Creating and Organizing Pages
In short
Collections are folders in the file tree. They group pages, drive URL paths, and can have their own layout and sort order. The tree order (manual mode) matches public navigation on docs-style sites.

Collections vs pages

Type
In the tree
On the site
CollectionFolder with a display nameURL segment + grouping in sidebar nav
PageMDX fileA routable URL and editable content
Example structure:
/ (root) ├── index.mdx → / ├── about.mdx → /about └── guides/ → collection ├── index.mdx → /guides (optional index) └── quickstart.mdx → /guides/quickstart

URL segments

Each collection has a URL segment (folder slug). Pages inside inherit that path unless they sit at the root.
  • Root page about.mdx → /about
  • Page guides/quickstart.mdx → /guides/quickstart
The homepage (index.mdx at root) is always /. Aveiro enforces special paths like /coming-soon for system pages.

Navigation

On documentation and similar templates, the left sidebar builds from the file tree order (manual sort). Reordering pages in the tree changes nav order when that template exposes sidebar navigation. Hide or show site navigation per page in page settings if the layout supports overrides.

Collection settings

Open a collection’s Settings to configure:
  • Collection name — label in the tree and nav
  • URL segment — path prefix for child pages
  • Page layout — which layout template pages inherit
  • Page order — sort mode override for pages in this folder
Child pages inherit collection layout unless a page sets its own override.

Nesting

You can nest collections for deep docs hierarchies. Keep depth reasonable for navigation — three levels is a practical maximum for most sites.

Collection blocks on pages

MDX Collection components list pages from a folder (or the whole site). On multilingual sites, the block resolves the locale-variant folder for the visitor's language so card titles and summaries match translated pages. They respect the same manual sort order as the file tree — useful for card grids and auto-index pages.
Collection blocks never list the pre-launch coming-soon system page — the same rule prev/next navigation uses.
In the editor, customize each Collection block's size (s, m, l) and weight for card title typography. Default m matches the original card layout.

Root vs folder pages

Root pages sit beside collections at the top level — good for one-off landings (About, Pricing).
Folder pages belong to a collection — good for grouped docs or blog posts.

Tips

  • Use Manual sort when nav order matters more than alphabetical.
  • Name collections for URLs early — changing segments breaks external links.
  • Put shared layout needs at the collection level; override single pages only when needed.
  • Sent campaigns can auto-create a newsletters collection when you Publish to site from campaign stats — see Campaigns.

Related guides

  • Creating and organizing pages
  • Collection layouts
  • Page settings