https://github.com/foliant-docs/docs
Documentation for Foliant Docs Tool
https://github.com/foliant-docs/docs
docs documentation manual
Last synced: 5 months ago
JSON representation
Documentation for Foliant Docs Tool
- Host: GitHub
- URL: https://github.com/foliant-docs/docs
- Owner: foliant-docs
- Created: 2018-02-21T17:48:13.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2025-09-24T11:18:37.000Z (9 months ago)
- Last Synced: 2025-09-28T00:22:51.736Z (9 months ago)
- Topics: docs, documentation, manual
- Language: TeX
- Size: 57.3 MB
- Stars: 32
- Watchers: 3
- Forks: 11
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Foliant Documentation
[](https://travis-ci.com/github/foliant-docs)
## Build Locally
With Docker Compose:
```bash
$ git clone git@github.com:foliant-docs/foliant.git
$ cd foliant/docs
# Site:
$ docker compose run --rm site
# PDF:
$ docker compose run --rm pdf
```
With pip and stuff (requires Python 3.6+, Pandoc, and TeXLive):
```bash
$ git clone git@github.com:foliant-docs/foliant.git
$ cd foliant/docs
$ pip install -r requirements
# Site:
$ foliant make site
# PDF:
$ foliant make pdf
```