-
Notifications
You must be signed in to change notification settings - Fork 14
README
JAVA-Lw edited this page Jul 15, 2026
·
1 revision
This directory is the complete static content source for the rotating showcase on the 1flowbase website homepage.
1flowbase_website/home/
<scene>/
assets/
image-01.png
image-02.png
en.md
zh.md
-
<scene>is a stable lowercase identifier such asfusion-review. -
en.mdappears on the English homepage/. -
zh.mdappears 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.
-
detailUrlanddetailLabelare optional links to longer Wiki guides.
---
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.