-
Notifications
You must be signed in to change notification settings - Fork 95
Naively split the "Overview" page into child pages #748
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
Conversation
@@ -82,11 +82,21 @@ extra: | |||
- icon: fontawesome/brands/x-twitter | |||
link: https://x.com/astral_sh | |||
nav: | |||
- Overview: index.md | |||
- Introduction: index.md | |||
- Concepts: |
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.
We'll want an index.md
here eventually so the header is clickable like the other ones, but we'll want to settle on the content first to avoid churn.
possibly-unbound-import = "error" | ||
``` | ||
|
||
## Suppressions |
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 chapter was missing completely, added.
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.
Oh tragic, it's sitting untracked in my repo — not sure why that one got missed. Thanks for catching it!
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.
Thank you!
Splits each top-level heading of the existing documentation into a dedicated page as a starting point. --------- Co-authored-by: David Peter <[email protected]>
I don't think this is "good", but it splits each top-level heading of the existing documentation into a dedicated page as a starting point.