forked from slimphp/Slim-Website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
78 lines (77 loc) · 2.99 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
highlighter: pygments
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]
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]
- title: Concepts
items:
- [/docs/concepts/value-objects.md, PSR 7]
- [/docs/concepts/middleware.md, Middleware]
- [/docs/concepts/di.md, Dependency Container]
- 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#request-helpers, Helpers]
- 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]
- 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]
- 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]
- 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]
- 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]
- title: Contributing
items:
- [/docs/contributors/strategy.md, Branching Strategy]
- [/docs/contributors/guidelines.html, Guidelines]
-
scope:
path: "docs"
type: "pages"
values:
layout: docs