[dotnet] Apply selenium theme for docs#17190
Conversation
Review Summary by QodoApply Selenium theme and update documentation links for .NET API docs
WalkthroughsDescription• Added custom Selenium theme CSS with green branding colors • Integrated templates/selenium template into DocFX configuration • Updated landing page links from .html to .yml file references File Changes1. dotnet/docs/templates/selenium/public/main.css
|
Code Review by Qodo
1. Theme CSS not applied
|
There was a problem hiding this comment.
Pull request overview
Applies a Selenium-branded theme and updates module navigation for the Selenium .NET API docs, aligning the landing page links with DocFX’s API YAML inputs used during build.
Changes:
- Adds a Selenium-themed DocFX template and primary/link color overrides via CSS variables.
- Updates the docs landing page module links from
.htmlto.yml. - Wires the new template into
docfx.jsonso it participates in the DocFX build.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| dotnet/docs/templates/selenium/public/main.css | Introduces Selenium green branding via Bootstrap CSS custom properties. |
| dotnet/docs/index.md | Switches module links to .yml to match DocFX API input resolution. |
| dotnet/docs/docfx.json | Adds templates/selenium to the DocFX template chain. |
Green style.
💥 What does this PR do?
This pull request introduces a new custom template for the Selenium .NET API documentation and updates links on the landing page to use YAML files. The changes primarily focus on enhancing the documentation's appearance and navigation.
Documentation theming:
templates/seleniumtemplate to thedocfx.jsonconfiguration, enabling the use of a custom Selenium-themed template for generated docs.templates/selenium/public/main.csswith custom color variables to match Selenium branding.Navigation improvements:
index.md) to reference.ymlfiles instead of.html, improving navigation consistency with DocFX output.🔄 Types of changes