Skip to content

Commit

Permalink
[dotnet] Improving .NET API docs
Browse files Browse the repository at this point in the history
  • Loading branch information
diemol committed Jun 7, 2023
1 parent 0f2e1b1 commit cbaff75
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 14 deletions.
3 changes: 1 addition & 2 deletions dotnet/docs/api/index.md
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
# PLACEHOLDER
TODO: Add .NET projects to the *src* folder and run `docfx` to generate **REAL** *API Documentation*!
# Welcome to the Selenium .NET API Docs
1 change: 0 additions & 1 deletion dotnet/docs/articles/intro.md

This file was deleted.

2 changes: 0 additions & 2 deletions dotnet/docs/articles/toc.yml

This file was deleted.

4 changes: 1 addition & 3 deletions dotnet/docs/docfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@
},
{
"files": [
"articles/**.md",
"articles/**/toc.yml",
"toc.yml",
"*.md"
]
Expand All @@ -55,4 +53,4 @@
"keepFileLink": false,
"disableGitFeatures": false
}
}
}
5 changes: 1 addition & 4 deletions dotnet/docs/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
# This is the **HOMEPAGE**.
Refer to [Markdown](http://daringfireball.net/projects/markdown/) for how to write markdown files.
## Quick Start Notes:
1. Add images to the *images* folder if the file is referencing an image.
# Welcome to the Selenium .NET API Docs
2 changes: 0 additions & 2 deletions dotnet/docs/toc.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
- name: Articles
href: articles/
- name: Api Documentation
href: api/
homepage: api/index.md

0 comments on commit cbaff75

Please sign in to comment.