You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Migrate docs from MkDocs/GitHub Pages to GitBook (#946)
- Remove mkdocs.yml and the MkDocs GitHub Actions workflow
- Add .gitbook.yaml, docs/SUMMARY.md, and .gitbook-branch-readme.md
- Add scripts/publish_docs.py: copies public docs/ into site/,
excluding internal dirs (AGENTS.md, commands/, skills/)
- Add scripts/validate_docs.py: checks SUMMARY links and relative
.md links resolve before deployment; runs on every PR
- Add CI workflow that builds, validates, and pushes site/ to an
orphan gitbook-docs branch on push to main
- Replace 15 hardcoded mozilla-ai.github.io URLs with relative links
- Fix /tests/integration/README.md root-absolute path in
source_installation.md to a full GitHub URL
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
We chose this model because that's the smallest one we have
60
60
built a llamafile for, so most likely to work out-of-the-box for you.
61
-
If you have powerful hardware and/or GPUs, [feel free to choose](https://mozilla-ai.github.io/llamafile/example_llamafiles/)
61
+
If you have powerful hardware and/or GPUs, [feel free to choose](docs/example_llamafiles.md)
62
62
larger and more expressive models which should provide more accurate
63
63
responses.
64
64
65
65
**Windows users:** Rename the file to add `.exe` extension before running.
66
66
67
67
## Documentation
68
68
69
-
Check the full documentation in the [docs/](docs/) folder or online at [mozilla-ai.github.io/llamafile](https://mozilla-ai.github.io/llamafile/), or directly jump into one of the following subsections:
Copy file name to clipboardExpand all lines: docs/building_dlls.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,4 +68,4 @@ At the end of this process, you should have the following libraries available in
68
68
03/31/2026 02:46 PM 31,482,880 ggml-vulkan.dll
69
69
```
70
70
71
-
To run llamafile with these libraries, add them in your home directory or bundle them in your llamafile (see [Creating a llamafile](https://mozilla-ai.github.io/llamafile/creating_llamafiles/)).
71
+
To run llamafile with these libraries, add them in your home directory or bundle them in your llamafile (see [Creating a llamafile](creating_llamafiles.md)).
0 commit comments