-
Notifications
You must be signed in to change notification settings - Fork 3
Add documentation #117
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
Add documentation #117
Conversation
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.
This looks good! Thank you @BowTiedRadone. I think the nested layout can easily get out of sync? I was thinking having a flat structure like https://github.com/moodmosaic/bookmarks. Easy to scan, harder to accidentally break. Also, users no longer read the web, they scan it and perhaps a flat layout is easier. What do you think?
After some consideration, we'll try https://rust-lang.github.io/mdBook/. |
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.
Fantastic! The structure is exactly what we need! I'm pretty sure we can start adding text content to the docs from this point 🚀
This is in a good state where we can start andding items from #108. For consistency, let’s format code examples as follows:
These serve as implicit guidelines to maintain flow. Explicit sections are unnecessary. Also, I’d keep content concise; users always scan rather than read in detail. |
c227931
to
2e780a5
Compare
Note to self to add acknowledgments in the doc. 🗒️ |
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.
Massive 🚀 I'll submit a few smaller reviews than a single fairly-sized one.
This commit addresses #117 (comment)
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.
Fantastic work! I love to see how the docs are becoming real! Left a few comments. 🚀
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 addressing the comments! Left only one more comment. After that, I'm confident we can press the merge button 🥇
Inserted placeholder content for all sections to outline a possible structure. Adopted a flat directory layout temporarily, to simplify navigation and organization. Co-authored-by: BowTiedRadone <[email protected]>
Co-authored-by: BowTiedRadone <[email protected]>
Co-authored-by: BowTiedRadone <[email protected]>
Co-authored-by: BowTiedRadone <[email protected]>
Co-authored-by: BowTiedRadone <[email protected]>
Co-authored-by: BowTiedRadone <[email protected]>
Co-authored-by: BowTiedRadone <[email protected]>
- Move CONTRIBUTING.md inside docs/ - Update title - Change code block appearance without overwriting the whole style - Update code block border CSS to more neutral color - Add TOC to Chapter 6 Co-authored-by: BowTiedRadone <[email protected]>
All review comments addressed, rebased. Ready for final round of review. |
Double checked everything. The docs are ready to be merged! 🤺 🚀 |
This PR adds the Rendezvous documentation. It is still a draft. Resolves #108.