Compare commits

...

6 Commits

Author SHA1 Message Date
ee00a3f7f3 feat(start): replace start page with Silo webview (#117)
Some checks failed
Build and Test / build (pull_request) Failing after 1m42s
Updates the silo submodule to include the new dual-mode start page:
- Online: QWebEngineView loads the Silo web app
- Offline: native Qt fallback with recent files and connectivity status

The Start_Start command is overridden from the Silo mod's InitGui.py,
keeping the upstream Start module untouched for easier rebasing.
2026-02-09 10:03:33 -06:00
2255264efc Merge pull request 'fix(docs): update book.toml icon for Font Awesome 6' (#115) from fix/book-toml-fa6 into main
Some checks failed
Deploy Docs / build-and-deploy (push) Successful in 25s
Build and Test / build (push) Failing after 1m22s
Reviewed-on: #115
2026-02-09 15:03:10 +00:00
4186626a05 fix(docs): update book.toml icon for Font Awesome 6
Some checks failed
Build and Test / build (pull_request) Failing after 1m36s
mdBook v0.5 upgraded from Font Awesome 4 to 6 (SVG-based).
The old fa-code-branch class no longer exists. Use fas-code-fork
as recommended by the mdBook docs for non-GitHub repos.
2026-02-09 09:02:47 -06:00
362fe8dc3e Merge pull request 'fix(docs): remove deprecated multilingual field from book.toml' (#114) from fix/book-toml-v05 into main
Some checks failed
Deploy Docs / build-and-deploy (push) Failing after 27s
Build and Test / build (push) Has been cancelled
Reviewed-on: #114
2026-02-09 15:00:34 +00:00
a0cff5102d fix(docs): remove deprecated multilingual field from book.toml
Some checks failed
Build and Test / build (pull_request) Failing after 1m47s
The multilingual field was removed in mdBook v0.5.
2026-02-09 09:00:09 -06:00
539ab7cc51 Merge pull request 'fix(ci): install mdbook in docs runner container' (#113) from fix/docs-install-mdbook into main
Some checks failed
Deploy Docs / build-and-deploy (push) Failing after 30s
Build and Test / build (push) Has been cancelled
Reviewed-on: #113
2026-02-09 14:58:58 +00:00
2 changed files with 2 additions and 3 deletions

View File

@@ -2,7 +2,6 @@
title = "Kindred Create Documentation"
authors = ["Kindred Systems LLC"]
language = "en"
multilingual = false
src = "src"
[build]
@@ -12,6 +11,6 @@ build-dir = "book"
default-theme = "coal"
preferred-dark-theme = "coal"
git-repository-url = "https://git.kindred-systems.com/kindred/create"
git-repository-icon = "fa-code-branch"
git-repository-icon = "fas-code-fork"
additional-css = ["theme/kindred.css"]
no-section-label = false