Create a Page
Dev-Mountain has two kinds of standalone pages:
Create a Document
Documents are the Markdown/MDX files that make up the Docusaurus Guide (docs/) and Resources (resources/) sections. They're connected via:
Create a Blog Post
The Blog section is where you can write dev notes, resource spotlights, workflow tips, or project updates. It's intentionally low-key — think of it as your personal developer notebook, made public.
MDX
Important Information: This is an Exciting example of custom components!
Markdown Features
Dev-Mountain content is written in Markdown (.md) and MDX (.mdx). Both formats support all standard Markdown plus the Docusaurus extras documented below. Use these features freely in docs/, resources/, and blog/ files.
Tabs in Markdown
Dive into the world of knowledge with a captivating book 📚
Alerts or Admonitions
Here's some information with Markdown styling.
Deploy This Site
Dev-Mountain is built with Docusaurus and can be deployed as a static site to any static hosting provider (Vercel, Netlify, GitHub Pages, Cloudflare Pages, etc.).
Codeblocks
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: