https://actionsflow.github.io/docs/
Actionsflow Docs Site
https://actionsflow.github.io/docs/
actionsflow docs
Last synced: about 1 year ago
JSON representation
Actionsflow Docs Site
- Host: GitHub
- URL: https://actionsflow.github.io/docs/
- Owner: actionsflow
- License: mit
- Created: 2020-09-29T22:20:20.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2022-07-13T03:42:51.000Z (almost 4 years ago)
- Last Synced: 2025-02-17T07:43:10.959Z (over 1 year ago)
- Topics: actionsflow, docs
- Language: JavaScript
- Homepage: https://actionsflow.github.io/docs
- Size: 1.38 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Actionsflow Docs Site With GatsbyJS
Live URL:
[Source docs](https://github.com/actionsflow/actionsflow/tree/main/docs) for build site.
```bash
yarn start
```
### Prerequisites
```
yarn install
```
To run locally, you should create `.env` file for environment variable:
```bash
GATSBY_ALGOLIA_APP_ID=
GATSBY_ALGOLIA_SEARCH_KEY=
ALGOLIA_ADMIN_KEY=
GATSBY_ALGOLIA_INDEX_NAME=
LOCAL_DOCS_PATH=../actionsflow/docs
```
> Set `LOCAL_DOCS_PATH` to load docs locally, instead of from github online repo
### Build Site
```bash
yarn build
```