Commit ee9efc7
authored
docs: add Documenter.jl documentation system (#288)
Set up comprehensive documentation using Documenter.jl with the following
structure:
- Getting started guide (VSCode and other editors)
- User guide (configuration, formatting, TestRunner integration)
- Communication channels documentation
Key changes:
- Create `docs/` directory with structured markdown documentation
- Add `docs/make.jl` for building documentation with Documenter.jl
- Set up GitHub Actions workflow for automated documentation deployment
- Move screenshot assets from `assets/` to `docs/src/assets/`
- Implement theme-aware image switching (light/dark mode) using custom CSS
- Add support for Catppuccin themes (Frappé, Macchiato, Mocha)
- Update README.md to focus on development information and link to docs
- Add documentation badge to README.md
- Update .gitignore to exclude docs/build/ directory
The documentation is now available at https://aviatesk.github.io/JETLS.jl/dev/
and provides a better user experience with proper navigation, search
functionality, and theme support.1 parent 98013ac commit ee9efc7
File tree
24 files changed
+2109
-551
lines changed- .github/workflows
- docs
- src
- assets
24 files changed
+2109
-551
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
0 commit comments