-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmkdocs.yml
More file actions
122 lines (114 loc) · 4.98 KB
/
mkdocs.yml
File metadata and controls
122 lines (114 loc) · 4.98 KB
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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
site_name: Cogstack Documentation
site_url: http://localhost:8080/docs/
theme:
name: material
custom_dir: overrides
favicon: assets/cogstack-logo.png
logo: assets/cogstack-logo.png
icon:
logo: assets/cogstack-logo.png
palette:
primary: white
features:
- navigation.tabs
- navigation.sections
- navigation.top
- navigation.indexes
- navigation.tracking
- navigation.footer
- header.autohide
- content.tooltips
- search.highlight
- search.share
- search.suggest
- toc.follow
- attr_list
repo_url: https://github.com/CogStack
repo_name: github.com/CogStack
docs_dir: docs
nav:
- Home:
- Home: index.md
- Getting started: overview/getting-started.md
- CogStack Community Edition:
- Overview: cogstack-ce/_index.md
- Quickstart: cogstack-ce/tutorial/quickstart-installation.md
- Tutorials:
- End To End Tutorial: cogstack-ce/tutorial/end-to-end-jupyterhub.md
- CogStack AI:
- CogStack AI: cogstack-ai/index.md
- Natural Language Processing: overview/Natural Language Processing.md
- MedCAT: https://docs.cogstack.org/projects/nlp
- MedCAT Trainer: https://docs.cogstack.org/projects/medcat-trainer/
- Tutorials:
- Medcat Service Tutorial: platform/cogstack-ai/medcat-service-tutorial.ipynb
- Data Engineering:
- Data Engineering: data-engineering/index.md
- Data pipelines: overview/Data pipelines.md
- Elasticsearch: overview/Elasticsearch.md
- NiFi: https://docs.cogstack.org/projects/nifi/
- Platform:
- Platform: platform/index.md
- Deployment:
- Deployment: platform/deployment/_index.md
- Getting Started:
- Getting Started: platform/deployment/get-started/_index.md
- Quickstart: platform/deployment/get-started/quickstart.md
- Helm:
- Helm: platform/deployment/helm/_index.md
- Tutorial: platform/deployment/helm/tutorial.md
- CogStack Helm Module: platform/deployment/helm/cogstack-helm-module.md
- Troubleshooting: platform/deployment/helm/troubleshooting.md
- Charts:
- Charts Overview: platform/deployment/helm/charts/_index.md
- MedCAT Service Helm: platform/deployment/helm/charts/medcat-service-helm.md
- MedCAT Trainer Helm: platform/deployment/helm/charts/medcat-trainer-helm.md
- Cogstack CE Helm: platform/deployment/helm/charts/cogstack-helm-ce.md
- Examples:
- Examples: platform/deployment/examples/_index.md
- AWS Kubernetes EKS: platform/deployment/examples/aws-kubernetes-eks.md
- Azure Kubernetes AKS: platform/deployment/examples/azure-kubernetes-aks.md
- OpenStack Kubernetes K3s: platform/deployment/examples/openstack-kubernetes-k3s.md
- OpenStack Docker: platform/deployment/examples/openstack-docker.md
- Docker Compose: platform/deployment/reference/docker-compose/_index.md
- Observability:
- Observability: platform/observability/_index.md
- Getting Started:
- Quickstart: platform/observability/get-started/quickstart.md
- User Guide Tutorial: platform/observability/get-started/userguide-tutorial.md
- Setup:
- Production Setup: platform/observability/setup/production-setup.md
- Probing: platform/observability/setup/probing.md
- Telemetry: platform/observability/setup/telemetry.md
- Alerting: platform/observability/setup/alerting.md
- Customization:
- Customization Overview: platform/observability/customization/_index.md
- Custom Dashboards: platform/observability/customization/custom-dashboards.md
- Alerts Customization: platform/observability/customization/alerts-customization.md
- Custom Prometheus Configs: platform/observability/customization/custom-prometheus-configs.md
- Blackbox Exporter Config: platform/observability/customization/blackbox-exporter-config.md
- Reference:
- Project Details: platform/observability/reference/project-details.md
- Concept Materials: platform/observability/reference/concept-materials.md
- Quickstart Manual: platform/observability/reference/quickstart-manual.md
- Understanding Metrics: platform/observability/reference/understanding-metrics.md
plugins:
- search
- gen-files:
scripts:
- scripts/gen_helm_readme.py
- scripts/copy_files_from_repo.py
- termynal
- mkdocs-jupyter:
ignore_h1_titles: True
extra:
analytics:
provider: custom
markdown_extensions:
- admonition
- attr_list
- pymdownx.details
- pymdownx.superfences
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg