-
-
Notifications
You must be signed in to change notification settings - Fork 8.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[dotnet] Fix API docs static generation (#14651)
* Fix it * Simplify * Logo * As api pages * Nested namespaces * Update toc.yml --------- Co-authored-by: Diego Molina <[email protected]>
- Loading branch information
1 parent
3394215
commit c5cf658
Showing
8 changed files
with
57 additions
and
22 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
layout: landingPage | ||
--- | ||
|
||
# Welcome to the Selenium .NET API Docs | ||
|
||
## Modules | ||
- [Selenium.WebDriver](/webdriver/OpenQA.Selenium.html) | ||
- [Selenium.Support](/support/OpenQA.Selenium.Support.html) |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
- name: Intro | ||
href: index.md | ||
|
||
- name: Modules | ||
items: | ||
- name: WebDriver | ||
href: webdriver/OpenQA.Selenium.yml | ||
- name: Support | ||
href: support/OpenQA.Selenium.Support.yml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
############### | ||
# temp file # | ||
############### | ||
*.yml | ||
.manifest |