-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docusaurus: README update #33849
Docusaurus: README update #33849
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Warning Soft code freeze is in effect until 2024-01-02. Please avoid merging to master. #freedom-and-responsibility |
- General update and structure. - Note on relative link checking. - Changed GH pages to Vercel.
590ab1d
to
6725c2a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for fleshing out the docs on docs!
```bash | ||
yarn start # any changes will automatically be reflected in your browser! | ||
``` | ||
|
||
## Making Changes | ||
All the content for docs.airbyte.com lives in the `/docs` directory in this repo. All files are | ||
markdown. Make changes or add new files, and you should see them in your browser! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Caveat: adding new files and seeing them requires changing the sidebar (thanks for separating out the next section to make it clearer!), so you can't see this with yarn start. I believe if you need to change the sidebar, you have to run build
again (unconfirmed)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mmmm, I'll double check!
Co-authored-by: Ella Rohm-Ensing <[email protected]>
@erohmensing thank you! ❤️ |
Co-authored-by: Ella Rohm-Ensing <[email protected]>
Co-authored-by: Ella Rohm-Ensing <[email protected]>
Summary
This pull request clarifies how we build the documentation website. No actual code changes, safe to ship once the content feels right.
What's there:
Why now
I've broken a few links in #33839, and @erohmensing and @evantahler linked me to it, and I'm just trying to clean things up as I learn.
Next Steps
It looks like we have quite a few links that are broken in the CI run.
Some of them are perhaps false positives and we need to clean the exception rules, but some of them are legit 404s (Zoom Marketplace for example). Not the biggest problem in the world, but would be good to grind through.