https://github.com/alpacahq/alpaca-docs
Developer documentation for Alpaca API's
https://github.com/alpacahq/alpaca-docs
broker-api crypto docs hugo market-data stocks-api trading-api
Last synced: about 1 year ago
JSON representation
Developer documentation for Alpaca API's
- Host: GitHub
- URL: https://github.com/alpacahq/alpaca-docs
- Owner: alpacahq
- Created: 2022-01-26T20:42:24.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-04-10T06:21:35.000Z (about 1 year ago)
- Last Synced: 2025-04-10T07:30:44.674Z (about 1 year ago)
- Topics: broker-api, crypto, docs, hugo, market-data, stocks-api, trading-api
- Language: HTML
- Homepage: https://alpaca.markets/docs
- Size: 15.2 MB
- Stars: 16
- Watchers: 36
- Forks: 40
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
> [!WARNING]
> You can now find the Alpaca documentation at [docs.alpaca.markets](https://docs.alpaca.markets/).
> This repository is no longer used and is outdated.
# alpaca-docs
Developer documentation for Alpaca API's.
## Requirements
- [Hugo v0.91.2-extended](https://github.com/gohugoio/hugo/releases/tag/v0.91.2)
## Build
To build the site, run `hugo` in the root directory. You should have the built site in `public` directory.
## Live preview
Run `hugo serve` and it should spin up a local server with the site.
## Contributing
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.
1. Clone repo `git clone https://github.com/alpacahq/alpaca-docs.git`
2. Make changes and preview with `hugo serve`. Hugo has autoreload capabilities so as you change you should see things get refreshed.