forked from opentext/pyxecm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
72 lines (66 loc) · 1.93 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
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
plugins:
- search
- mkdocstrings
- git-revision-date-localized:
enable_creation_date: true
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
nav:
- Index: index.md
- Payload Syntax: payload-syntax.md
- Extended ECM Python Classes:
- Content Server (OTCS): pyxecm/otcs.md
- Directory Services (OTDS): pyxecm/otds.md
- Archive Center (OTAC): pyxecm/otac.md
- Intelligent Viewing (OTIV): pyxecm/otiv.md
- PowerDocs (OTPD): pyxecm/otpd.md
- Media Management (OTMM): pyxecm/otmm.md
- Core Share: pyxecm/coreshare.md
- Aviator Search: pyxecm/avts.md
- Customizer Python Classes:
- Payload: pyxecm/payload.md
- Customizer: pyxecm/customizer.md
- Browser Automation: pyxecm/browser.md
- K8s: pyxecm/k8s.md
- Microsoft 365: pyxecm/m365.md
- SuccessFactors: pyxecm/successfactors.md
- Salesforce: pyxecm/salesforce.md
- SAP: pyxecm/sap.md
- Translate: pyxecm/translate.md
- Helper Python Classes:
- Assoc: pyxecm/assoc.md
- Web: pyxecm/web.md
- XML: pyxecm/xml.md