This repository has been archived by the owner on Aug 23, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
51 lines (41 loc) · 1.43 KB
/
mkdocs.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
site_name: Edmunds
pages:
- Introduction: index.md
- Getting Started:
- A Fresh Start: gettingstarted/afreshstart.md
- Configuration: gettingstarted/configuration.md
- Debugging and Profiling: gettingstarted/debuggingandprofiling.md
- Logging and Errors: gettingstarted/logginganderrors.md
- Console: gettingstarted/console.md
- Testing: gettingstarted/testing.md
- Core Concepts:
- Application Middleware: coreconcepts/applicationmiddleware.md
- Service Providers: coreconcepts/serviceproviders.md
- Http:
- Routing: http/routing.md
- Request: http/request.md
- Input and Validation: http/inputandvalidation.md
- Session: http/session.md
- Response: http/response.md
- Visitor: http/visitor.md
- Request Middleware: http/requestmiddleware.md
- Data:
- Storage: data/storage.md
- Database: data/database.md
- ORM: data/orm.md
- Migrations: data/migrations.md
- Caching: data/caching.md
- Localization:
- Introduction: localization/introduction.md
- Location: localization/location.md
- Formatting: localization/formatting.md
- Translations: localization/translations.md
- Authentication:
- Introduction: auth/introduction.md
- Token Authentication: auth/token.md
- Session Authentication: auth/session.md
- Basic HTTP Authentication: auth/basic.md
- Roles: auth/roles.md
- Changelog: changes.md
theme:
name: 'material'