Skip to content

Commit 97bdc58

Browse files
committed
Nested namespaces
1 parent 92e9c46 commit 97bdc58

File tree

3 files changed

+20
-5
lines changed

3 files changed

+20
-5
lines changed

dotnet/docs/docfx.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
}
1111
],
1212
"dest": "webdriver",
13+
"namespaceLayout": "nested",
1314
"outputFormat": "apiPage"
1415
},
1516
{
@@ -22,6 +23,7 @@
2223
}
2324
],
2425
"dest": "support",
26+
"namespaceLayout": "nested",
2527
"outputFormat": "apiPage"
2628
}
2729

@@ -50,7 +52,7 @@
5052
"modern"
5153
],
5254
"globalMetadata": {
53-
"_appName": "Selenium .NET API Docs",
55+
"_appName": "Selenium .NET API",
5456
"_appLogoPath": "images/logo.svg",
5557
"_appFaviconPath": "images/favicon.ico",
5658
"_enableSearch": true

dotnet/docs/index.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,9 @@
1+
---
2+
layout: landingPage
3+
---
4+
15
# Welcome to the Selenium .NET API Docs
6+
7+
## Modules
8+
- [Selenium.WebDriver](/webdriver/OpenQA.Selenium.html)
9+
- [Selenium.Support](/support/OpenQA.Selenium.Support.html)

dotnet/docs/toc.yml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
- name: WebDriver
2-
href: webdriver/toc.yml
3-
- name: Support
4-
href: support/toc.yml
1+
- name: Intro
2+
href: index.md
3+
4+
- name: Modules
5+
items:
6+
- name: Selenium.WebDriver
7+
href: webdriver/OpenQA.Selenium.yml
8+
- name: Selenium.Support
9+
href: support/OpenQA.Selenium.Support.yml

0 commit comments

Comments
 (0)