Skip to content

Commit ad532b8

Browse files
committed
gem
1 parent 56713b4 commit ad532b8

File tree

3 files changed

+11
-8
lines changed

3 files changed

+11
-8
lines changed

Gemfile

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# frozen_string_literal: true
2+
source "https://rubygems.org"
3+
4+
gem "jekyll"
5+
6+
group :jekyll_plugins do
7+
gem 'jekyll-spaceship'
8+
end

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
---
2-
mermaid: true
3-
---
4-
51
# Reference architecture for secure cross-tenant API traffic #
62

73
[![CC BY-NC-SA 4.0][cc-by-nc-sa-shield]][cc-by-nc-sa]
@@ -23,7 +19,7 @@ At the forefront, an Azure Application Gateway is used to centralize all traffic
2319

2420
In addition, an Azure API Management resource is placed behind the Azure Application Gateway to centralize standardized APIs. This Azure API management resource differentiates and controls the flow of traffic through [product polices](https://learn.microsoft.com/en-us/azure/api-management/api-management-howto-policies#scopes).
2521

26-
```mermaid
22+
```mermaid!
2723
flowchart TD
2824
2925
subgraph Partner managed resources

_config.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
2-
# bootstrap: use the remote theme for the site itself
3-
remote_theme: sighingnow/jekyll-gitbook
1+
plugins:
2+
- jekyll-spaceship

0 commit comments

Comments
 (0)