District Core Developer Docs
Developer documentation for District Core
District Core is a generic base for District SaaS based products. It is opinionated in the way it exposes its functionality however does not assume a specific product. Products are built on top of this.
The repository for this documentation is here. To contribute to this documentation, cloine the repo, create a new branch and submit a PR.
git clone git@bitbucket.org:doghouseagency/district-core-developer-docs.git
git checkout -b docs/my-new-docs
# Make changes
git add . && git commit -m "docs: My new docs"
git push origin docs/my-new-docs
These docs are built using VuePress. Check out the getting started guide for more information.