-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
📖 Fix outdated links in implementers guide #6166
📖 Fix outdated links in implementers guide #6166
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.
I plan to create a larger issue around updating the implementers guide in the book. Thanks to @anusha94 @richardcase for giving me some pointers on where it can improve. I'd appreciate your reviews here too if you have the time.
e9ca40c
to
4aba1c2
Compare
docs/book/src/SUMMARY.md
Outdated
@@ -71,6 +71,8 @@ | |||
- [Create API](./developer/providers/implementers-guide/create_api.md) | |||
- [Controllers and Reconciliation](./developer/providers/implementers-guide/controllers_and_reconciliation.md) | |||
- [Building, Running, Testing](./developer/providers/implementers-guide/building_running_and_testing.md) | |||
- [Webhooks](./developer/providers/webhooks.md) | |||
- [Provider contracts](./developer/providers/contracts.md) |
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.
I know this isn't up to this PR but i really found the menu below Provider implementers confusing
wondering if we can reorg/make things a little bit simpler. some ideas:
- group migration guides
- drop double nesting Provider implementers/Implementer's Guide
- move webhooks aftre API
- move contract somewhere up in the sequence and nest cluster infrastructure, machine infrastructure and bootstrap
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.
I've done all of this except for dropping the double nesting. I think it's important for the structure right now as the implementers guide is a standalone step-by-step guide.
4aba1c2
to
0d6f3b8
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.
Thank you very much for tackling this!
Especially as it's not one of our most glamorous issues :)
A few nits
- [Cluster Infrastructure](./developer/providers/cluster-infrastructure.md) | ||
- [Machine Infrastructure](./developer/providers/machine-infrastructure.md) | ||
- [Bootstrap](./developer/providers/bootstrap.md) | ||
- [Version migration](./developer/providers/version-migration.md) |
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.
- [Version migration](./developer/providers/version-migration.md) | |
- [Migration guides](./developer/providers/version-migration.md) |
nit, if you want (same for the file name)
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.
I think version migration is clearer and more specific here, but if there's a call to use the more generic title I'll change 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.
Just keep it as is. Version migration just sounded strange to me, but my entire understanding of the english language is subjective :)
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.
As is mine!
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.
I hope yours is better than mine and you correct the nits I drop on PRs of other folks if they are just too wrong :) (btw :) )
docs/book/src/developer/providers/implementers-guide/generate_crds.md
Outdated
Show resolved
Hide resolved
Thx! |
Signed-off-by: killianmuldoon <[email protected]>
8816520
to
63ccc94
Compare
/lgtm |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: fabriziopandini The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@killianmuldoon @fabriziopandini Should we backport? |
I don't think so. |
Signed-off-by: killianmuldoon [email protected]
What this PR does / why we need it:
Fixes outdated links in the book, add required information to recent versions of the book and removing references to old book versions.
c/f #6028