Shape gradient

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.
shape Gradient
Internal Wikis
Protected documentation restricted to team members. Perfect for internal playbooks and infrastructure maps.
shape Gradient

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.
Standard Hierarchy Model
ROOT_COLLECTION
SUB_CATEGORY
INDIVIDUAL_ARTICLE
GradientGradient

CLI Operations

Quickly manage your structural taxonomy using theLuminocommand-line interface.
Bash
Copy
Coppied
1# Create a new collection
2Lumino collections create --name "Platform Guides" --slug "guides"
3
4# Move an article between collections
5Lumino articles move "getting-started" --to "onboarding"
6
7# Toggle visibility of a collection
8Lumino collections update "guides" --visibility private
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.
Page BackgroundPage Background