-
Notifications
You must be signed in to change notification settings - Fork 51
/
mkdocs.yml
71 lines (69 loc) · 2.02 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
site_name: EDA technical academy
site_author: Jerome Boyer
repo_url: https://github.com/ibm-cloud-architecture/eda-tech-academy
remote_branch: gh-pages
remote_name: origin
nav:
- Introduction: index.md
- Information:
- Why EDA now?: eda.md
- Fit for purpose: https://ibm-cloud-architecture.github.io/refarch-eda/concepts/fit-to-purpose/
- EDA Reference Architecture: https://ibm-cloud-architecture.github.io/refarch-eda/introduction/reference-architecture/#event-driven-architecture
- Journey 1:
- Getting started with Event Streams: getting-started/index.md
- Event Streams schema: getting-started/schema-lab.md
- Event-endpoint management: getting-started/eepm.md
- Mirror maker 2 lab: getting-started/mm2.md
- Demonstration A to Z: demo/index.md
- Journey 2:
- Lab 1 - System Design Lab:
- Problem Statement: lab1/index.md
- Solution Overview: lab1/lab1-sol.md
- Kafka Streams Lab:
- Kafka Streams Study: lab2/kstream.md
- Lab 2 exercises: lab2/index.md
- Solution Overview: lab2/lab2-sol.md
- Lab 3 - Real Time Inventory demo: lab3/index.md
- Lab 4 - EDA GitOps: lab4/index.md
- Lab 5 - Monitoring with Instana: lab5/index.md
- More...: future.md
theme:
name: material
# custom_dir: docs/overrides
palette:
scheme: default
language: en
include_search_page: false
search_index_only: true
features:
- content.code.annotate
- content.tooltips
- navigation.tabs
- navigation.instant
# - navigation.indexes
- navigation.sections
- navigation.expand
#- navigation.tracking
- navigation.tabs.sticky
extra_css: ["extra.css"]
plugins:
- search:
lang: en
- minify:
minify_html: true
markdown_extensions:
- abbr
- attr_list
- admonition
- md_in_html
- footnotes
- pymdownx.smartsymbols
- toc:
permalink: true
toc_depth: 3
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.details
- pymdownx.superfences