✅ You're Up to Speed!
You now understand how Dev-Mountain is structured and how to add content to each section. Here's a quick recap:
| What you want to do | Where to do it |
|---|---|
| Add a resource link / tool | resources/*.md |
| Write a guide or how-to | docs/*.md |
| Write a blog post / update | blog/YYYY-MM-DD-*.md |
| Create a custom page | src/pages/*.tsx |
| Change navbar / footer | docusaurus.config.ts |
What's Next?
- Explore Site Advanced for versioning and i18n options
- Check the CONTRIBUTING.md for the full content guide
- Browse Resources — that's the main content hub
- Read the Docusaurus official docs for anything not covered here
tip
The fastest way to add content is to copy an existing .md file from the same section, update the frontmatter, and replace the content. Docusaurus handles the rest automatically.