-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathmkdocs.yml
More file actions
80 lines (72 loc) · 2.16 KB
/
Copy pathmkdocs.yml
File metadata and controls
80 lines (72 loc) · 2.16 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
site_name: pyxecm
site_url: https://opentext.github.io/pyxecm/
theme:
name: "material"
logo: https://avatars.githubusercontent.com/u/6463527?s=200&v=4
favicon: https://avatars.githubusercontent.com/u/6463527?s=200&v=4
icon:
repo: fontawesome/brands/github
palette:
primary: black
features:
- content.action.edit
- content.code.copy
- content.tabs.link
- content.tooltips
plugins:
- search
- mkdocstrings
repo_url: https://github.com/opentext/pyxecm
repo_name: opentext/pyxecm
edit_uri: edit/main/docs/
markdown_extensions:
- pymdownx.snippets:
check_paths: true
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.critic
- pymdownx.caret
- pymdownx.keys
- pymdownx.mark
- pymdownx.tilde
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- def_list
- pymdownx.tasklist:
custom_checkbox: true
- admonition
- pymdownx.details
- pymdownx.superfences
nav:
- Index: index.md
- pyxecm:
- Archive Center (OTAC): pyxecm/otac.md
- Aviator Search: pyxecm/avts.md
- Content Server (OTCS): pyxecm/otcs.md
- Core Share: pyxecm/coreshare.md
- Directory Services (OTDS): pyxecm/otds.md
- Intelligent Viewing (OTIV): pyxecm/otiv.md
- Media Management (OTMM): pyxecm/otmm.md
- PowerDocs (OTPD): pyxecm/otpd.md
- Helper Classes: pyxecm/helper.md
- pyxecm-api:
- API: pyxecm-api/index.md
- API Settings: pyxecm-api/settings.md
- pyxecm-customizer:
- Customizer: pyxecm-customizer/index.md
- Customizer Settings: pyxecm-customizer/settings.md
- Browser Automation: pyxecm-customizer/browser.md
- Payload: pyxecm-customizer/payload.md
- Payload Syntax: pyxecm-customizer/payload-syntax.md
- K8s: pyxecm-customizer/k8s.md
- Microsoft 365: pyxecm-customizer/m365.md
- Salesforce: pyxecm-customizer/salesforce.md
- SAP: pyxecm-customizer/sap.md
- SuccessFactors: pyxecm-customizer/successfactors.md
- Translate: pyxecm-customizer/translate.md