We use docusaurus for consitent process, in Airbyte
no website is generated.
Functionally this is a very fancy linter
Running the build process will check for broken links, please read the output and address any broken links that you are able to do.
For consistency across other Airbyte projects we use yarn (A Javascript based software package manager)
brew install yarn
cd docusaurus
yarn install
yarn build
At this point you will see any broken links that docusaurus was able to find.
This is all just markdown at the end of the day so open a PR against master like any other commit.
If you want to run the docs as a docusaurus site locally just run yarn run build
.
Url will show on successful command execution.
If we ever do want to host these documents outside the repo this convention should allow us to stand up a documentation website very quickly