Skip to content
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

fix: architecture overview xref statements #2182

Merged
merged 7 commits into from
Dec 10, 2021
Merged
2 changes: 1 addition & 1 deletion modules/administration-guide/nav.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.Administration Guide

* xref:che-architecture-overview.adoc[]
* xref:architecture-overview.adoc[]
** xref:architecture-overview-with-che-server.adoc[]
*** xref:server-components-with-che-server.adoc[]
*** xref:che-workspaces-architecture-with-che-server.adoc[]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[id="che-architecture-overview-with-che-server"]
[id="architecture-overview-with-che-server"]
// = Che architecture with Che server as workspace engine
:navtitle: Che server based
:keywords: administration-guide, che-architecture-overview
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[id="che-architecture-overview-with-devworkspace"]
[id="architecture-overview-with-devworkspace"]
// = Che architecture with {devworkspace}
:navtitle: {devworkspace} based
:keywords: administration-guide, che-architecture-overview, devworkspace
:keywords: administration-guide, architecture-overview, devworkspace
:page-aliases: .:che-architecture-overview-with-devworkspace, .:high-level-che-architecture-with-devworkspace, overview:high-level-che-architecture-with-devworkspace, administration-guide:high-level-che-architecture-with-devworkspace

include::partial$con_architecture-overview-with-devworkspace.adoc[]
4 changes: 2 additions & 2 deletions modules/administration-guide/pages/architecture-overview.adoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[id="che-architecture-overview"]
[id="architecture-overview"]
// = Che architecture overview
:navtitle: Architecture overview
:keywords: administration-guide, che-architecture-overview
:keywords: administration-guide, architecture-overview
:page-aliases: .:che-architecture-overview, .:high-level-che-architecture, overview:high-level-che-architecture, administration-guide:high-level-che-architecture, che-architecture-overview

include::partial$con_architecture-overview.adoc[]
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ include::partial$con_a-workspace-example.adoc[leveloffset=+1]

.Additional resources

* xref:che-architecture-overview.adoc[]
* xref:architecture-overview.adoc[]
ifeval::["{project-context}" == "che"]
* link:https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/[{kubernetes} compute resources management documentation]
endif::[]
Expand Down