Developer documentation for Alpaca API's.
To build the site, run hugo
in the root directory. You should have the built site in public
directory.
Run hugo serve
and it should spin up a local server with the site.
If you find a discrepancy with documentation, a typo or simply some new section to add or improve you can clone the docs and add contribute.
-
Clone repo
git clone https://github.com/alpacahq/alpaca-docs.git
-
Make changes and preview with
hugo serve
. Hugo has autoreload capabilities so as you change you should see things get refreshed.