Skip to content

Website Content Guide

JAVA-Lw edited this page Jul 15, 2026 · 4 revisions

Website Content Editing Guide

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.

Page naming

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

Homepage page format

---
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

![Accessible image description](assets/home/example-scene/image-01.png "Short image caption")
![Another image description](https://example.com/image-02.png "Another caption")

Only the small frontmatter block is machine metadata. The title, description, highlights, and gallery remain normal readable Markdown.

Image sources

Two image forms are supported:

  1. Wiki repository assets such as assets/home/example-scene/image.png. The website build copies these files into its own static deployment.
  2. 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.

Publishing

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.

Website Content

Homepage Showcase

Link Directories

Clone this wiki locally