-
Notifications
You must be signed in to change notification settings - Fork 0
Website Content Guide
JAVA-Lw edited this page Jul 15, 2026
·
4 revisions
This Wiki is the editable content source for the 1flowbase website. Homepage scenes are normal Wiki pages: open one, click Edit, change the text or image links, and save.
Homepage scene pages use a flat name so GitHub Wiki can display and edit them:
Website-Home-<Scene>.md # English
Website-Home-<Scene>-CN.md # Simplified Chinese
Future article pages should use:
Website-Article-<Slug>.md
Website-Article-<Slug>-CN.md
---
scene: example-scene
lang: en
order: 40
eyebrow: Example capability
enabled: true
detailUrl: https://example.com/full-guide
detailLabel: Read the full guide
---
# A short scene title
A concise homepage description.
## Highlights
- First concrete benefit
- Second concrete benefit
## Gallery

Only the small frontmatter block is machine metadata. The title, description, highlights, and gallery remain normal readable Markdown.
Two image forms are supported:
- Wiki repository assets such as
assets/home/example-scene/image.png. The website build copies these files into its own static deployment. - Absolute
https://image URLs. These remain external links and are loaded from their original host.
Use repository assets for stable product screenshots. Use external URLs only when the original host is reliable.
Saving a Wiki page updates the content source. The website deployment workflow periodically rebuilds the static site, or it can be run manually for an immediate refresh.