Skip to content

Commit 1ef6115

Browse files
committed
Feat: add file config nav for website for 2.3 version
1 parent c5bb9e0 commit 1ef6115

File tree

1 file changed

+78
-0
lines changed

1 file changed

+78
-0
lines changed

outline.yaml

Lines changed: 78 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,78 @@
1+
chapters:
2+
- title: 'The Distribution: Create Powerful APIs with Ease'
3+
path: distribution
4+
items:
5+
- index
6+
- testing
7+
- debugging
8+
- title: The API Component
9+
path: core
10+
items:
11+
- index
12+
- getting-started
13+
- design
14+
- operations
15+
- graphql
16+
- filters
17+
- serialization
18+
- validation
19+
- security
20+
- data-providers
21+
- data-persisters
22+
- pagination
23+
- events
24+
- content-negotiation
25+
- deprecations
26+
- performance
27+
- extensions
28+
- swagger
29+
- dto
30+
- file-upload
31+
- default-order
32+
- errors
33+
- external-vocabularies
34+
- operation-path-naming
35+
- extending-jsonld-context
36+
- form-data
37+
- identifiers
38+
- jwt
39+
- angularjs-integration
40+
- fosuser-bundle
41+
- nelmio-api-doc
42+
- configuration
43+
- title: The Schema Generator Component
44+
path: schema-generator
45+
items:
46+
- index
47+
- getting-started
48+
- configuration
49+
- title: The Admin Component
50+
path: admin
51+
items:
52+
- index
53+
- getting-started
54+
- authentication-support
55+
- handling-relations-to-collections
56+
- title: The Client Generator Component
57+
path: client-generator
58+
items:
59+
- index
60+
- react
61+
- react-native
62+
- vuejs
63+
- troubleshooting
64+
- title: Deployment
65+
path: deployment
66+
items:
67+
- index
68+
- kubernetes
69+
- heroku
70+
- traefik
71+
- title: Extra
72+
path: extra
73+
items:
74+
- releases
75+
- philosophy
76+
- troubleshooting
77+
- contribution-guides
78+
- conduct

0 commit comments

Comments
 (0)