Skip to content

Commit 520e14b

Browse files
nvborisenkoAutomatedTester
authored andcommitted
[dotnet] Apply selenium theme for docs (#17190)
1 parent 54918ec commit 520e14b

3 files changed

Lines changed: 12 additions & 3 deletions

File tree

dotnet/docs/docfx.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@
4848
"output": "../../build/docs/api/dotnet",
4949
"template": [
5050
"default",
51-
"modern"
51+
"modern",
52+
"templates/selenium"
5253
],
5354
"globalMetadata": {
5455
"_appName": "Selenium .NET API",

dotnet/docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ layout: landingPage
55
# Welcome to the Selenium .NET API Docs
66

77
## Modules
8-
- [Selenium.WebDriver](webdriver/OpenQA.Selenium.html)
9-
- [Selenium.Support](support/OpenQA.Selenium.Support.html)
8+
- [Selenium.WebDriver](webdriver/OpenQA.Selenium.yml)
9+
- [Selenium.Support](support/OpenQA.Selenium.Support.yml)
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
:root {
2+
--bs-primary: #43b02a;
3+
--bs-primary-rgb: 67, 176, 42;
4+
--bs-link-color: #43b02a;
5+
--bs-link-color-rgb: 67, 176, 42;
6+
--bs-link-hover-color: #369022;
7+
--bs-link-hover-color-rgb: 54, 144, 34;
8+
}

0 commit comments

Comments
 (0)