-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathtoc.yml
More file actions
93 lines (93 loc) · 2.8 KB
/
Copy pathtoc.yml
File metadata and controls
93 lines (93 loc) · 2.8 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
83
84
85
86
87
88
89
90
91
92
93
- name: UPSS Specifications
href: index.md
items:
- name: 'ADRs'
href: 'adrs/index.md'
items:
- name: 'Modular Monolith Architecture'
href: 'adrs/adr.modular-monolith-architecture.md'
- name: 'Architecture'
href: 'architecture/index.md'
items:
- name: 'JD.AI Gateway Architecture'
href: 'architecture/architecture.jdai-gateway.md'
- name: 'Behavior'
href: 'behavior/index.md'
items:
- name: 'Validate Pull Request Behavior'
href: 'behavior/behavior.validate-pull-request.md'
- name: 'Capabilities'
href: 'capabilities/index.md'
items:
- name: 'Specification Validation'
href: 'capabilities/capability.spec-validation.md'
- name: 'Data'
href: 'data/index.md'
items:
- name: 'Session Store Data Model'
href: 'data/data.session-store.md'
- name: 'Deployment'
href: 'deployment/index.md'
items:
- name: 'JD.AI Gateway Deployment'
href: 'deployment/deployment.jdai-gateway.md'
- name: 'Domain'
href: 'domain/index.md'
items:
- name: 'Session Management Domain Model'
href: 'domain/domain.session-management.md'
- name: 'Governance'
href: 'governance/index.md'
items:
- name: 'Specification Lifecycle Governance'
href: 'governance/governance.specification-lifecycle.md'
- name: 'Interfaces'
href: 'interfaces/index.md'
items:
- name: 'Agent Chat API'
href: 'interfaces/interface.agent-chat-api.md'
- name: 'Observability'
href: 'observability/index.md'
items:
- name: 'JD.AI Gateway Observability'
href: 'observability/observability.jdai-gateway.md'
- name: 'Operations'
href: 'operations/index.md'
items:
- name: 'JD.AI Gateway Operations'
href: 'operations/operations.jdai-gateway.md'
- name: 'Personas'
href: 'personas/index.md'
items:
- name: 'Platform Administrator'
href: 'personas/persona.platform-admin.md'
- name: 'Policies'
href: 'policies/index.md'
items:
- name: 'API Security Baseline Policy'
href: 'policies/policy.api-security-baseline.md'
- name: 'Quality'
href: 'quality/index.md'
items:
- name: 'API Response Time Quality'
href: 'quality/quality.api-response-time.md'
- name: 'Security'
href: 'security/index.md'
items:
- name: 'API Gateway Security'
href: 'security/security.api-gateway.md'
- name: 'Testing'
href: 'testing/index.md'
items:
- name: 'Specification Validation Testing'
href: 'testing/testing.specification-validation.md'
- name: 'Use Cases'
href: 'usecases/index.md'
items:
- name: 'Validate Pull Request'
href: 'usecases/usecase.validate-pull-request.md'
- name: 'Vision'
href: 'vision/index.md'
items:
- name: 'JD.AI Product Vision'
href: 'vision/vision.jdai.product.md'