File tree Expand file tree Collapse file tree 7 files changed +66
-0
lines changed
Expand file tree Collapse file tree 7 files changed +66
-0
lines changed Original file line number Diff line number Diff line change @@ -398,3 +398,7 @@ FodyWeavers.xsd
398398
399399# JetBrains Rider
400400* .sln.iml
401+
402+ # DocFX pages
403+ _site /*
404+ api /*
Original file line number Diff line number Diff line change 1+ {
2+ "$schema" : " https://raw.githubusercontent.com/dotnet/docfx/main/schemas/docfx.schema.json" ,
3+ "metadata" : [
4+ {
5+ "src" : [
6+ {
7+ "src" : " ../." ,
8+ "files" : [
9+ " **/Hi3Helper.Plugin.Core.csproj"
10+ ]
11+ }
12+ ],
13+ "dest" : " api"
14+ }
15+ ],
16+ "build" : {
17+ "content" : [
18+ {
19+ "files" : [
20+ " **/*.{md,yml}"
21+ ],
22+ "exclude" : [
23+ " _site/**"
24+ ]
25+ }
26+ ],
27+ "resource" : [
28+ {
29+ "files" : [
30+ " images/**"
31+ ]
32+ }
33+ ],
34+ "output" : " _site" ,
35+ "template" : [
36+ " default" ,
37+ " modern"
38+ ],
39+ "globalMetadata" : {
40+ "_appName" : " Collapse Launcher Plugin Documentation" ,
41+ "_appTitle" : " Collapse Launcher Plugin Documentation" ,
42+ "_enableSearch" : true ,
43+ "pdf" : false
44+ }
45+ }
46+ }
Original file line number Diff line number Diff line change 1+ # Getting Started
Original file line number Diff line number Diff line change 1+ # Introduction
Original file line number Diff line number Diff line change 1+ - name : Introduction
2+ href : introduction.md
3+ - name : Getting Started
4+ href : getting-started.md
Original file line number Diff line number Diff line change 1+ ---
2+ _layout : landing
3+ ---
4+
5+ # This is the ** HOMEPAGE** for Collapse's Plugin Core documentation page.
6+ ## Under construction!
Original file line number Diff line number Diff line change 1+ - name : Docs
2+ href : docs/
3+ - name : API
4+ href : api/
You can’t perform that action at this time.
0 commit comments