-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
82 lines (77 loc) · 2.48 KB
/
mkdocs.yml
File metadata and controls
82 lines (77 loc) · 2.48 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
site_name: NSPS Connector Implementation Guide
site_url: https://wiki.portaone.com/display/REQSPEC/NSPS+Connector+Implementation+Guide
nav:
- Introduction: index.md
- connector-overview.md
- NSPS:
- NSPS/nsps-overview.md
- NSPS/data-flows.md
- NSPS/technical-specifications.md
- Implementation Specific:
- implementation-specific/requirements.md
- Request Handling:
- implementation-specific/request-handling/request-body.md
- implementation-specific/request-handling/request-headers.md
- implementation-specific/request-handling/event-types.md
- implementation-specific/configuration.md
- implementation-specific/logging.md
- implementation-specific/error-handling.md
- deployment.md
- testing.md
- Examples:
- WTL HLR HSS Connector:
- examples/wtl-hlr-hss-connector/overview.md
- examples/wtl-hlr-hss-connector/workflow.md
- examples/wtl-hlr-hss-connector/explained.md
theme:
name: material
logo: assets/images/portaone-main-logo.png
favicon: assets/images/favicon.ico
features:
- content.code.copy
- navigation.footer
font:
text: Roboto
code: Red Hat Mono
palette:
#Dark mode
- scheme: slate
toggle:
icon: material/weather-sunny
name: Dark mode
primary: blue
accent: blue
#Light mode
- scheme: default
toggle:
icon: material/weather-night
name: Light mode
primary: blue
accent: blue
markdown_extensions:
- admonition
- attr_list
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- tables
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
alternate_style: true
- pymdownx.details
- md_in_html
- abbr
- def_list
extra_css:
- stylesheets/extra.css
copyright: Copyright © 2025 PortaOne, Inc. All rights reserved.