Improve and modernize docs. (#2882)

* Add proper home landing page.

* Improve landing page considerably.

* Add navbar library name.

* Fix css rules.

* Update getting started images.

* Change favicon to the navbar's logo.

* Tiny change to docs index.

* Add title to home landing page.

* Tweak build overrides faq page.

* Fix FAQ article titles and headers.

* Fix FAQ article titles and headers.

* Replace channel 9 with the official .net course.
This commit is contained in:
Nora
2024-03-18 18:39:43 +01:00
committed by GitHub
parent 03402cd4d2
commit 473b13e75f
22 changed files with 56 additions and 74 deletions

View File

@@ -77,6 +77,7 @@ img {
border-radius: 0;
box-shadow: none;
color: var(--bs-nav-link-color);
margin-right: var(--bs-navbar-brand-margin-end);
}
[data-bs-theme='light'] nav.navbar {
@@ -215,19 +216,23 @@ ul:not(.navbar-nav) > li:not(:last-child) {
}
/* MAKES INDEX LOGO VISIBLE ON DIFFERENT THEMES */
article[data-uid="Root.Landing"] img[alt="logo"] {
article[data-uid="Home.Landing"] img[alt="logo"] {
height: 100pt !important;
box-shadow: none;
}
[data-bs-theme="light"] article[data-uid="Root.Landing"] img[alt="logo"] {
[data-bs-theme="light"] article[data-uid="Home.Landing"] img[alt="logo"] {
content: url('/marketing/logo/SVG/Combinationmark.svg') !important;
}
[data-bs-theme="dark"] article[data-uid="Root.Landing"] img[alt="logo"] {
[data-bs-theme="dark"] article[data-uid="Home.Landing"] img[alt="logo"] {
content: url('/marketing/logo/SVG/Combinationmark White.svg') !important;
}
article[data-uid="Home.Landing"] img {
border-radius: 0;
}
/* MAKES SIDEBAR LINKS A BIT MORE DISTINGUISHABLE */
.affix ul li a:not(.link-body-emphasis) {
display: block !important;