-
Notifications
You must be signed in to change notification settings - Fork 11
/
mkdocs.yml
76 lines (74 loc) · 2.17 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: Data & AI - Business Automation
site_description: Knowledge sharing on business automation
repo_url: https://github.com/ibm-cloud-architecture/refarch-dba
docs_dir: docs
site_dir: public
edit_uri: edit/master/docs
theme:
name: material
feature:
tabs: true
palette:
scheme: default
primary: black
language: en
custom_dir: overrides
features:
- navigation.tabs
- navigation.instant
- navigation.tracking
- navigation.tabs.sticky
- navigation.top
- navigation.sections
- navigation.expand
- navigation.path
extra_css: ["extra.css"]
use_directory_urls: true
plugins:
- search:
lang: en
markdown_extensions:
- attr_list
- admonition
- footnotes
- pymdownx.smartsymbols
- pymdownx.superfences
- toc:
permalink: true
toc_depth: 4
- pymdownx.tabbed
- pymdownx.highlight
- pymdownx.details
- md_in_html
- extra
- pymdownx.critic
- pymdownx.caret
- pymdownx.keys
- pymdownx.mark
- pymdownx.tilde
- attr_list
- pymdownx.tabbed:
alternate_style: true
- pymdownx.snippets:
base_path: docs/snippets
copyright: Copyright © 2024 IBM
nav:
- Home: index.md
- Introduction:
- Overview: introduction/overview/index.md
- Reference architecture: introduction/reference-architecture/index.md
- Methodology:
- Overview: methodology/overview/index.md
- Agile Business Rule Development: methodology/abrd/index.md
- Event Storming: https://ibm-cloud-architecture.github.io/refarch-eda/methodology/event-storming/
- Patterns in Business Automation:
- Devising the data models: methodology/model/index.md
- Champion-challenger: https://ibm-cloud-architecture.github.io/odm-cp4d-integration/champchall/
- Use Cases:
- Onboarding Automation: use-cases/onboarding-automation/index.md
- Connect Salesforce: use-cases/connect-salesforce/index.md
- HR Onboarding App: use-cases/hr-onboard-app/index.md
- Accounts Payable: use-cases/accounts-pay/index.md
- ODM-WML integration: https://ibm-cloud-architecture.github.io/odm-cp4d-integration/introduction
- Shared Services: use-cases/shared-ser/index.md
- Contribute: contribute/index.md