Point your server in the right direction
Join leading communities using Compass to manage, secure, and share their documentation. Empower your community with organised knowledge.
Example Document
Welcome to Compass
Compass is the ultimate documentation solution for Discord communities.
- Secure role-based access
- Markdown support
- Real-time collaboration
# This is a code block
print("Hello, Compass!")
Compass Benefits
Role-Based Access Control
Secure your documentation by allowing only authorised users with the correct Discord roles to access specific content.
Customisable Design
Personalise your documentation site with accent and primary colour options, plus your icon for a branded experience.
Audit Logs
Keep track of all site access and changes with detailed logs, ensuring transparency and security.
Powerful Markdown Support
Compass uses Markdown to make document creation and formatting a breeze. Markdown is a simple, easy-to-learn syntax that allows you to create rich, formatted content without the need for complex editors.
- Easy to learn and use
- Supports headings, lists, links, and more
- Create tables and code blocks effortlessly
- Compatible with many other platforms
Markdown Example
# Main Heading ## Subheading This is a paragraph with **bold** and *italic* text. - List item 1 - List item 2 - Nested item 1. Numbered item 1 2. Numbered item 2 [Link to Compass](https://cmps.at) ``` def hello_world(): print("Hello, Compass users!") ``` > Markdown makes documentation easy!