Skip to content

Commit cbaff75

Browse files
committed
[dotnet] Improving .NET API docs
1 parent 0f2e1b1 commit cbaff75

File tree

6 files changed

+3
-14
lines changed

6 files changed

+3
-14
lines changed

dotnet/docs/api/index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
# PLACEHOLDER
2-
TODO: Add .NET projects to the *src* folder and run `docfx` to generate **REAL** *API Documentation*!
1+
# Welcome to the Selenium .NET API Docs

dotnet/docs/articles/intro.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

dotnet/docs/articles/toc.yml

Lines changed: 0 additions & 2 deletions
This file was deleted.

dotnet/docs/docfx.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@
3030
},
3131
{
3232
"files": [
33-
"articles/**.md",
34-
"articles/**/toc.yml",
3533
"toc.yml",
3634
"*.md"
3735
]
@@ -55,4 +53,4 @@
5553
"keepFileLink": false,
5654
"disableGitFeatures": false
5755
}
58-
}
56+
}

dotnet/docs/index.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
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.
1+
# Welcome to the Selenium .NET API Docs

dotnet/docs/toc.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
- name: Articles
2-
href: articles/
31
- name: Api Documentation
42
href: api/
53
homepage: api/index.md

0 commit comments

Comments
 (0)