docs: replace ASCII diagrams with Mermaid/lists, add linting note

CI enforces ascii-guard linting on docs. Replaced ASCII box diagrams
with Mermaid flowcharts (open-webui architecture) and numbered lists
(CLI layout). Added diagram linting note to website README.

Based on PR #2364 by aydnOktay (closed — README had broken formatting).
This commit is contained in:
Teknium 2026-03-21 17:58:30 -07:00
parent 7dff34ba4e
commit e664bc7632
No known key found for this signature in database
3 changed files with 20 additions and 22 deletions

View file

@ -39,3 +39,7 @@ GIT_USER=<Your GitHub username> yarn deploy
```
If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the `gh-pages` branch.
## Diagram Linting
CI runs `ascii-guard` to lint docs for ASCII box diagrams. Use Mermaid (````mermaid`) or plain lists/tables instead of ASCII boxes to avoid CI failures.