-
Notifications
You must be signed in to change notification settings - Fork 2k
Add JTBD map scaffolding for openshift-enterprise #119607
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| ../../_attributes |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| :_mod-docs-content-type: MAP | ||
|
|
||
| = Administer |
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🤖 [error] OpenShiftAsciiDoc.ModuleContainsContentType: Module is missing the '_mod-docs-content-type' variable. |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| :_mod-docs-content-type: MAP | ||
|
|
||
| = Configure |
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🤖 [error] OpenShiftAsciiDoc.ModuleContainsContentType: Module is missing the '_mod-docs-content-type' variable. |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| :_mod-docs-content-type: MAP | ||
|
|
||
| = Deploy |
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🤖 [error] OpenShiftAsciiDoc.ModuleContainsContentType: Module is missing the '_mod-docs-content-type' variable. |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| :_mod-docs-content-type: MAP | ||
|
|
||
| = Develop |
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🤖 [error] OpenShiftAsciiDoc.ModuleContainsContentType: Module is missing the '_mod-docs-content-type' variable. |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| :_mod-docs-content-type: MAP | ||
|
|
||
| = Disconnected |
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🤖 [error] OpenShiftAsciiDoc.ModuleContainsContentType: Module is missing the '_mod-docs-content-type' variable. |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| :_mod-docs-content-type: MAP | ||
|
|
||
| = Discover |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,32 @@ | ||
| <style> | ||
| #toc ul li.has-children > ul { | ||
| display: none; | ||
| } | ||
| #toc ul li.has-children.open > ul { | ||
| display: block; | ||
| } | ||
| .toc-toggle { | ||
| cursor: pointer; | ||
| margin-right: 4px; | ||
| font-size: 0.75em; | ||
| user-select: none; | ||
| } | ||
| </style> | ||
| <script> | ||
| document.addEventListener('DOMContentLoaded', function() { | ||
| document.querySelectorAll('#toc li').forEach(function(li) { | ||
| var sublist = li.querySelector(':scope > ul'); | ||
| if (sublist) { | ||
| li.classList.add('has-children'); | ||
| var toggle = document.createElement('span'); | ||
| toggle.className = 'toc-toggle'; | ||
| toggle.textContent = '▶'; | ||
| li.insertBefore(toggle, li.firstChild); | ||
| toggle.addEventListener('click', function() { | ||
| li.classList.toggle('open'); | ||
| toggle.textContent = li.classList.contains('open') ? '▼' : '▶'; | ||
| }); | ||
| } | ||
| }); | ||
| }); | ||
| </script> |
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🤖 [error] OpenShiftAsciiDoc.ModuleContainsContentType: Module is missing the '_mod-docs-content-type' variable. |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| :_mod-docs-content-type: MAP | ||
|
|
||
| = Extend |
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🤖 [error] OpenShiftAsciiDoc.ModuleContainsContentType: Module is missing the '_mod-docs-content-type' variable. |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| :_mod-docs-content-type: MAP | ||
|
|
||
| = Get Started |
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🤖 [error] OpenShiftAsciiDoc.ModuleContainsContentType: Module is missing the '_mod-docs-content-type' variable. |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| :_mod-docs-content-type: MAP | ||
|
|
||
| = Install |
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🤖 [error] OpenShiftAsciiDoc.ModuleContainsContentType: Module is missing the '_mod-docs-content-type' variable. |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| :_mod-docs-content-type: MAP | ||
|
|
||
| = Integrate |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| ../jobs |
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🤖 [error] OpenShiftAsciiDoc.ModuleContainsContentType: Module is missing the '_mod-docs-content-type' variable. |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| :_mod-docs-content-type: MAP | ||
|
|
||
| = Migrate |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| ../../modules |
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🤖 [error] OpenShiftAsciiDoc.ModuleContainsContentType: Module is missing the '_mod-docs-content-type' variable. |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,54 @@ | ||
| :_mod-docs-content-type: MAP | ||
|
|
||
| include::_attributes/common-attributes.adoc[] | ||
|
|
||
| :toc: | ||
| :toclevels: 4 | ||
| :product-title: OpenShift Container Platform | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🤖 [error] OpenShiftAsciiDoc.SuggestAttribute: Use the AsciiDoc attribute '{product-title}' rather than the plain text product term 'OpenShift Container Platform', unless your use case is an exception. |
||
| :openshift-enterprise: | ||
|
|
||
| = OpenShift Container Platform | ||
|
|
||
| include::whats-new.adoc[leveloffset=+1] | ||
|
|
||
| include::discover.adoc[leveloffset=+1] | ||
|
|
||
| include::get-started.adoc[leveloffset=+1] | ||
|
|
||
| include::plan.adoc[leveloffset=+1] | ||
|
|
||
| include::install.adoc[leveloffset=+1] | ||
|
|
||
| include::deploy.adoc[leveloffset=+1] | ||
|
|
||
| include::upgrade.adoc[leveloffset=+1] | ||
|
|
||
| include::migrate.adoc[leveloffset=+1] | ||
|
|
||
| include::disconnected.adoc[leveloffset=+1] | ||
|
|
||
| include::administer.adoc[leveloffset=+1] | ||
|
|
||
| include::develop.adoc[leveloffset=+1] | ||
|
|
||
| include::configure.adoc[leveloffset=+1] | ||
|
|
||
| include::secure.adoc[leveloffset=+1] | ||
|
|
||
| include::observe.adoc[leveloffset=+1] | ||
|
|
||
| include::integrate.adoc[leveloffset=+1] | ||
|
|
||
| include::optimize.adoc[leveloffset=+1] | ||
|
|
||
| include::extend.adoc[leveloffset=+1] | ||
|
|
||
| include::troubleshoot.adoc[leveloffset=+1] | ||
|
|
||
| include::reference.adoc[leveloffset=+1] | ||
|
|
||
| include::validate.adoc[leveloffset=+1] | ||
|
|
||
| include::networking.adoc[leveloffset=+1] | ||
|
|
||
| include::storage.adoc[leveloffset=+1] | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🤖 [error] OpenShiftAsciiDoc.ModuleContainsContentType: Module is missing the '_mod-docs-content-type' variable. |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| :_mod-docs-content-type: MAP | ||
|
|
||
| = Networking |
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🤖 [error] OpenShiftAsciiDoc.ModuleContainsContentType: Module is missing the '_mod-docs-content-type' variable. |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| :_mod-docs-content-type: MAP | ||
|
|
||
| = Observe |
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🤖 [error] OpenShiftAsciiDoc.ModuleContainsContentType: Module is missing the '_mod-docs-content-type' variable. |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| :_mod-docs-content-type: MAP | ||
|
|
||
| = Optimize |
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🤖 [error] OpenShiftAsciiDoc.ModuleContainsContentType: Module is missing the '_mod-docs-content-type' variable. |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| :_mod-docs-content-type: MAP | ||
|
|
||
| = Plan |
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🤖 [error] OpenShiftAsciiDoc.ModuleContainsContentType: Module is missing the '_mod-docs-content-type' variable. |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| :_mod-docs-content-type: MAP | ||
|
|
||
| = Reference |
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🤖 [error] OpenShiftAsciiDoc.ModuleContainsContentType: Module is missing the '_mod-docs-content-type' variable. |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| :_mod-docs-content-type: MAP | ||
|
|
||
| = Secure |
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🤖 [error] OpenShiftAsciiDoc.ModuleContainsContentType: Module is missing the '_mod-docs-content-type' variable. |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| :_mod-docs-content-type: MAP | ||
|
|
||
| = Storage |
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🤖 [error] OpenShiftAsciiDoc.ModuleContainsContentType: Module is missing the '_mod-docs-content-type' variable. |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| :_mod-docs-content-type: MAP | ||
|
|
||
| = Troubleshoot |
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🤖 [error] OpenShiftAsciiDoc.ModuleContainsContentType: Module is missing the '_mod-docs-content-type' variable. |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| :_mod-docs-content-type: MAP | ||
|
|
||
| = Upgrade |
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🤖 [error] OpenShiftAsciiDoc.ModuleContainsContentType: Module is missing the '_mod-docs-content-type' variable. |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| :_mod-docs-content-type: MAP | ||
|
|
||
| = Validate |
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🤖 [error] OpenShiftAsciiDoc.ModuleContainsContentType: Module is missing the '_mod-docs-content-type' variable. |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| :_mod-docs-content-type: MAP | ||
|
|
||
| = What's new |
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.
🤖 [error] OpenShiftAsciiDoc.ModuleContainsContentType: Module is missing the '_mod-docs-content-type' variable.