generated from redhat-developer/new-project-template
-
Notifications
You must be signed in to change notification settings - Fork 57
RHIDP-4929 /RHIDP-4930 Moving content to Configuring and Customizing titles #721
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
Merged
Changes from all commits
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
3af7da0
RHIDP-4929 Moving content to dedicated titles for the Configure category
themr0c 4d2fac1
Update titles/configuring/master.adoc
themr0c 04ecda2
moving procedures on @kadel suggestion
themr0c c079d62
fix build
themr0c bc04409
reformulate for clarity
themr0c 524f48f
reformulate for clarity
themr0c a98dc95
Added app.branding
themr0c 180b5b1
Update assemblies/assembly-configuring-techdocs.adoc
themr0c 3d74b5e
Update assemblies/assembly-customizing-the-appearance.adoc
themr0c 7c0c265
Update modules/configuring/proc-provisioning-your-custom-configuratio…
themr0c 4c57ed8
Update modules/configuring/proc-registering-your-custom-configuration…
themr0c 0197274
Update modules/configuring/proc-registering-your-custom-configuration…
themr0c 0d4627d
Update modules/configuring/proc-adding-custom-configuration-files-by-…
themr0c d1549e9
docs: implemented suggestions
themr0c 4f397e8
Apply suggestions from code review
themr0c 63739ce
Update modules/configuring-deployment/proc-configuring-deployment-by-…
themr0c 79cfac0
Update modules/configuring/proc-provisioning-your-custom-configuratio…
themr0c aa92e12
added product-custom-resource-type attribute
themr0c 6942069
v1alpha1 is deprecated, use v1alpha3
themr0c 4566986
removed redundant procedure
themr0c 08718bf
towards more clarity
themr0c cfb4a05
consistent names for database secrets
themr0c 6a5a4f8
added cross-title links
themr0c 6fe774c
misc fixes
themr0c 1302f0b
misc fixes
themr0c a0db918
clarity regarding mandatory vs. optional fields, work on vocabulary
themr0c 4139925
Apply suggestions from code review
themr0c 31c6006
Apply suggestions from code review
themr0c 2743a78
Update artifacts/attributes.adoc
themr0c 5cfbe62
applied suggestions
themr0c 6cbbed5
fix typo
themr0c 56bc27f
fix broken links, use attributes
themr0c 916d3ff
Update modules/customizing/proc-customizing-your-product-title.adoc
themr0c 5673e5e
Update assemblies/assembly-customizing-the-appearance.adoc
themr0c ccfd732
Delete modules/customizing-the-appearance/proc-customize-rhdh-tab-too…
themr0c 5f5e686
Merge branch 'main' into RHIDP-4929
themr0c 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 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
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
| 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 was deleted.
Oops, something went wrong.
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
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
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
16 changes: 7 additions & 9 deletions
16
assemblies/assembly-admin-templates.adoc → ...blies/assembly-configuring-templates.adoc
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
This file was deleted.
Oops, something went wrong.
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,47 @@ | ||
| :_mod-docs-content-type: ASSEMBLY | ||
| :context: customizing-appearance | ||
| [id="{context}"] | ||
| = Customizing {product} appearance | ||
|
|
||
| The following default theme configurations are available for {product}: | ||
|
|
||
| The {product} theme:: Default theme configurations to make your developer portal look like a standard {product} instance. For more information, see xref:ref-customize-rhdh-default-rhdh_{context}[] | ||
|
|
||
| The Backstage theme:: Default theme configurations to make your developer portal look like a standard Backstage instance. For more information, see xref:ref-customize-rhdh-default-backstage_{context}[] | ||
|
Check failure on line 10 in assemblies/assembly-customizing-the-appearance.adoc
|
||
themr0c marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
|
||
| You can change or disable particular parameters in a default theme or create a fully customized theme by modifying the `app-config-rhdh.yaml` file. From the `app-config-rhdh.yaml` file, you can customize common theme components, including the following: | ||
|
|
||
| * Company name and logo | ||
| * Font color, size, and style of text in paragraphs, headings, headers, and buttons | ||
| * Header color, gradient, and shape | ||
| * Button color | ||
| * Navigation indicator color | ||
| You can also customize some components from the {product-short} GUI, such as the theme mode (*Light Theme*, *Dark Theme*, or *Auto*). | ||
|
|
||
| include::modules/customizing-the-appearance/proc-customize-rhdh-theme-mode.adoc[leveloffset=+1] | ||
|
|
||
|
|
||
| include::modules/customizing-the-appearance/proc-customize-rhdh-branding-logo.adoc[leveloffset=+1] | ||
|
|
||
|
|
||
| include::modules/customizing-the-appearance/proc-customize-rhdh-sidebar-menuitems.adoc[leveloffset=+1] | ||
|
|
||
|
|
||
| include::modules/customizing-the-appearance/proc-customize-rhdh-palette.adoc[leveloffset=+1] | ||
|
|
||
|
|
||
| include::modules/customizing-the-appearance/proc-customize-rhdh-page-theme.adoc[leveloffset=+1] | ||
|
|
||
|
|
||
| include::modules/customizing-the-appearance/proc-customize-rhdh-font.adoc[leveloffset=+1] | ||
|
|
||
|
|
||
| include::modules/customizing-the-appearance/ref-customize-rhdh-default-rhdh.adoc[leveloffset=+1] | ||
|
|
||
|
|
||
| include::modules/customizing-the-appearance/ref-customize-rhdh-default-backstage.adoc[leveloffset=+1] | ||
|
|
||
|
|
||
| include::modules/customizing-the-appearance/ref-customize-rhdh-custom-components.adoc[leveloffset=+1] | ||
|
|
||
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
10 changes: 5 additions & 5 deletions
10
...mizing-the-quick-access-card-in-rhdh.adoc → ...ly-customizing-the-quick-access-card.adoc
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,15 +1,15 @@ | ||
| :_mod-docs-content-type: ASSEMBLY | ||
|
|
||
| [id="customizing-the-quick-access-card-in-rhdh"] | ||
| = Customizing the Quick access card in {product} | ||
| :context: customizing-the-quick-access-card | ||
| [id="{context}"] | ||
| = Customizing the Quick access card | ||
|
|
||
| To access the Home page in {product}, the base URL must include the `/developer-hub` proxy. You can configure the Home page by passing the data into the `app-config.yaml` file as a proxy. You can provide data to the Home page from the following sources: | ||
|
|
||
| * JSON files hosted on GitHub or GitLab. | ||
| * A dedicated service that provides the Home page data in JSON format using an API. | ||
| include::modules/getting-started/proc-using-hosted-json-files-to-provide-data-to-the-quick-access-card.adoc[leveloffset=+1] | ||
| include::modules/getting-started/proc-using-a-dedicated-service-to-provide-data-to-the-quick-access-card.adoc[leveloffset=+1] | ||
| include::modules/customizing-the-quick-access-card/proc-using-hosted-json-files-to-provide-data-to-the-quick-access-card.adoc[leveloffset=+1] | ||
|
|
||
|
|
||
| include::modules/customizing-the-quick-access-card/proc-using-a-dedicated-service-to-provide-data-to-the-quick-access-card.adoc[leveloffset=+1] | ||
|
|
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.
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.
@themr0c Curious why this was removed? Is this intentional? This was added in #709 to clarify how the
NO_PROXYenv var is handled in RHDH, as a follow-up to a few customer issues.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.
My mistake. Lost in rebase. Restoring it: #811