- Tanomimaster's system document repository
gh-page
branch is published to:- https://tanomimaster.github.io/tanomimaster-doc
- Deploy process is triggered when
gh-page
branch is pushed.
- This repository is build upon Docusaurus
- root directory of the document is
webwsite
.
docker-compose up
Then open http://localhost:3000/tanomimaster-doc/ by browser.
- The base URL
/tanomimaster-doc/
is required to be identical with production base URL.
% npx textlint website
or
% npx textlint website --fix
The contents in the master
is published to https://tanomimaster.github.io/tanomimaster-doc/ automatically by building and pushing by Github Actions.
- See files in the
.github/workflows
.