-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
29 lines (27 loc) · 862 Bytes
/
mkdocs.yml
File metadata and controls
29 lines (27 loc) · 862 Bytes
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
site_name: PHP AS2 Server Documentation
theme:
name: readthedocs
sticky_navigation: false
nav:
- Home: index.md
- Getting Started:
- Overview: protocol-overview.md
- 12 Security Configurations: configurations.md
- Trading Partnerships: partnerships.md
- Protocol Specification:
- Message Structure: message-structure.md
- HTTP Considerations: http-considerations.md
- AS2 Headers: headers.md
- Security:
- Security Overview: security.md
- Certificates: certificates.md
- Message Disposition Notifications:
- MDN Overview: mdn.md
- MDN Formats: mdn-formats.md
- Disposition Types: disposition-types.md
- Implementation Guide:
- Error Handling: error-handling.md
- Examples: examples.md
- Reference:
- RFC 4130: rfc-reference.md
- Glossary: glossary.md