An open API service indexing awesome lists of open source software.

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

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.

## Getting Started

```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

## Usage

### Build Site

```bash
yarn build
```