Skip to content

OSDOCS#13824: Adding an overview page for the tutorials book #93462

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
4 changes: 2 additions & 2 deletions _topic_maps/_topic_map.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ Name: Tutorials
Dir: tutorials
Distros: openshift-enterprise
Topics:
# - Name: Tutorials overview
# File: index
- Name: Tutorials overview
File: index
- Name: Deploying an application by using the web console
File: dev-app-web-console
- Name: Deploying an application by using the CLI
Expand Down
15 changes: 8 additions & 7 deletions tutorials/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,21 @@ include::_attributes/common-attributes.adoc[]
toc::[]

////
TODO: intro

[id="tutorials-developers_{context}"]
== Tutorials for developers
////

// TODO: xrefs to CLI and web console developer tutorials
You can follow an end-to-end example of deploying an application on {product-title} either by using the {oc-first} or the web console.

* xref:../tutorials/dev-app-cli#dev-app-cli[Tutorial: Deploying an application by using the CLI]
* xref:../tutorials/dev-app-web-console#dev-app-web-console[Tutorial: Deploying an application by using the web console]

////
[id="tutorials-admins_{context}"]
== Tutorials for administrators

// TODO: xrefs to CLI and web console admin tutorials
////

[id="additional-learning-resources_{context}"]
== Additional learning resources

// TODO: xref to learning resources assembly
////
To discover additional tutorials and hands-on learning resources for {product-title}, see xref:../tutorials/additional-tutorials#additional-tutorials[Additional hands-on learning].