Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions maps/openshift-enterprise/_attributes
3 changes: 3 additions & 0 deletions maps/openshift-enterprise/administer.adoc

Copy link
Copy Markdown
Collaborator

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.

Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
:_mod-docs-content-type: MAP

= Administer
3 changes: 3 additions & 0 deletions maps/openshift-enterprise/configure.adoc

Copy link
Copy Markdown
Collaborator

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.

Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
:_mod-docs-content-type: MAP

= Configure
3 changes: 3 additions & 0 deletions maps/openshift-enterprise/deploy.adoc

Copy link
Copy Markdown
Collaborator

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.

Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
:_mod-docs-content-type: MAP

= Deploy
3 changes: 3 additions & 0 deletions maps/openshift-enterprise/develop.adoc

Copy link
Copy Markdown
Collaborator

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.

Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
:_mod-docs-content-type: MAP

= Develop
3 changes: 3 additions & 0 deletions maps/openshift-enterprise/disconnected.adoc

Copy link
Copy Markdown
Collaborator

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.

Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
:_mod-docs-content-type: MAP

= Disconnected
3 changes: 3 additions & 0 deletions maps/openshift-enterprise/discover.adoc

Copy link
Copy Markdown
Collaborator

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.

Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
:_mod-docs-content-type: MAP

= Discover
32 changes: 32 additions & 0 deletions maps/openshift-enterprise/docinfo-footer.html
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>
3 changes: 3 additions & 0 deletions maps/openshift-enterprise/extend.adoc

Copy link
Copy Markdown
Collaborator

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.

Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
:_mod-docs-content-type: MAP

= Extend
3 changes: 3 additions & 0 deletions maps/openshift-enterprise/get-started.adoc

Copy link
Copy Markdown
Collaborator

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.

Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
:_mod-docs-content-type: MAP

= Get Started
3 changes: 3 additions & 0 deletions maps/openshift-enterprise/install.adoc

Copy link
Copy Markdown
Collaborator

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.

Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
:_mod-docs-content-type: MAP

= Install
3 changes: 3 additions & 0 deletions maps/openshift-enterprise/integrate.adoc

Copy link
Copy Markdown
Collaborator

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.

Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
:_mod-docs-content-type: MAP

= Integrate
1 change: 1 addition & 0 deletions maps/openshift-enterprise/jobs
3 changes: 3 additions & 0 deletions maps/openshift-enterprise/migrate.adoc

Copy link
Copy Markdown
Collaborator

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.

Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
:_mod-docs-content-type: MAP

= Migrate
1 change: 1 addition & 0 deletions maps/openshift-enterprise/modules
54 changes: 54 additions & 0 deletions maps/openshift-enterprise/navigation.adoc

Copy link
Copy Markdown
Collaborator

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.

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

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The 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]
3 changes: 3 additions & 0 deletions maps/openshift-enterprise/networking.adoc

Copy link
Copy Markdown
Collaborator

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.

Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
:_mod-docs-content-type: MAP

= Networking
3 changes: 3 additions & 0 deletions maps/openshift-enterprise/observe.adoc

Copy link
Copy Markdown
Collaborator

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.

Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
:_mod-docs-content-type: MAP

= Observe
3 changes: 3 additions & 0 deletions maps/openshift-enterprise/optimize.adoc

Copy link
Copy Markdown
Collaborator

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.

Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
:_mod-docs-content-type: MAP

= Optimize
3 changes: 3 additions & 0 deletions maps/openshift-enterprise/plan.adoc

Copy link
Copy Markdown
Collaborator

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.

Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
:_mod-docs-content-type: MAP

= Plan
3 changes: 3 additions & 0 deletions maps/openshift-enterprise/reference.adoc

Copy link
Copy Markdown
Collaborator

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.

Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
:_mod-docs-content-type: MAP

= Reference
3 changes: 3 additions & 0 deletions maps/openshift-enterprise/secure.adoc

Copy link
Copy Markdown
Collaborator

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.

Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
:_mod-docs-content-type: MAP

= Secure
3 changes: 3 additions & 0 deletions maps/openshift-enterprise/storage.adoc

Copy link
Copy Markdown
Collaborator

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.

Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
:_mod-docs-content-type: MAP

= Storage
3 changes: 3 additions & 0 deletions maps/openshift-enterprise/troubleshoot.adoc

Copy link
Copy Markdown
Collaborator

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.

Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
:_mod-docs-content-type: MAP

= Troubleshoot
3 changes: 3 additions & 0 deletions maps/openshift-enterprise/upgrade.adoc

Copy link
Copy Markdown
Collaborator

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.

Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
:_mod-docs-content-type: MAP

= Upgrade
3 changes: 3 additions & 0 deletions maps/openshift-enterprise/validate.adoc

Copy link
Copy Markdown
Collaborator

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.

Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
:_mod-docs-content-type: MAP

= Validate
3 changes: 3 additions & 0 deletions maps/openshift-enterprise/whats-new.adoc

Copy link
Copy Markdown
Collaborator

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.

Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
:_mod-docs-content-type: MAP

= What's new