From 1ef611541d5d01d6505235db2615bf537624f431 Mon Sep 17 00:00:00 2001 From: Prou Yann Date: Tue, 24 Sep 2019 08:37:02 +0200 Subject: [PATCH] Feat: add file config nav for website for 2.3 version --- outline.yaml | 78 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 78 insertions(+) create mode 100644 outline.yaml diff --git a/outline.yaml b/outline.yaml new file mode 100644 index 00000000000..56fe1937fe8 --- /dev/null +++ b/outline.yaml @@ -0,0 +1,78 @@ +chapters: + - title: 'The Distribution: Create Powerful APIs with Ease' + path: distribution + items: + - index + - testing + - debugging + - title: The API Component + path: core + items: + - index + - getting-started + - design + - operations + - graphql + - filters + - serialization + - validation + - security + - data-providers + - data-persisters + - pagination + - events + - content-negotiation + - deprecations + - performance + - extensions + - swagger + - dto + - file-upload + - default-order + - errors + - external-vocabularies + - operation-path-naming + - extending-jsonld-context + - form-data + - identifiers + - jwt + - angularjs-integration + - fosuser-bundle + - nelmio-api-doc + - configuration + - title: The Schema Generator Component + path: schema-generator + items: + - index + - getting-started + - configuration + - title: The Admin Component + path: admin + items: + - index + - getting-started + - authentication-support + - handling-relations-to-collections + - title: The Client Generator Component + path: client-generator + items: + - index + - react + - react-native + - vuejs + - troubleshooting + - title: Deployment + path: deployment + items: + - index + - kubernetes + - heroku + - traefik + - title: Extra + path: extra + items: + - releases + - philosophy + - troubleshooting + - contribution-guides + - conduct