File tree Expand file tree Collapse file tree 8 files changed +92
-0
lines changed
Expand file tree Collapse file tree 8 files changed +92
-0
lines changed Original file line number Diff line number Diff line change 1+ # ##############
2+ # folder #
3+ # ##############
4+ /** /DROP /
5+ /** /TEMP /
6+ /** /packages /
7+ /** /bin /
8+ /** /obj /
9+ _site
Original file line number Diff line number Diff line change 1+ # ##############
2+ # temp file #
3+ # ##############
4+ * .yml
5+ .manifest
Original file line number Diff line number Diff line change 1+ # PLACEHOLDER
2+ TODO: Add .NET projects to the * src* folder and run ` docfx ` to generate ** REAL** * API Documentation* !
Original file line number Diff line number Diff line change 1+ # Add your introductions here!
Original file line number Diff line number Diff line change 1+ - name : Introduction
2+ href : intro.md
Original file line number Diff line number Diff line change 1+ {
2+ "metadata" : [
3+ {
4+ "src" : [
5+ {
6+ "files" : [
7+ " src/**.csproj"
8+ ]
9+ }
10+ ],
11+ "dest" : " api" ,
12+ "disableGitFeatures" : false ,
13+ "disableDefaultFilter" : false
14+ }
15+ ],
16+ "build" : {
17+ "content" : [
18+ {
19+ "files" : [
20+ " api/**.yml" ,
21+ " api/index.md"
22+ ]
23+ },
24+ {
25+ "files" : [
26+ " articles/**.md" ,
27+ " articles/**/toc.yml" ,
28+ " toc.yml" ,
29+ " *.md"
30+ ]
31+ }
32+ ],
33+ "resource" : [
34+ {
35+ "files" : [
36+ " images/**"
37+ ]
38+ }
39+ ],
40+ "overwrite" : [
41+ {
42+ "files" : [
43+ " apidoc/**.md"
44+ ],
45+ "exclude" : [
46+ " obj/**" ,
47+ " _site/**"
48+ ]
49+ }
50+ ],
51+ "dest" : " _site" ,
52+ "globalMetadataFiles" : [],
53+ "fileMetadataFiles" : [],
54+ "template" : [
55+ " default"
56+ ],
57+ "postProcessors" : [],
58+ "markdownEngineName" : " markdig" ,
59+ "noLangKeyword" : false ,
60+ "keepFileLink" : false ,
61+ "cleanupCacheHistory" : false ,
62+ "disableGitFeatures" : false
63+ }
64+ }
Original file line number Diff line number Diff line change 1+ # This is the ** HOMEPAGE** .
2+ Refer to [ Markdown] ( http://daringfireball.net/projects/markdown/ ) for how to write markdown files.
3+ ## Quick Start Notes:
4+ 1 . Add images to the * images* folder if the file is referencing an image.
Original file line number Diff line number Diff line change 1+ - name : Articles
2+ href : articles/
3+ - name : Api Documentation
4+ href : api/
5+ homepage : api/index.md
You can’t perform that action at this time.
0 commit comments