Looking for the user documentation? head over here!
The user documentation is generated with MetalSmith. To build the doc simply run make build from inside the ./docs directory. This will also make the documentation available on localhost:8080.
To contribute, simply edit the markdown formatted files located in docs/src/*.md
- Update CHANGELOG.md
- Update version number in package.json
- Update version number in docs/index.js
- Update version number (x2) in algolia.php
- Create a PR and merge it once it has been re-checked
- Create a release on GitHub
- Run
$ bin/build-zip.shand attach thedist/algolia.zipto the release - Publish the docs
cd docs && make release