The source of https://docs.aidbox.app.
Run make init
to set up the pre-push git hook. This hook will automatically run mandatory checks.
docker run -p 8081:8081 --rm ghcr.io/healthsamurai/documentation:latest
And go to http:localhost:8081
.
PORT=8081
Specifies port.
DEV=true
Reads, parses and renders file on every requests.
BASE_URL=http://localhost:8081
Used in meta tags, sitemap, robots.txt.
DOCS_PREFIX=/aidbox
FULL_URL = BASE_URL + DOCS_PREFIX + relative-url Also used in meta tags, sitemap, robots.txt.
npm install -D tailwindcss@3
make tailwind
make repl