Skip to content

Latest commit

 

History

History
executable file
·
37 lines (25 loc) · 705 Bytes

README.md

File metadata and controls

executable file
·
37 lines (25 loc) · 705 Bytes

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