new documentation prototype based on pretty-docs theme.
This prototype is based on recent discussions about how to improve exist-db's documentation. While it is working, it is far from complete. There are some screenshots and thoughts on how this would be an improvement in the wiki
- Download the
exist_docs-3.0.0.xar
file from GitHub releases page. - Open the dashboard of your eXist-db instance and click on
package manager
.- Click on the
add package
symbol in the upper left corner and select the.xar
file you just downloaded.
- Click on the
- You have successfully installed exist_docs into exist.
- Download, fork or clone this GitHub repository
- There are two default build targets in
build.xml
:dev
including all files from the source folder including those with potentially sensitive information.deploy
is the official release. It excludes files necessary for development but that have no effect upon deployment.
- Calling
ant
in your CLI will build both files:
cd exist_docs
ant
- to only build a specific target call either
dev
ordeploy
like this:
ant deploy
If you see BUILD SUCCESSFUL
ant has generated a exist_docs-3.0.0.xar
file in the build/
folder. To install it, follow the instructions above.
You can take a look at our Contribution guidelines and Style Guide.
AGPL-3.0 © Duncan Paterson CC-BY 3.0 Xiaoying Riley