generated from redhat-developer/new-project-template
-
Notifications
You must be signed in to change notification settings - Fork 42
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
RHIDP 4573 Discover- Verify existing content is removed from the getting started guide #648
Open
jmagak
wants to merge
13
commits into
redhat-developer:main
Choose a base branch
from
jmagak:RHIDP-4573-Discover-Verify-existing-content-is-removed-from-the-Getting-started-guide
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
88535b8
modifies about section
jmagak 1024e96
modifies about section
jmagak 54ab854
modifies about section
jmagak a4b3143
Adds preface and abstract
jmagak c89d9ff
Merge branch 'RHIDP-3742-Create-new-Discover-category-and-titles' int…
jmagak 9dcf8d7
Adds benefits of RHDH module
jmagak 0823f0f
Adds benefits of RHDH module
jmagak 970d6fe
Adds benefits of RHDH module
jmagak 6cb2e3a
Merge branch 'RHIDP-4569-Discover-Chapter-1-Benefits-of-RHDH' into RH…
jmagak 830ff9a
remove existing content
jmagak 940d1aa
remove existing content
jmagak e112eff
remove existing content
jmagak 6cf4cda
remove existing content
jmagak File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
:_newdoc-version: 2.18.3 | ||
:_template-generated: 2024-10-07 | ||
|
||
ifdef::context[:parent-context-of-about-rhdh: {context}] | ||
|
||
:_mod-docs-content-type: ASSEMBLY | ||
|
||
ifndef::context[] | ||
[id="about-rhdh"] | ||
endif::[] | ||
ifdef::context[] | ||
[id="about-rhdh_{context}"] | ||
endif::[] | ||
= About {product} | ||
|
||
:context: about-rhdh | ||
|
||
{product} is a fully supported, enterprise-grade, open developer platform that you can use to build developer portals. This platform contains a supported and opinionated framework that helps reduce the friction and frustration of developers while boosting productivity. {product} simplifies decision-making by providing a developer experience that presents a selection of internally approved tools, programming languages, and developer resources within a self-managed portal. As a developer, you can use {product} to experience a streamlined development environment. {product} is driven by a centralized software catalog, providing efficiency to your microservices and infrastructure. It enables your product team to deliver quality code without any compromises. | ||
|
||
include::modules/discover/con_benefits-of-rhdh.adoc[leveloffset=+1] |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
:_newdoc-version: 2.18.3 | ||
:_template-generated: 2024-10-18 | ||
|
||
:_mod-docs-content-type: CONCEPT | ||
|
||
[id="benefits-of-rhdh_{context}"] | ||
= Benefits of {product} | ||
|
||
{product} is designed to streamline developer workflow by providing a consistent self-service experience and can simplify application development through pre-built resources and enhanced collaboration tools. The following are the benefits of {product}: | ||
|
||
* Increased developer productivity. Increases productivity by eliminating common organizational challenges, enabling seamless collaboration, and providing clear guidelines for creating, developing, and deploying applications. | ||
|
||
* Unified self-service dashboard. Provides development teams with a unified dashboard covering various aspects such as Git, CI/CD, SAST/DAST, Supply Chain, OpenShift/Kubernetes cluster, JIRA, monitoring, API, documentation, and more, facilitated by over 150 plugins. All curated by a platform engineering team, aligning with the company’s best practices. | ||
|
||
* Best practices through software templates. Automates organizational best practices by encoding common tasks such as creating new applications, running Ansible jobs, and establishing CI/CD pipelines for production deployment in Git. | ||
|
||
* Scalable technical documentation. Code and documentation resides in the same repository, eliminating dependencies on proprietary document systems. | ||
|
||
* Efficient onboarding for new developers. New developers can adapt quickly and become productive within a short timeframe. | ||
|
||
* Robust enterprise Role-Based Access Control (RBAC). Empowers administrators to create roles, assign users or groups to roles, and implement robust security policies for enhanced access control. |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../artifacts |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../assemblies |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<title>{title}</title> | ||
<productname>{product}</productname> | ||
<productnumber>{product-version}</productnumber> | ||
<subtitle>{subtitle}</subtitle> | ||
<abstract> | ||
<para>{abstract}</para> | ||
</abstract> | ||
<authorgroup> | ||
<orgname>{company-name} Customer Content Services</orgname> | ||
</authorgroup> | ||
<xi:include href="Common_Content/Legal_Notice.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../images |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
include::artifacts/attributes.adoc[] | ||
:context: title-discover | ||
:doctype: book | ||
:imagesdir: images | ||
:title: Discover | ||
:subtitle: Introduction to {product} | ||
:abstract: {product} is a developer platform designed to build developer portals. Use {product} to provide a streamlined development environment with a centralized software catalog to build high-quality software efficiently. | ||
|
||
//[id="{context}"] | ||
//= {title} | ||
|
||
//{abstract} | ||
|
||
include::assemblies/assembly_about-rhdh.adoc[] |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../modules/ |
This file contains 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
This file contains 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
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.
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 pull request should contain onlyu changes to thos file and the titles/rel-notes-rhdh/title-rhdh-release-notes.adoc file