Skip to content

open-ace/open-ace-docs

Repository files navigation

Open ACE Docs

This repository hosts the standalone Docusaurus documentation and project site for Open ACE.

Relationship to the main repo

  • Product code lives in open-ace/open-ace
  • Product documentation source stays in open-ace/open-ace/docs
  • This repo builds and publishes the docs site by syncing content from the main repo during CI

Local development

  1. Clone both repositories side by side:
git clone https://github.com/open-ace/open-ace.git
git clone https://github.com/open-ace/open-ace-docs.git
  1. Start the docs site:
cd open-ace-docs
OPEN_ACE_SOURCE_DIR=../open-ace npm ci
OPEN_ACE_SOURCE_DIR=../open-ace npm run start

Build

OPEN_ACE_SOURCE_DIR=../open-ace npm run build

About

Standalone Docusaurus docs site for Open ACE

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors