-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathmkdocs.yml
31 lines (30 loc) · 1.04 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
site_name: Customer analysis with cognitive and analytics in hybrid cloud
repo_url: https://github.com/ibm-cloud-architecture/refarch-cognitive-analytics
nav:
- Welcome: index.md
- Methodology: method/readme.md
- Business Problem:
- Presentation: businessproblem.md
- Demonstration: ./flow/README.md
- Design:
- Design considerations: design/readme.md
- Implementation details: design/code.md
- API management: apim/README.md
- Data ingestion: data/README.md
- Churn risk scoring: design/scoring-serv.md
- Tone analyzer inegration: design/w-tone-analyzer.md
- Persisting the chatbot transcripts: persist/chattranscripts.md
- Watson assistant implementation: wcs/README.md
- Analytics implementation: ml/README.md
- Environment setup:
- Public: env/public.md
- Private: env/private.md
- Deployments:
- Local: deploy/local.md
- Public IKS: deploy/iks.md
- Private ICP: deploy/icp.md
- Z deployment: Z/README.md
- Tutorial: labs.md
theme:
name: material
extra_css: ["extra.css"]