-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
46 lines (39 loc) · 912 Bytes
/
mkdocs.yml
File metadata and controls
46 lines (39 loc) · 912 Bytes
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
# Project information
site_name: CakePHP Api Plugin
site_description: 'API Plugin for CakePHP 3.x'
site_author: 'Bob Mulder'
# Documentation and theme
docs_dir: 'docs'
theme: 'material'
# Repository
repo_name: 'GitHub'
repo_url: 'https://github.com/bakkerij/api'
# Copyright
copyright: 'Copyright (c) 2016 Bakkerij - Bob Mulder'
# Menu
pages:
- Home: 'index.md'
- Installation: 'installation.md'
- Quick Start: 'quick-start.md'
- Api Builder: 'api-builder.md'
- Actions: 'actions.md'
- Transformers: 'transformers.md'
- Serializers: 'serializers.md'
- Parsers: 'parsers.md'
- Events: 'events.md'
# Options
extra:
palette:
primary: 'blue grey'
accent: 'grey'
logo: 'images/logo.png'
author:
github: 'bakkerij'
twitter: 'cakeplugins'
# Google Analytics
google_analytics:
- 'UA-60091820-3'
- 'auto'
# Extensions
markdown_extensions:
- codehilite(css_class=code)