Getting StartedUpdated July 3, 2026
Support & FAQ
supportfaqtroubleshootinghelpchannelscontributingmegadoc
Support & FAQ
This guide provides support resources and answers to frequently asked questions for MEGADOC contributors.
Support channels
- Teams: Epic on Azure - Docs channel (ask your team lead for the join link)
- Email: [email protected]
- GitHub Issues: For bug reports and feature requests
Frequently asked questions
How do I add a new page to the navigation?
- Pages are added based on directory structure. To control order, add a
weightvalue to the frontmatter.
Can I use HTML in Markdown files?
- Yes, but use sparingly. Prefer Markdown for maintainability.
How do I add images?
- Place images in
docs/assets/images/and use relative paths in Markdown. Include alt text for accessibility.
What's the difference between internal and external links?
- Internal links point to other MEGADOC pages and are validated during build. External links point to outside sites.
How can I contribute if I'm not technical?
- Report outdated info, suggest improvements, help with proofreading, or provide feedback.
For more help, see Contributing Overview.