-
Notifications
You must be signed in to change notification settings - Fork 16
docs(current): align getting-started guides with landing page #677
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
Merged
morri-son
merged 19 commits into
open-component-model:website/current
from
BoHristova:current-issue-715-align-guides-with-landing-page
Jan 19, 2026
Merged
docs(current): align getting-started guides with landing page #677
morri-son
merged 19 commits into
open-component-model:website/current
from
BoHristova:current-issue-715-align-guides-with-landing-page
Jan 19, 2026
+244
−236
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ation.md Signed-off-by: Bozhidara Hristova <bozhidara.hristova@sap.com>
Signed-off-by: Bozhidara Hristova <bozhidara.hristova@sap.com>
Signed-off-by: Bozhidara Hristova <bozhidara.hristova@sap.com>
Signed-off-by: Bozhidara Hristova <bozhidara.hristova@sap.com>
…n.md Signed-off-by: Bozhidara Hristova <bozhidara.hristova@sap.com>
Signed-off-by: Bozhidara Hristova <bozhidara.hristova@sap.com>
Signed-off-by: Bozhidara Hristova <bozhidara.hristova@sap.com>
Signed-off-by: Bozhidara Hristova <bozhidara.hristova@sap.com>
Signed-off-by: Bozhidara Hristova <bozhidara.hristova@sap.com>
Signed-off-by: Bozhidara Hristova <bozhidara.hristova@sap.com>
Signed-off-by: Bozhidara Hristova <bozhidara.hristova@sap.com>
Signed-off-by: Bozhidara Hristova <bozhidara.hristova@sap.com>
Signed-off-by: Bozhidara Hristova <bozhidara.hristova@sap.com>
Signed-off-by: Bozhidara Hristova <bozhidara.hristova@sap.com>
Signed-off-by: Bozhidara Hristova <bozhidara.hristova@sap.com>
Signed-off-by: Bozhidara Hristova <bozhidara.hristova@sap.com>
Signed-off-by: Bozhidara Hristova <bozhidara.hristova@sap.com>
✅ Deploy Preview for open-component-model ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Signed-off-by: Bozhidara Hristova <bozhidara.hristova@sap.com>
morri-son
approved these changes
Jan 8, 2026
Contributor
morri-son
left a 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.
lgtm, the markdown check seems to be a false positive as the URL is reachable and also was there in the document before.
morri-son
approved these changes
Jan 19, 2026
2043962
into
open-component-model:website/current
9 of 10 checks passed
ocmbot bot
pushed a commit
that referenced
this pull request
Jan 19, 2026
<!-- markdownlint-disable MD041 --> #### What this PR does / why we need it This PR targets the _current_ website version. Corresponding PR for the _dev_ website version: #666 The PR streamlines the content of the getting-started section and aligns it with the landing page (Pack → Sign → Transport → Deploy). It contains the following changes: - Removed the _Display and Examine Component Versions_ page: Moved the `ocm get` command to the _Create a Component Version_ document. - Added a _Download Resources from Component Versions_ page to align the _current_ website version with the _dev_ version. - Removed the separate _Prerequisites_ page and integrated relevant information into each corresponding guide. - Ensured each guide is self-contained and can serve as an entry point for the end user. #### Which issue(s) this PR is related to <!-- Usage: `Related to #<issue number>`, or `Related to (paste link of issue)`. --> Related to open-component-model/ocm-project#715 --------- Signed-off-by: Bozhidara Hristova <bozhidara.hristova@sap.com> 2043962
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What this PR does / why we need it
This PR targets the current website version. Corresponding PR for the dev website version: #666
The PR streamlines the content of the getting-started section and aligns it with the landing page (Pack → Sign → Transport → Deploy). It contains the following changes:
ocm getcommand to the Create a Component Version document.Which issue(s) this PR is related to
Related to open-component-model/ocm-project#715