Skip to content

openUC2 docs site (staging/beta release channel)

Notifications You must be signed in to change notification settings

openUC2/docs-staging

 
 

Repository files navigation

openUC2 Documentation

This repository is used to build the openUC2 project's documentation site.

Development

Local preview

Run:

npm install
npm run start

Then open: http://localhost:3000

Deployment

The openUC2 docs site has three GitHub Pages deployments, each with its own repository:

To set up a local development environment which can deploy to all three channels, run:

git clone git@github.com:openUC2/openUC2.github.io.git
cd openUC2.github.io
git config push.default upstream
git remote add staging git@github.com:openUC2/docs-staging.git
git remote add prod git@github.com:openUC2/docs-prod.git
git fetch --all
git checkout -b deploy/staging staging/deploy
git checkout -b deploy/prod prod/deploy
git checkout master

Then you can fast-forward your local deploy/staging and deploy/prod branches to the desired commits on your local master branch, and you can deploy changes to the staging and prod release channels by pushing your updated local deploy/staging and deploy/prod branches, respectively, up to GitHub.

About

openUC2 docs site (staging/beta release channel)

Resources

Stars

Watchers

Forks

Languages

  • JavaScript 56.6%
  • TypeScript 27.5%
  • Python 7.6%
  • CSS 3.7%
  • Shell 1.7%
  • Go Template 1.6%
  • Dockerfile 1.3%