https://github.com/aviaryan/bootstrap-chm
Bootstrap documentation in CHM, complete with searchable Index and table of contents
https://github.com/aviaryan/bootstrap-chm
Last synced: 6 days ago
JSON representation
Bootstrap documentation in CHM, complete with searchable Index and table of contents
- Host: GitHub
- URL: https://github.com/aviaryan/bootstrap-chm
- Owner: aviaryan
- License: apache-2.0
- Created: 2015-07-21T16:09:51.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-24T15:07:30.000Z (over 9 years ago)
- Last Synced: 2025-07-06T04:43:07.992Z (3 months ago)
- Language: Python
- Homepage:
- Size: 1.56 MB
- Stars: 11
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bootstrap-chm
Bootstrap documentation in chm, complete with **Index** and **TOC**. Current version is 3.3.5.### Download
See [project releases](https://github.com/aviaryan/bootstrap-chm/releases)
### Preview


### Building the docs
1. Get Jekyll and compile the [official Bootstrap docs](https://github.com/twbs/bootstrap).
2. Copy the compiled site into `src` directory.
3. `python bootstrap-chm.py`
4. The files in the src directory are parsed and HTMLHelp suitable project files are created in the build directory.
4. Compile the files in `build` directory using a HtmlHelp compiler. I am using [Precision Helper](http://www.be-precision.com/products/precision-helper/).### FAQ
> I see nothing/blank when I open the CHM file ? (Windows)
Open bootstrap.chm properties and unblock it.