-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
39aa073
commit f561810
Showing
72 changed files
with
292 additions
and
252 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -1,3 +1,59 @@ | ||
.bd-links__title { | ||
display: none; | ||
.bd-footer { | ||
font-size: 0.8rem; | ||
} | ||
|
||
html[data-theme="light"] { | ||
--pst-color-primary: hsl(222.2 47.4% 11.2%); | ||
--pst-color-secondary: #007bff; | ||
--pst-color-secondary-bg: #007bff; | ||
--pst-color-accent: #007bff; | ||
--sd-color-secondary-highlight: #0062cc; | ||
--pst-color-shadow: rgba(0, 0, 0, 0.0); | ||
} | ||
|
||
html[data-theme="dark"] { | ||
--pst-color-primary: hsl(213 31% 91%); | ||
--pst-color-secondary: #007bff; | ||
--pst-color-secondary-bg: #007bff; | ||
--pst-color-accent: #007bff; | ||
--sd-color-secondary-highlight: #0062cc; | ||
--pst-color-shadow: rgba(0, 0, 0, 0.0); | ||
} | ||
|
||
.bd-header-announcement { | ||
color: white; | ||
} | ||
|
||
.bd-header-announcement a { | ||
color: white; | ||
} | ||
|
||
.bd-header-announcement a:hover { | ||
color: white; | ||
text-shadow: 0.5px 0 0 currentColor; | ||
} | ||
|
||
nav.bd-links .current>a { | ||
box-shadow: inset 1px 0 0 var(--pst-color-primary); | ||
} | ||
|
||
html[data-theme="light"] .bd-header { | ||
border-bottom: 1px solid var(--pst-color-border); | ||
} | ||
|
||
.admonition, div.admonition { | ||
border: 1px solid var(--pst-color-border); | ||
} | ||
|
||
.api-card { | ||
text-align: center; | ||
font-size: 1.2rem; | ||
} | ||
|
||
.api-card svg { | ||
font-size: 2rem; | ||
} | ||
|
||
.search-button-field { | ||
border-radius: var(--bs-btn-border-radius); | ||
} |
3 changes: 3 additions & 0 deletions
3
python/packages/autogen-core/docs/src/_static/images/logo/favicon-16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions
3
python/packages/autogen-core/docs/src/_static/images/logo/favicon-32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions
3
python/packages/autogen-core/docs/src/_static/images/logo/favicon-512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
4 changes: 4 additions & 0 deletions
4
python/packages/autogen-core/docs/src/_static/images/logo/logo.svg
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
1 change: 1 addition & 0 deletions
1
python/packages/autogen-core/docs/src/_templates/footer-middle-links.html
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 @@ | ||
<p><a href="https://go.microsoft.com/fwlink/?LinkId=521839">Privacy Policy</a> | <a href="https://go.microsoft.com/fwlink/?linkid=2259814">Consumer Health Privacy</a> </p> |
27 changes: 0 additions & 27 deletions
27
python/packages/autogen-core/docs/src/_templates/layout.html
This file was deleted.
Oops, something went wrong.
15 changes: 15 additions & 0 deletions
15
python/packages/autogen-core/docs/src/_templates/sidebar-nav-bs.html
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,15 @@ | ||
{# Displays the TOC-subtree for pages nested under the currently active top-level TOCtree element. #} | ||
<nav class="bd-docs-nav bd-links" | ||
aria-label="{{ _('Section Navigation') }}"> | ||
<div class="bd-toc-item navbar-nav"> | ||
{{- generate_toctree_html( | ||
"sidebar", | ||
show_nav_level=theme_show_nav_level | int, | ||
maxdepth=theme_navigation_depth | int, | ||
collapse=theme_collapse_navigation | tobool, | ||
includehidden=theme_sidebar_includehidden | tobool, | ||
titles_only=True | ||
) | ||
-}} | ||
</div> | ||
</nav> |
7 changes: 7 additions & 0 deletions
7
python/packages/autogen-core/docs/src/_templates/theme-switcher.html
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,7 @@ | ||
{# Displays an icon to switch between light mode, dark mode, and auto (use browser's setting). #} | ||
{# As the theme switcher will only work when JavaScript is enabled, we hide it with `pst-js-only`. #} | ||
<button class="btn btn-sm nav-link pst-navbar-icon theme-switch-button pst-js-only" aria-label="{{ _('Color mode') }}" data-bs-title="{{ _('Color mode') }}" data-bs-placement="bottom" data-bs-toggle="tooltip"> | ||
<i class="theme-switch fa-solid fa-sun fa-lg" data-mode="light" title="{{ _('Light') }}"></i> | ||
<i class="theme-switch fa-solid fa-moon fa-lg" data-mode="dark" title="{{ _('Dark') }}"></i> | ||
<i class="theme-switch fa-solid fa-circle-half-stroke fa-lg" data-mode="auto" title="{{ _('System Settings') }}"></i> | ||
</button> |
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
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
Oops, something went wrong.