Skip to content

Commit 2688eb0

Browse files
committed
add landing page for reference
1 parent 7b6d0b3 commit 2688eb0

File tree

6 files changed

+18
-5
lines changed

6 files changed

+18
-5
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -205,4 +205,5 @@ project.lock.json
205205
samples/WebApplication1/src/WebApplication1/wwwroot/lib/
206206

207207
_site/
208-
api/
208+
api/*.yml
209+
api/.manifest

api/reference.md

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
_tocPath: api/toc.html
3+
_tocRel: toc.html
4+
_navPath: toc.html
5+
_navRel: ../toc.html
6+
---
7+
8+
# 🔧 .NET Core API Reference
9+
10+
> **Note**
11+
>
12+
> This topic hasn’t been written yet! You can track the status of this issue through our public GitHub issue tracker. Learn how you can contribute on GitHub.

api/toc.yml

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- name: TOC not Available on Local Preview

docfx.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
{
2323
"files": [
2424
"docs/**/*.md",
25-
"**/index.md"
25+
"api/*.md"
2626
]
2727
},
2828
{

exclude.list

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
_site\index.html
22
_site\styles\coreclr\coreclr.css
33
_site\images
4-
.mta.json

toc.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
- name: Documentation
66
href: docs/
77
- name: API reference
8-
href: http://dotnet.github.io/dotnet-web/api/System.html
9-
homepage: api/System.yml
8+
href: api/
9+
homepage: api/reference.md
1010
- name: Support
1111
href: http://dotnet.github.io/dotnet-web/support/index.html

0 commit comments

Comments
 (0)