-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
76 lines (69 loc) · 1.68 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
72
73
74
75
76
site_name: Bhavya Maheshwari's website
repo_url: https://github.com/mbhavya/mbhavya.github.io
repo_name: github.com/mbhavya
theme:
name: material
language: en
features:
- content.tabs.link
- content.code.annotate
- content.tooltips
- navigation.tabs
- navigation.instant
#- navigation.tracking
- navigation.sections
- navigation.expand
- navigation.tabs.sticky
- navigation.top
social:
- type: 'github'
link: 'https://github.com/mbhavya'
extra_css: ["extra.css"]
# icon:
# repo: fontawesome/brands/github
extra:
default: stable
plugins:
- search:
lang: en
- minify:
minify_html: true
markdown_extensions:
- meta
- abbr
- attr_list
- admonition
- footnotes
- pymdownx.smartsymbols
- toc:
permalink: true
toc_depth: 3
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.details
- pymdownx.tabbed:
alternate_style: true
nav:
- Home: index.md
- Playground:
- Cloud Native:
- Ory Oathkeeper: cloud_native/oathkeeper.md
- Open Telemetry: cloud_native/otel.md
- knative: cloud_native/knative.md
- Distributed Computing:
- Dask: distributed_computing/dask.md
- Ray: distributed_computing/ray.md
- Data Science:
- Rasa: data_science/rasa.md
- Data Engineering:
- Prefect: data_engineering/prefect.md
- DatahubProject: data_engineering/datahubproject.md
- Tech Stuff:
- API Contracts: tech_stuff/pact.md
- Kubernetes Utilities: tech_stuff/k8s_utils.md