forked from slimphp/Slim-Website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
104 lines (102 loc) · 4.38 KB
/
_config.yml
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
94
95
96
97
98
99
100
101
102
103
104
highlighter: rouge
markdown: kramdown
timezone: America/New_York
title: Slim Framework
url: http://www.slimframework.com
slim_website_repo: https://github.com/slimphp/Slim-Website/tree/gh-pages/
urlBasePath:
include: [.htaccess]
exclude: [node_modules]
kramdown:
input: GFM
hard_wrap: false
gems:
- jekyll-sitemap
defaults:
-
scope:
path: ""
type: "pages"
values:
docs:
- title: Get Started
items:
- [/docs, Home]
- [/docs/start/installation.md, Installation]
- [/docs/start/upgrade.md, Upgrade Guide]
- [/docs/start/web-servers.md, Web Servers]
- [/docs/deployment/deployment.md, Deployment]
- title: Tutorial
items:
- [/docs/tutorial/first-app.md, First Application]
- title: Concepts
items:
- [/docs/concepts/value-objects.md, PSR 7]
- [/docs/concepts/middleware.md, Middleware]
- [/docs/concepts/di.md, Dependency Container]
- title: The Application
items:
- [/docs/objects/application.md, Overview]
- [/docs/objects/application.md#application-configuration, Configuration]
- [/docs/objects/application.md#slim-default-settings, Default settings]
- title: The Request
items:
- [/docs/objects/request.md, Overview]
- [/docs/objects/request.md#the-request-method, Method]
- [/docs/objects/request.md#the-request-headers, Headers]
- [/docs/objects/request.md#the-request-body, Body]
- [/docs/objects/request.md#uploaded-files, Uploaded Files]
- [/docs/objects/request.md#request-helpers, Helpers]
- [/docs/objects/request.md#route-object, Route object]
- [/docs/objects/request.md#media-type-parsers, Media type parsers]
- title: The Response
items:
- [/docs/objects/response.md, Overview]
- [/docs/objects/response.md#the-response-status, Status]
- [/docs/objects/response.md#the-response-headers, Headers]
- [/docs/objects/response.md#the-response-body, Body]
- [/docs/objects/response.md#returning-json, JSON]
- title: Routing
items:
- [/docs/objects/router.md, Overview]
- [/docs/objects/router.md#how-to-create-routes, Create Routes]
- [/docs/objects/router.md#route-callbacks, Callbacks]
- [/docs/objects/router.md#route-strategies, Strategies]
- [/docs/objects/router.md#route-placeholders, Placeholders]
- [/docs/objects/router.md#route-names, Names]
- [/docs/objects/router.md#route-groups, Groups]
- [/docs/objects/router.md#route-middleware, Middleware]
- [/docs/objects/router.md#container-resolution, Container Resolution]
- title: Error Handling
items:
- [/docs/handlers/error.md, Error Handlers]
- [/docs/handlers/not-found.md, 404 Not Found]
- [/docs/handlers/not-allowed.md, 405 Not Allowed]
- [/docs/handlers/php-error.md, PHP Runtime Error]
- title: Cook book
items:
- [/docs/cookbook/route-patterns.md, Trailing / in routes]
- [/docs/cookbook/ip-address.md, Retrieving IP address]
- [/docs/cookbook/retrieving-current-route.md, Retrieving Current Route]
- [/docs/cookbook/database-eloquent.md, Using Eloquent with Slim]
- [/docs/cookbook/enable-cors.md, Enabling CORS]
- [/docs/cookbook/environment.md, Getting and Mocking the Environment]
- [/docs/cookbook/uploading-files.md, Uploading Files using POST forms]
- [/docs/cookbook/action-domain-responder.md, Action-Domain-Responder with Slim]
- title: Add Ons
items:
- [/docs/features/templates.md, Templates]
- [/docs/features/caching.md, HTTP Caching]
- [/docs/features/csrf.md, CSRF Protection]
- [/docs/features/flash.md, Flash Messages]
- ['https://github.com/slimphp/Slim/wiki/Middleware-for-Slim-Framework-v3.x', 3rd Party]
- title: Contributing
items:
- [/docs/contributors/strategy.md, Branching Strategy]
- [/docs/contributors/guidelines.md, Guidelines]
-
scope:
path: "docs"
type: "pages"
values:
layout: docs