forked from intel-analytics/ipex-llm
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request intel-analytics#13 from Oscilloscope98/refactor-si…
…debar Refactor left sidebar
- Loading branch information
Showing
9 changed files
with
58 additions
and
64 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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
/* align items in the left part of header to the ground*/ | ||
.bd-header #navbar-start { | ||
align-items: end; | ||
} | ||
|
||
/* for version badge, possible for other badges*/ | ||
.version-badge{ | ||
border: 1px solid var(--pst-color-primary); | ||
border-radius: 0.25rem; | ||
color: var(--pst-color-primary); | ||
padding: 0.1rem 0.25rem; | ||
font-size: var(--pst-font-size-milli); | ||
} |
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
This file was deleted.
Oops, something went wrong.
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,6 @@ | ||
{% set home_href = pathto(master_doc) %} | ||
<div> | ||
<a href={{ home_href }}> | ||
<strong>Back to Homepage ↵</strong> | ||
</a> | ||
</div> |
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 @@ | ||
<div> | ||
<strong>BigDL Handouts</strong> | ||
<br/> | ||
<a href="_static/image/bigdl_handouts.png"> | ||
<img src="_static/image/bigdl_handouts.png" alt="BigDL Handouts"/> | ||
</a> | ||
</div> |
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,19 @@ | ||
<div> | ||
<strong>Versions</strong> | ||
<div style="display:flex"> | ||
<div> | ||
latest: | ||
<br/> | ||
v2.1.0: | ||
<br/> | ||
v2.0.0: | ||
</div> | ||
<div> | ||
<a href="https://bigdl.readthedocs.io/en/latest/">document</a> | ||
<br/> | ||
<a href="https://bigdl.readthedocs.io/en/v2.1.0/">document</a> | <a href="https://github.com/intel-analytics/BigDL/releases/tag/v2.1.0">release notes</a> | ||
<br/> | ||
<a href="https://bigdl.readthedocs.io/en/v2.0.0/">document</a> | <a href="https://github.com/intel-analytics/BigDL/releases/tag/v2.0.0">release notes</a> | ||
</div> | ||
</div> | ||
</div> |
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,3 @@ | ||
<div class="version-badge" style="margin-bottom: 2px;"> | ||
{{ release }} | ||
</div> |
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