This repository contains the XFSC documentation about the components, architecture and more.
A Dockerized AsciiDoc toolchain with Mermaid diagram support is available under tools/asciidoctor/. Build the image once, then use it to render any document:
# Build
docker build -t xfsc-asciidoctor tools/asciidoctor/
# Render to HTML
docker run --rm -v "$(pwd)":/documents xfsc-asciidoctor \
asciidoctor -r asciidoctor-diagram path/to/document.adocSee the full README for PDF output and more examples.