Documentation site, built with Jekyll + just-the-docs on GitHub Pages.
- Source pages:
markdown/(front-matter + body) - Images:
assets/images/ - Original GitBook metadata:
meta.json
bundle install
bundle exec jekyll serve --baseurl ""Push to main and enable GitHub Pages → Source: Deploy from a branch, branch main, folder /. GitHub builds Jekyll automatically; no Action needed.
If hosting at <user>.github.io/levva, the included baseurl: /levva is correct.
For a custom domain or user/organization site, set baseurl: "" in _config.yml.