Skip to content

Commit 594f8c6

Browse files
committed
dark mode notation for logo on readmes
1 parent 945b4cd commit 594f8c6

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# ![MuShop Logo](./images/logo.png)
1+
# ![MuShop Logo](./images/logo.png#gh-light-mode-only)![MuShop Logo - Dark Mode](./images/logo-inverse.png#gh-dark-mode-only)
22

33
MuShop is a showcase of several [Oracle Cloud Infrastructure][oci] services in a unified reference application. The sample application implements an e-commerce platform built as a set of micro-services. The accompanying content can be used to get started with cloud native application development on [Oracle Cloud Infrastructure][oci].
44

@@ -77,7 +77,7 @@ Follow these steps to completely remove all provisioned resources:
7777
1. Once the destroy job has succeeded, return to the Stack Details page
7878
1. Click `Delete Stack` and confirm when prompted
7979

80-
#### Topology
80+
#### Basic Topology
8181

8282
The following diagram shows the topology created by this stack.
8383

@@ -91,13 +91,13 @@ MuShop Complete is a polyglot micro-services application built to showcase a clo
9191

9292
The [helm chart documentation][chartdocs] walks through the deployment process and various options for customizing the deployment.
9393

94-
#### Topology
94+
### Complete Topology
9595

9696
The following diagram shows the topology created by this stack.
9797

9898
![MuShop Complete Infra](./images/complete/00-Topology.png)
9999

100-
#### [![Deploy to Oracle Cloud][magic_button]][magic_mushop_stack]
100+
### [![Deploy to Oracle Cloud][magic_button]][magic_mushop_stack]
101101

102102
## Questions
103103

deploy/basic/FAQs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![MuShop Logo](../../images/logo.png)
1+
# ![MuShop Logo](../../images/logo.png#gh-light-mode-only)![MuShop Logo - Dark Mode](../../images/logo-inverse.png#gh-dark-mode-only)
22

33
---
44

deploy/basic/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# ![MuShop Logo](../../images/logo.png)        [![Deploy to Oracle Cloud][magic_button]][magic_mushop_basic_stack]
1+
# ![MuShop Logo](../../images/logo.png#gh-light-mode-only)![MuShop Logo - Dark Mode](../../images/logo-inverse.png#gh-dark-mode-only)        [![Deploy to Oracle Cloud][magic_button]][magic_mushop_basic_stack]
22

33
This is a Terraform configuration that deploys the MuShop basic sample application on [Oracle Cloud Infrastructure (OCI)][oci].
44

deploy/basic/README_MSZ.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![MuShop Logo](../../images/logo.png)
1+
# ![MuShop Logo](../../images/logo.png#gh-light-mode-only)![MuShop Logo - Dark Mode](../../images/logo-inverse.png#gh-dark-mode-only)
22

33
This document shows information on how to use MuShop Basic to deploy on OCI Maximum-Security Zones (MSZ) and use Cloud Guard.
44

deploy/complete/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# ![MuShop Logo](../../images/logo.png)        [![Deploy to Oracle Cloud][magic_button]][magic_mushop_stack]
1+
# ![MuShop Logo](../../images/logo.png#gh-light-mode-only)![MuShop Logo - Dark Mode](../../images/logo-inverse.png#gh-dark-mode-only)        [![Deploy to Oracle Cloud][magic_button]][magic_mushop_stack]
22

33
MuShop Complete is a polyglot micro-services application built to showcase a cloud native approach to application development on [Oracle Cloud Infrastructure][oci] using Oracle's [cloud native](https://www.oracle.com/cloud/cloud-native/) services. MuShop Complete uses a Kubernetes cluster, and can be deployed using the provided `helm` charts (preferred), or Kubernetes manifests. It is recommended to use an Oracle Container Engine for Kubernetes cluster, however other Kubernetes distributions will also work.
44

0 commit comments

Comments
 (0)