This is the repository for the documentation of LTEX+. It is published at https://ltex-plus.github.io/ltex-plus.
To build and serve the documentation on your local machine, follow these steps:
-
Build the Docker Image:
docker compose build
-
Start the Jekyll Server with Live Reload:
docker compose up
This command executes
jekyll serve --livereload -H 0.0.0.0
inside the Docker container and maps port 4000 from the container to the host machine.
Once the server is running, you can access the documentation at http://localhost:4000/ltex-plus/. Changes to Markdown files (e.g., pages/faq.md) will be automatically reflected after refreshing your browser.