This repository has been archived by the owner on Sep 2, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy path_config.yml
140 lines (140 loc) · 3.89 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
# General settings
auto: false
server: false
lsi: false
markdown: rdiscount
pygments: true
permalink: /:year/:month/:day/:title
paginate: 10
# Page Navigation
# Navigation can have children with name and link
# All data is required
# children:
# - name: Sub1
# link: sub1.html
# grandchildren:
# - name: Sub1
# link: sub1.html
navigation:
- name: Home
description: Appccelerate here
link: index.html
- name: Team
description: Who appccelerates
link: team.html
- name: Documentation
description: How to appccelerate
link: documentation.html
children:
- name: CommandLineParser
link: commandlineparser.html
- name: IO
link: io.html
grandchildren:
- name: Access
link: ioaccess.html
- name: File Paths
link: iofilepaths.html
- name: Temporary File Holder
link: iotemporaryfileholder.html
- name: State Machine
link: statemachine.html
- name: MSBuild Tasks
link: msbuildtasks.html
grandchildren:
- name: Check Hint Path Task
link: checkhintpathtask.html
- name: Check No Binding Redirects Task
link: checknobindingredirectstask.html
- name: Check Nuget Dependencies Task
link: checknugetdependenciestask.html
- name: Version
link: version.html
- name: Road Map
link: roadmap.html
- name: How to contribute
link: howtocontribute.html
- name: How to migrate
link: howtomigrate.html
- name: Coding Guidelines
link: codingguidelines.html
- name: Issues
link: issues.html
- name: Documentation Archive
description: How appccelerate was in the past
link: documentationarchive.html
children:
- name: Bootstrapper
link: bootstrapper.html
- name: EventBroker
link: eventbroker.html
- name: Distributed Event Broker
link: distributedeventbroker.html
- name: Mapping Event Broker
link: mappingeventbroker.html
- name: Scoping Event Broker
link: scopingeventbroker.html
- name: Evaluation Engine
link: evaluationengine.html
- name: Async (deprecated)
link: async.html
grandchildren:
- name: AsyncWorker
link: asyncworker.html
- name: User Interface Thread Synchronizer
link: userinterfacethreadsynchronizer.html
- name: Supporters
description: Who supports appcceleration
link: sponsors.html
- name: Donations
description: Make a donation
link: donators.html
# Team members
# Full capabilities include
# - name: Your name (*)
# jobtitle: Your title (*)
# description: Your description (*)
# image: img/members/yourname.jpg or img/placeholders/team-member.jpg (*)
# twitter: Only username
# facebook:
# skype:
# linkedin:
# googleplus:
# email:
# behance:
# delicious:
# deviantart:
# digg:
# dribbble:
# dropbox:
# flickr:
# forst:
# github: Only username
# google:
# ichat:
# lastfm:
# mobypicture:
# myspace:
# picase:
# plixi:
# rss:
# stumbleupon:
members:
- name: Urs Enzler
jobtitle: Lead Software Architect
description: The driver who stears Appcceleration on the ideal line for maximum appcceleration.
image: img/ursenzler.png
twitter: ursenzler
github: ursenzler
- name: Daniel Marbach
jobtitle: Senior Developer
description: The curious mind which constantly appccelerates with new ideas and enthusiasm.
image: img/danielmarbach.png
twitter: danielmarbach
github: danielmarbach
- name: Philipp Dolder
jobtitle: Senior Developer
description: The integration master who appccelerates our build infrastructure continuously.
image: img/philippdolder.png
twitter: philippdolder
github: philippdolder