ReactPress docs blog
· One min read
Long-form articles and release notes for docs.gaoredu.com.
Routes
| Locale | Blog index | Changelog |
|---|---|---|
| English (default) | /blog | /blog/changelog |
| 中文 | /zh/blog | /zh/blog/changelog |
Add a new article
- Create
docs/blog/<slug>.md(English, default locale). - Create
docs/i18n/zh/docusaurus-plugin-content-blog/<slug>.md(Chinese). - Use the same
slugin both files so locale switching works. - Tag with
article(and optionalreact-cms,wordpress-alternative). - Put images in
docs/static/img/blog/and reference as/img/blog/.... - Keep
changelog.mdfor release notes only (releasetag).
Sidebar
- Articles — posts tagged
article - Release notes — link to
changelog
Changelog page uses version anchor navigation (see src/changelog/versions.*).