Skip to content

Commit

Permalink
Updates to add in Backstage page
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricclyburn committed Oct 10, 2023
1 parent 9fde92e commit 5f3f57a
Show file tree
Hide file tree
Showing 6 changed files with 39 additions and 4 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions documentation/modules/ROOT/nav.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@
** xref:openshift-efficient-resource-management.adoc[Efficient Resource Management with OpenShift]
** xref:openshift-database-access-operator.adoc[Connecting Applications to DBaaS using RHODA]
* xref:backstage.adoc[Backstage]
* OpenShift Data Science
** xref:openshift-data-science-lp-recognition.adoc[Licence plate recognition]
** xref:openshift-data-science-object-detection.adoc[Object Detection]
Expand Down
2 changes: 1 addition & 1 deletion documentation/modules/ROOT/pages/argocd.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ image::argocdlogo.png[argocd logo,100,float="right"]

*Tutorial*: link:https://dn.dev/argocd-tutorial[dn.dev/argocd-tutorial,window=_blank]

*Slides*: link:https://dn.dev/argocd-workshop[dn.dev/argocd,window=_blank]
*Slides*: link:https://dn.dev/argocd-workshop[dn.dev/argocd-workshop,window=_blank]


[#one]
Expand Down
36 changes: 36 additions & 0 deletions documentation/modules/ROOT/pages/backstage.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
= Backstage
include::_attributes.adoc[]

Learn the basics of link:https://backstage.io/[Backstage,window=_blank] as well as the more advanced principles in one module of 1 hour. +
+

image::backstage.png[argocd logo,100,float="right"]

*Tutorial*: link:https://dn.dev/backstage-tutorial[dn.dev/backstage-tutorial,window=_blank]

*Slides*: link:https://dn.dev/backstage-workshop[dn.dev/backstage-workshop,window=_blank]

[#one]
== Backstage

[cols="1,3,2"]
|===
| *Duration* | *Audience* | *Level*
|1 hour
|For Kubernetes-experienced developers
|Intermediate
|===

Backstage is an open-source platform for building developer portals. It provides a centralized hub for managing software development and operations tasks, such as service discovery, documentation, and CI/CD pipelines. Backstage offers a range of features to help teams manage their software development and operations tasks, including a service catalog, documentation platform, CI/CD pipelines management, and a flexible plugin architecture that allows you to extend Backstage with custom functionality. +
+

image::backstage.png["Argo CD"]

What you will learn:

* Fundamentals of Backstage
* Service catalog: A centralized hub for discovering and managing services across your organization.
* CI/CD pipelines: A way to manage your CI/CD pipelines and deployments.
* Plugin architecture: A flexible plugin architecture that allows you to extend Backstage with custom functionality.
* Documentation: A platform for creating and managing documentation for your services.
`
3 changes: 0 additions & 3 deletions documentation/modules/ROOT/pages/springboot.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@ image::springbootlogo.png[springboot logo,100,float="right"]
Are you struggling to deploy and run your Spring Boot applications on Kubernetes? Then join us on this informative and helpful Deep Dive. We can all agree that Spring Boot is great, and you'll learn how to make the best of it when running on Kubernetes: from source code to container, to pod, to production +
+


image::springboot1.png["springboot"]

What you will learn:

* The fundamentals of springboot charts
Expand Down

0 comments on commit 5f3f57a

Please sign in to comment.