Skip to content
JAVA-Lw edited this page Jul 15, 2026 · 1 revision

1flowbase website homepage content

This directory is the complete static content source for the rotating showcase on the 1flowbase website homepage.

Directory contract

1flowbase_website/home/
  <scene>/
    assets/
      image-01.png
      image-02.png
    en.md
    zh.md
  • <scene> is a stable lowercase identifier such as fusion-review.
  • en.md appears on the English homepage /.
  • zh.md appears on the Chinese homepage /zh/.
  • assets/ contains all images used by the scene.
  • Adding a valid scene directory automatically adds it to the corresponding homepage after the website rebuilds.
  • detailUrl and detailLabel are optional links to longer Wiki guides.

Fixed frontmatter format

---
scene: example-scene
lang: en
order: 40
eyebrow: Example capability
title: A short scene title
description: A concise homepage description.
highlights:
  - First concrete benefit
  - Second concrete benefit
detailUrl: https://github.com/taichuy/1flowbase/wiki/Example
detailLabel: Read the full guide
enabled: true
images:
  - src: ./assets/image-01.png
    alt: Accessible description of image 01
    caption: Short image caption
  - src: ./assets/image-02.png
    alt: Accessible description of image 02
    caption: Short image caption
---

Keep scene and order identical in en.md and zh.md so the two languages stay paired and ordered consistently.

1flowbase Wiki

Quickstart

License

Use Cases

Engineering

Project

Clone this wiki locally