Skip to content

actionsflow/docs

Repository files navigation

Actionsflow Docs Site With GatsbyJS

Live URL: https://actionsflow.github.io/docs/

Source docs for build site.

Getting Started

yarn start

Prerequisites

yarn install

To run locally, you should create .env file for environment variable:

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

yarn build