1
0
mirror of synced 2025-12-30 03:02:21 -05:00
Files
airbyte/docusaurus/docs_contributing.md
Topher Lubaway c8337ea3ba Add docs sidebar (#11817)
* Brings pairity for doc checks from cloud

* WIP Sidebar config

It's sketchy JSON let's commit before we break i

* MVP sidebars

summary.md is no longer functional
it's higherarchy was translated into sidebar.js
as a JSON format that docusaurus likes

* Removes another unused readme
2022-04-07 14:16:35 -07:00

35 lines
1010 B
Markdown

# Documentation and Docusaurus
We use [docusaurus](https://docusaurus.io) 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.
# Installation
For consistency across other Airbyte projects we use yarn (A Javascript based software package manager)
```bash
brew install yarn
cd docusaurus
yarn install
yarn build
```
At this point you will see any broken links that docusaurus was able to find.
# Pull requests
This is all just markdown at the end of the day so open a PR against master like any other commit.
# Local website
If you want to run the docs as a docusaurus site locally just run `yarn run build`.
Url will show on successful command execution.
# Future
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