diff --git a/dotnet/docs/api/index.md b/dotnet/docs/api/index.md index 78dc9c005756b..6103d3ac09e0e 100644 --- a/dotnet/docs/api/index.md +++ b/dotnet/docs/api/index.md @@ -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 diff --git a/dotnet/docs/articles/intro.md b/dotnet/docs/articles/intro.md deleted file mode 100644 index c0478cedea03f..0000000000000 --- a/dotnet/docs/articles/intro.md +++ /dev/null @@ -1 +0,0 @@ -# Add your introductions here! diff --git a/dotnet/docs/articles/toc.yml b/dotnet/docs/articles/toc.yml deleted file mode 100644 index ff89ef1fe0946..0000000000000 --- a/dotnet/docs/articles/toc.yml +++ /dev/null @@ -1,2 +0,0 @@ -- name: Introduction - href: intro.md diff --git a/dotnet/docs/docfx.json b/dotnet/docs/docfx.json index 8849817c90e27..9c8508cac143c 100644 --- a/dotnet/docs/docfx.json +++ b/dotnet/docs/docfx.json @@ -30,8 +30,6 @@ }, { "files": [ - "articles/**.md", - "articles/**/toc.yml", "toc.yml", "*.md" ] @@ -55,4 +53,4 @@ "keepFileLink": false, "disableGitFeatures": false } -} \ No newline at end of file +} diff --git a/dotnet/docs/index.md b/dotnet/docs/index.md index 3ae2506361442..6103d3ac09e0e 100644 --- a/dotnet/docs/index.md +++ b/dotnet/docs/index.md @@ -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 diff --git a/dotnet/docs/toc.yml b/dotnet/docs/toc.yml index 59f8010471070..4869c98ac1a36 100644 --- a/dotnet/docs/toc.yml +++ b/dotnet/docs/toc.yml @@ -1,5 +1,3 @@ -- name: Articles - href: articles/ - name: Api Documentation href: api/ homepage: api/index.md