This repository has been archived by the owner on Feb 13, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
68 lines (52 loc) · 1.62 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
57
58
59
60
61
62
63
64
65
66
67
68
## PAGE INDEX ##
pages:
- Home: index.md
- Frontend:
- 'Part I - Frontend bases': 'frontend/1-bases.md'
- 'Part II - Frontend +': 'frontend/2-plus.md'
- 'Part III - Website generation': 'frontend/3-static.md'
- 'Part IV - Javascript frameworks': 'frontend/4-js.md'
- Backend:
- 'Part I - Ruby on Rails': 'backend/1-ror.md'
- 'Part II - ASP.NET MVC': 'backend/2-aspnet-mvc.md'
- 'Part III - Meteor': 'backend/3-meteor.md'
- Mobile:
- 'Part I - Hybrid': 'mobile/1-hybrid.md'
- Databases:
- '(*)Part I - Postgresql & Mysql': 'databases/1-rdbms.md'
- 'Part II - Elasticsearch': 'databases/2-elastic.md'
- APIs and Webservices:
- '(*)Part I - REST': 'apis/1-rest.md'
- '(*)Part II - WCF': 'apis/2-wcf.md'
- Devops:
- 'Part I - Virtual machines': 'devops/1-vms.md'
- 'Part II - Docker': 'devops/2-docker.md'
- '(*)Part III - CI': 'devops/3-ci.md'
- '(*)Part IV - AWS': 'devops/4-aws.md'
- Agile:
- 'Part I - Agile manifesto': 'agile/1-manifest.md'
- Trends:
- '(*)Part I - Big Data & Analytics': 'trend/1-big-data.md'
- '(*)Part II - IoT': 'trend/2-iot.md'
## CONFIGS ##
site_name: qb-docs
site_description: Become a great developer for free, learn the best tools from the best resources available online
site_author: tostasqb
repo_url: https://github.com/tostasqb/qb-docs
google_analytics: ['UA-75996053-1', 'tostasqb.com']
extra_css: ['extra-styles.css']
extra_javascript: [
'hotjar.js'
]
markdown_extensions:
- admonition
theme: material
extra:
palette:
primary: 'indigo'
accent: 'light blue'
version: '0.8'
logo: 'img/tostas.png'
font:
text: 'Open Sans'
code: 'Roboto Mono'