Managing Collections
Collections are the high-level containers that organize your documentation into logical, navigable sections. Effective collection management is the key to a professional documentation experience.
Public Portals
Customer-facing documentation available to anyone. Indexed by search engines and optimized for conversion.
.svg)
Internal Wikis
Protected documentation restricted to team members. Perfect for internal playbooks and infrastructure maps.

Structuring your Content
Think of collections as folders. While Lumino supports deep nesting, we recommend aMaximum Depth of 3 Layersto maintain a clear visual hierarchy and prevent user fatigue.
ROOT_COLLECTION
SUB_CATEGORY
INDIVIDUAL_ARTICLE

.svg)
CLI Operations
Quickly manage your structural taxonomy using theLuminocommand-line interface.
Bash

Coppied
# Create a new collection
Lumino collections create --name "Platform Guides" --slug "guides"
# Move an article between collections
Lumino articles move "getting-started" --to "onboarding"
# Toggle visibility of a collection
Lumino collections update "guides" --visibility private


%201.svg)
Best Practice
Always use kebab-case for slugs (e.g., api-reference) and keep them short. This improves SEO and makes your documentation URLs easier to share and remember.