-
Notifications
You must be signed in to change notification settings - Fork 118
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
Update MR Section #457
Update MR Section #457
Conversation
Signed-off-by: Pete Lumbis <[email protected]>
Signed-off-by: Pete Lumbis <[email protected]>
Signed-off-by: Pete Lumbis <[email protected]>
Signed-off-by: Pete Lumbis <[email protected]>
Signed-off-by: Pete Lumbis <[email protected]>
Signed-off-by: Pete Lumbis <[email protected]>
Signed-off-by: Pete Lumbis <[email protected]>
Signed-off-by: Pete Lumbis <[email protected]>
Signed-off-by: Pete Lumbis <[email protected]>
Signed-off-by: Pete Lumbis <[email protected]>
✅ Deploy Preview for crossplane ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Signed-off-by: Pete Lumbis <[email protected]>
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.
deployment preview question: navigating using the left hand nav pane doesn't seem to work to jump between the different high level sections of the docs (e.g. user docs, knowledge base, contrib guide).
e.g. from https://64778c8b7c25e60008bdd3ac--crossplane.netlify.app/v1.12/concepts/providers/, the left hand nav pane has links to this for "Knowledge Base", which is broken. Looks like knowledge-base
is being included in the domain of the URL:
https://64778c8b7c25e60008bdd3ac--crossplane.netlify.appknowledge-base/
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 is pretty great @plumbis, good job dude!! 💪 🙇♂️
I have a few questions and feedback, but nothing major here - I also reviewed thoroughly the 1.12 content (and import content) and assumed that the v1.11 and master branches content were essentially the same.
@@ -3,630 +3,745 @@ title: Managed Resources | |||
weight: 102 |
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.
meta: the right hand "on this page" TOC is long enough to scroll by default, but there's no obvious visual indication that it can be scrolled. any improvements you've already been thinking about making there?
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.
Signed-off-by: Pete Lumbis <[email protected]>
Great catch @jbw976 . This was an error in the variable used to build the docs in a "preview" context. I pushed a fix. |
Signed-off-by: Pete Lumbis <[email protected]>
Signed-off-by: Pete Lumbis <[email protected]>
Signed-off-by: Pete Lumbis <[email protected]>
Signed-off-by: Pete Lumbis <[email protected]>
Signed-off-by: Pete Lumbis <[email protected]>
This rewrites the
concepts/managed resources
providing more details and structure and passing Vale checks.The original content providing examples on importing existing resources with ObserveOnly has been moved out into a stand-alone KB.
Resolves #453, #272.
Signed-off-by: Pete Lumbis [email protected]