Skip to content

Conversation

@IvoGoman
Copy link
Contributor

@IvoGoman IvoGoman commented Oct 23, 2025

Description

This PR aims to rework the documetation structure.
getting-started/core-concepts should not contain
technical details but give a brief overview.
How to configure the API resources should be shown
under reference/components. This is a more detailed
documentation and may contain some additional info
on how to use the API. Next to the generated api docs.
user-guides should only contain examples/tutorials
that guide the user to complete a specific task.

to make the navigation and finding related resources
easier the refactored docs pages will now have a
'Next steps' section at the bottom of the page

fixes all the broken links

What type of PR is this? (check all applicable)

  • 🍕 Feature
  • 🐛 Bug Fix
  • 📝 Documentation Update
  • 🎨 Style
  • 🧑‍💻 Code Refactor
  • 🔥 Performance Improvements
  • ✅ Test
  • 🤖 Build
  • 🔁 CI
  • 📦 Chore (Release)
  • ⏩ Revert

Related Tickets & Documents

Added tests?

  • 👍 yes
  • 🙅 no, because they aren't needed
  • 🙋 no, because I need help
  • Separate ticket for tests # (issue/pr)

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

Added to documentation?

  • 📜 README.md
  • 🤝 Documentation pages updated
  • 🙅 no documentation needed
  • (if applicable) generated OpenAPI docs for CRD changes

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • My changes generate no new warnings
  • New and existing unit tests pass locally with my changes

@github-actions github-actions bot added the documentation Improvements or additions to documentation label Oct 23, 2025
@IvoGoman IvoGoman force-pushed the refactor/docs branch 2 times, most recently from f681950 to c7a1676 Compare October 24, 2025 14:41
@IvoGoman IvoGoman marked this pull request as ready for review October 24, 2025 14:42
@IvoGoman IvoGoman requested a review from a team as a code owner October 24, 2025 14:42
Copy link
Contributor

@Zaggy21 Zaggy21 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice, the navigation is convenient. The links are broken for me, so I added suggestions for all of them. Also fixed some typos and yamls. Plugin doc is missing the reconcile annotation.

uwe-mayer
uwe-mayer previously approved these changes Oct 28, 2025
Copy link
Contributor

@uwe-mayer uwe-mayer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One comment, thx @Zaggy21 for checking all the links !

@IvoGoman
Copy link
Contributor Author

@Zaggy21 thanks actually we need to remove the md everywhere.
e.g. this page the org link works but the others using the .md suffix don't
https://cloudoperators.github.io/greenhouse/docs/getting-started/core-concepts/

IvoGoman and others added 3 commits October 29, 2025 09:42
This PR aims to rework the documetation structure.
getting-started/core-concepts should not contain
technical details but give a brief overview.
How to configure the API resources should be shown
under reference/components. This is a more detailed
documentation and may contain some additional info
on how to use the API. Next to the generated api docs.
user-guides should only contain examples/tutorials
that guide the user to complete a specific task.

to make the navigation and finding related resources
easier the refactored docs pages will now have a
'Next steps' section at the bottom of the page
@IvoGoman IvoGoman requested review from Zaggy21 and uwe-mayer October 29, 2025 09:56
Copy link
Contributor

@Zaggy21 Zaggy21 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just two suggestions left to resolve. Other than that looks great.

@IvoGoman IvoGoman merged commit 15a6a95 into main Oct 29, 2025
7 checks passed
@IvoGoman IvoGoman deleted the refactor/docs branch October 29, 2025 13:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[DOCS] - Document behaviour of Suspend/Reconcile annotations [FEAT] - Documentation of Plugin's WaitFor

4 participants