The missile knows where it is at all times. It knows this, because it has a debug guide!
"We have an Expert System at home!"
The expert system in question:
content/
- the knowledge base of the systemgitbook/
- GitBook integrationweb/
- the main implementation
TODO: A guide + separate the content yaml from the code
You're more than welcome to fork this project for your own use. This repository is setup to be automatically deployed to GitHub Pages for every change made on the main branch.
This project uses pnpm
, run pnpm i
to install dependencies for all sub-projects.
It's only purpose at the moment is to embed the web implementation
on GitBook.
Everything here is pre-configured to work with Red Modding Gitbook,
one just has to auth to work on it (pnpm gitbook auth
).
Run pnpm dev
and GitBook will do some magic that will sync the project with the released version.
Refreshing the browser seems to be manual though.
To release the integration to the org:
- run
pnpm run publish
(NOT)pnpm publish
Web.
Run pnpm dev
.