Quick Start
Go from zero to a live docs site in under 2 minutes.
Step 1
Create a GitHub repo with markdown files
Create a new repository (or use an existing one) with .md files. At minimum, you need an index.md at the root — this becomes your homepage.
Organize files into folders for automatic sidebar navigation. For example:
my-docs/
├── index.md
├── getting-started.md
├── guide/
│ ├── installation.md
│ └── configuration.md
└── api/
├── overview.md
└── endpoints.mdStep 2
Sign in and connect your repo
Head to getpagemark.com and sign in with GitHub. Click New Site, pick your repository from the list, choose a branch, and set your site slug.
Your slug becomes your URL: my-project.getpagemark.com.
Step 3
Your site is live
That's it. GetPagemark clones your repo, parses the markdown, generates navigation from your folder structure, and serves it with a clean theme.
Every time you push to your branch, the site rebuilds automatically.