-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
56 lines (53 loc) · 1.57 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
52
53
54
55
56
site_name: ProtonType Docs
site_description: 'Framework typescript para desenvolvimentos de APIs REST'
site_author: 'Humberto Machado'
copyright: 'Copyright (c) 2017 Humberto Machado'
theme:
logo: 'assets/images/logo-w.png'
name: 'material'
palette:
primary: 'indigo'
accent: 'red'
feature:
tabs: true
markdown_extensions:
- codehilite
repo_url: https://github.com/protontype/protontype
repo_name: protontype/protontype
edit_uri: 'https://github.com/protontype/protontype-docs/blob/master/docs'
pages:
- Português:
- Home: 'index.md'
- User Guide:
- 'Quick Start': 'quickstart.md'
- Database:
- 'Connectors': "db-connector.md"
- 'Models': 'models-typeorm.md'
- Routers:
- 'Router': 'router.md'
- 'CRUD Router': basecrudrouter.md
- Middlewares:
- 'Middleware': 'middlewares.md'
- 'Built-in Middlewares': 'middlewares-builtin.md'
- 'Configurações': 'config.md'
- 'Iniciando Aplicação': 'bootstrap.md'
- 'Módulos NPM': 'modules.md'
- License: 'license.md'
- English:
- Home: en/index.md
- User Guide:
- 'Quick Start': 'en/quickstart.md'
- Database:
- 'Connectors': "en/db-connector.md"
- 'Models': 'en/models-typeorm.md'
- Routers:
- 'Router': 'en/router.md'
- 'CRUD Router': en/basecrudrouter.md
- Middlewares:
- 'Middleware': 'en/middlewares.md'
extra:
social:
- type: 'github'
link: 'https://github.com/linck'
- type: 'twitter'
link: 'https://twitter.com/betolinck'