Skip to content

Commit 81acb92

Browse files
authored
Merge pull request #880 from toofff/feat/add-config-nav-current-for-website
Feat: add file config nav for website for 2.4 version
2 parents 2cb4e86 + 573dcbc commit 81acb92

File tree

1 file changed

+87
-0
lines changed

1 file changed

+87
-0
lines changed

outline.yaml

Lines changed: 87 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,87 @@
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+
- mercure
23+
- mongodb
24+
- elasticsearch
25+
- pagination
26+
- events
27+
- content-negotiation
28+
- deprecations
29+
- performance
30+
- extensions
31+
- swagger
32+
- messenger
33+
- dto
34+
- push-relations
35+
- file-upload
36+
- default-order
37+
- errors
38+
- external-vocabularies
39+
- operation-path-naming
40+
- extending-jsonld-context
41+
- form-data
42+
- identifiers
43+
- jwt
44+
- angularjs-integration
45+
- fosuser-bundle
46+
- nelmio-api-doc
47+
- configuration
48+
- title: The Schema Generator Component
49+
path: schema-generator
50+
items:
51+
- index
52+
- getting-started
53+
- configuration
54+
- title: The Admin Component
55+
path: admin
56+
items:
57+
- index
58+
- getting-started
59+
- authentication-support
60+
- handling-relations-to-collections
61+
- customizing
62+
- title: The Client Generator Component
63+
path: client-generator
64+
items:
65+
- index
66+
- react
67+
- nextjs
68+
- react-native
69+
- vuejs
70+
- quasar
71+
- typescript
72+
- troubleshooting
73+
- title: Deployment
74+
path: deployment
75+
items:
76+
- index
77+
- kubernetes
78+
- heroku
79+
- traefik
80+
- title: Extra
81+
path: extra
82+
items:
83+
- releases
84+
- philosophy
85+
- troubleshooting
86+
- contribution-guides
87+
- conduct

0 commit comments

Comments
 (0)