Folders
Folders
Organize files using folder hierarchies within your projects.
What are Folders?
Folders provide hierarchical organization within projects. Use them to group related files and create a clear structure for your documentation.
Creating Folders
Create a Top-Level Folder
- Navigate to a project
- Click New Folder
- Enter folder name
- Click Create
Create a Subfolder
- Navigate to a parent folder
- Click New Folder
- Enter folder name
- Click Create
Folders can be nested multiple levels deep.
Managing Folders
Rename a Folder
- Navigate to the folder
- Click Folder Settings (⚙️)
- Enter new name
- Click Save
Move a Folder
- Navigate to the folder
- Click Folder Settings (⚙️)
- Select Move
- Choose destination (project or parent folder)
- Click Move
Moving a folder moves all its contents.
Delete a Folder
- Navigate to the folder
- Click Folder Settings (⚙️)
- Click Delete Folder
- Confirm deletion
Deleted folders and their contents move to trash for 30 days.
Working with Folder Contents
Add Files to a Folder
When creating a file:
- Click New File
- Select the folder from the location picker
- Create your file
Move existing file:
- Open the file
- Click File Settings (⋯)
- Select Move to Folder
- Choose destination folder
View Folder Contents
The folder view shows:
- All files in the folder
- Subfolders
- File count
- Last updated timestamp
- Quick actions
Navigate Folder Structure
Use the breadcrumb trail at the top:
Workspace > Project > Parent Folder > Current Folder
Click any breadcrumb to jump to that level.
Folder Structure Examples
API Documentation Structure
API Documentation (project)
├── Getting Started
│ ├── Quickstart.md
│ ├── Authentication.md
│ └── Rate Limits.md
├── Endpoints
│ ├── Users
│ │ ├── Create User.md
│ │ ├── Get User.md
│ │ └── Update User.md
│ └── Posts
│ ├── Create Post.md
│ └── List Posts.md
└── Webhooks
├── Overview.md
└── Events.md
User Guide Structure
User Guides (project)
├── Installation
│ ├── Windows.md
│ ├── macOS.md
│ └── Linux.md
├── Features
│ ├── Core Features
│ └── Advanced Features
└── Troubleshooting
├── Common Issues.md
└── Error Codes.md
Folder Best Practices
Naming Conventions
Use clear, hierarchical names:
- ✅ "Getting Started"
- ✅ "API Reference"
- ✅ "User Guides"
- ❌ "Folder 1"
- ❌ "Misc"
- ❌ "Other"
Optimal Depth
- Keep folder hierarchies 3-4 levels deep maximum
- Too shallow: hard to organize
- Too deep: hard to navigate
When to Use Folders
Use folders when you have:
- More than 10 files in a project
- Clear hierarchical relationships
- Multiple related groups of files
Skip folders if:
- You have fewer than 5 files
- Files don't have clear groupings
- Tags work better for your use case
Folders vs Tags
Use folders for:
- Hierarchical structure
- Physical organization
- Single-parent relationships
Use tags for:
- Cross-cutting concerns
- Multiple categorizations
- Flexible grouping
Often best to use both together.
Folder Operations
Bulk Operations
Select multiple items in a folder to:
- Move them together
- Delete them together
- Apply tags in bulk
Copy Folder Path
- Navigate to folder
- Click Folder Settings (⚙️)
- Click Copy Path
Useful for:
- Linking to folders
- API operations
- Documentation references
Folder Permissions
Currently, permissions are set at the workspace level. Project and folder-level permissions are coming soon.
All workspace members with Editor role can:
- Create folders
- Edit folder names
- Move folders
- Delete folders