Skip to content

Website Content Guide

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

Website Content Editing Guide

The Home page is the website link directory. Homepage carousel content is maintained in one Wiki page per language.

Manage blog and documentation links

Edit Home, then add normal Markdown links under either section:

## Blog Directory

- [Article title](https://example.com/article)

## Documentation Directory

- [Document title](https://example.com/document)

The linked content may live in the 1flowbase Wiki, the website, or another stable public location. Keep the section headings unchanged because the website navigation links directly to them.

Manage the homepage carousel

Each carousel item is one level-two title followed by one image:

## A short slide title

![Accessible image description](assets/home/example/image.png)

Add another ## title and image to append a slide. The website displays the title above its image and advances every two seconds. Visitors can use the overlay arrows or segmented progress controls to switch slides.

Image sources

Two image forms are supported:

  1. Wiki repository assets such as assets/home/example/image.png.
  2. Absolute https:// image URLs, including images pasted into the GitHub Wiki editor.

Repository assets are copied into the static website deployment. External image URLs remain hosted by their original provider.

Publishing

Saving a Wiki page updates the content source. The website deployment runs automatically within 30 minutes, or the Deploy Website workflow can be run manually for an immediate refresh.

Website Content

Homepage Showcase

Link Directories

Clone this wiki locally