Getting started
First steps
This is a placeholder article. It exists so the docs engine has something to
render and so authors can copy its front matter. The body starts at ## — the
page <h1> comes from the title field, never from the markdown.
Front matter
Every article starts with a YAML block. title and description feed the page
and its SEO tags; order sorts within the section; updated feeds the sitemap
and the "Last updated" line. Optional: audience (badges), keywords,
draft: true (hidden outside local), noindex: true (kept out of the sitemap
and marked noindex).
Placeholders
Never hardcode the product name or a host — the same files are served by every
installation, under its own brand and on its own domain. Write PageWebPro,
https://app.pagewebpro.com and https://app.pagewebpro.com/mcp/editor instead; they are substituted before rendering,
inside code blocks too, so copy-pasteable snippets stay correct everywhere.
Images
There is no image path for docs yet — /docs-media/… was documented here but
never wired up, so it 404s. Until a route exists, illustrate with code blocks,
tables and prose. When one is added, give every image explicit dimensions and
lazy loading via the attributes syntax so pages never shift while loading:
{width=800 height=450 loading=lazy}
Links
Internal links are root-relative (/docs/getting-started/first-steps), so they
work on any platform host. External links automatically open in a new tab with
rel="nofollow".