-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* release/5.3.4: (64 commits) Bump plug-in version attribute to 5.3.4 Migrate Husky to v9 Bump husky from 8.0.3 to 9.0.10 (#176) Bump stylelint from 16.1.0 to 16.2.1 (#175) Bump lint-staged from 15.2.0 to 15.2.2 (#174) Bump bootstrap-icons version in header file Bump bootstrap-icons from 1.11.2 to 1.11.3 Bump prettier from 3.1.1 to 3.2.4 (#168) Use `depend.preprocess.post` endpoint (#173) Update copyright year Fix #166 - Extend menubar-toc background to viewport width (#167) Switch card headers from `<sectiondiv>` to `<div>` (#163) Whitespacing Simplify media attribute Increase contrast between various images. Amend whitespace. Additional image support for mobile devices. Update nav.xsl to fix collapsible ToC (#162) Fix #89 - Remove side ToC max-width (#161) Align license comments ...
- Loading branch information
Showing
57 changed files
with
2,179 additions
and
1,917 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
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 |
---|---|---|
|
@@ -88,15 +88,17 @@ | |
/> | ||
</form> | ||
</li> | ||
</ul> | ||
<ul class="navbar-nav ms-0 me-1"> | ||
<!-- | ||
This is a dark/light color theme toggler | ||
This is a dark/light color theme toggler. | ||
It requires JavaScript to function. | ||
--> | ||
<li class="nav-item dropdown"> | ||
<a | ||
href="#" | ||
class="nav-link px-0 px-lg-2 dropdown-toggle d-flex align-items-center" | ||
id="bd-theme" | ||
id="bd-color-mode" | ||
data-bs-toggle="dropdown" | ||
aria-expanded="false" | ||
data-bs-display="static" | ||
|
@@ -110,11 +112,11 @@ | |
<span class="d-auto"> | ||
<i class="bi bi-circle-half"/> | ||
</span> | ||
<span class="d-lg-none ms-2">Toggle theme</span> | ||
<span class="d-lg-none ms-2">Color mode</span> | ||
</a> | ||
<ul | ||
class="dropdown-menu dropdown-menu-end" | ||
aria-labelledby="bd-theme" | ||
aria-labelledby="bd-color-mode" | ||
style="--bs-dropdown-min-width: 6rem;" | ||
data-bs-popper="static" | ||
> | ||
|
@@ -151,6 +153,261 @@ | |
</ul> | ||
</li> | ||
</ul> | ||
<ul class="navbar-nav ms-0 me-1"> | ||
<!-- | ||
This is a css bootstrap theme toggler. | ||
It requires JavaScript to function. | ||
--> | ||
<li class="nav-item dropdown"> | ||
<a | ||
href="#" | ||
class="nav-link px-0 px-lg-2 dropdown-toggle d-flex align-items-center" | ||
id="bd-css-theme" | ||
data-bs-toggle="dropdown" | ||
aria-expanded="false" | ||
data-bs-display="static" | ||
> | ||
<i class="bi bi-filetype-css"/> | ||
<span class="d-lg-none ms-2">Toggle theme</span> | ||
</a> | ||
<ul | ||
class="dropdown-menu dropdown-menu-end css-themes-list overflow-y-auto" | ||
aria-labelledby="bd-css-theme" | ||
style="--bs-dropdown-min-width: 6rem;" | ||
data-bs-popper="static" | ||
> | ||
<li> | ||
<button | ||
type="button" | ||
class="dropdown-item d-flex align-items-center" | ||
data-bs-css-href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" | ||
> | ||
Default | ||
</button> | ||
</li> | ||
<li> | ||
<hr class="dropdown-divider"/> | ||
</li> | ||
<li> | ||
<button | ||
type="button" | ||
class="dropdown-item d-flex align-items-center" | ||
data-bs-css-href="https://cdn.jsdelivr.net/npm/[email protected]/dist/cerulean/bootstrap.min.css" | ||
> | ||
Cerulean | ||
</button> | ||
</li> | ||
<li> | ||
<button | ||
type="button" | ||
class="dropdown-item d-flex align-items-center" | ||
data-bs-css-href="https://cdn.jsdelivr.net/npm/[email protected]/dist/cyborg/bootstrap.min.css" | ||
> | ||
Cyborg | ||
</button> | ||
</li> | ||
<li> | ||
<button | ||
type="button" | ||
class="dropdown-item d-flex align-items-center" | ||
data-bs-css-href="https://cdn.jsdelivr.net/npm/[email protected]/dist/darkly/bootstrap.min.css" | ||
> | ||
Darkly | ||
</button> | ||
</li> | ||
<li> | ||
<button | ||
type="button" | ||
class="dropdown-item d-flex align-items-center" | ||
data-bs-css-href="https://cdn.jsdelivr.net/npm/[email protected]/dist/flatly/bootstrap.min.css" | ||
> | ||
Flatly | ||
</button> | ||
</li> | ||
<li> | ||
<button | ||
type="button" | ||
class="dropdown-item d-flex align-items-center" | ||
data-bs-css-href="https://cdn.jsdelivr.net/npm/[email protected]/dist/journal/bootstrap.min.css" | ||
> | ||
Journal | ||
</button> | ||
</li> | ||
<li> | ||
<button | ||
type="button" | ||
class="dropdown-item d-flex align-items-center" | ||
data-bs-css-href="https://cdn.jsdelivr.net/npm/[email protected]/dist/litera/bootstrap.min.css" | ||
> | ||
Litera | ||
</button> | ||
</li> | ||
<li> | ||
<button | ||
type="button" | ||
class="dropdown-item d-flex align-items-center" | ||
data-bs-css-href="https://cdn.jsdelivr.net/npm/[email protected]/dist/lumen/bootstrap.min.css" | ||
> | ||
Lumen | ||
</button> | ||
</li> | ||
<li> | ||
<button | ||
type="button" | ||
class="dropdown-item d-flex align-items-center" | ||
data-bs-css-href="https://cdn.jsdelivr.net/npm/[email protected]/dist/lux/bootstrap.min.css" | ||
> | ||
Lux | ||
</button> | ||
</li> | ||
<li> | ||
<button | ||
type="button" | ||
class="dropdown-item d-flex align-items-center" | ||
data-bs-css-href="https://cdn.jsdelivr.net/npm/[email protected]/dist/materia/bootstrap.min.css" | ||
> | ||
Materia | ||
</button> | ||
</li> | ||
<li> | ||
<button | ||
type="button" | ||
class="dropdown-item d-flex align-items-center" | ||
data-bs-css-href="https://cdn.jsdelivr.net/npm/[email protected]/dist/minty/bootstrap.min.css" | ||
> | ||
Minty | ||
</button> | ||
</li> | ||
<li> | ||
<button | ||
type="button" | ||
class="dropdown-item d-flex align-items-center" | ||
data-bs-css-href="https://cdn.jsdelivr.net/npm/[email protected]/dist/morph/bootstrap.min.css" | ||
> | ||
Morph | ||
</button> | ||
</li> | ||
|
||
<li> | ||
<button | ||
type="button" | ||
class="dropdown-item d-flex align-items-center" | ||
data-bs-css-href="https://cdn.jsdelivr.net/npm/[email protected]/dist/pulse/bootstrap.min.css" | ||
> | ||
Pulse | ||
</button> | ||
</li> | ||
<li> | ||
<button | ||
type="button" | ||
class="dropdown-item d-flex align-items-center" | ||
data-bs-css-href="https://cdn.jsdelivr.net/npm/[email protected]/dist/quartz/bootstrap.min.css" | ||
> | ||
Quartz | ||
</button> | ||
</li> | ||
<li> | ||
<button | ||
type="button" | ||
class="dropdown-item d-flex align-items-center" | ||
data-bs-css-href="https://cdn.jsdelivr.net/npm/[email protected]/dist/sandstone/bootstrap.min.css" | ||
> | ||
Sandstone | ||
</button> | ||
</li> | ||
<li> | ||
<button | ||
type="button" | ||
class="dropdown-item d-flex align-items-center" | ||
data-bs-css-href="https://cdn.jsdelivr.net/npm/[email protected]/dist/simplex/bootstrap.min.css" | ||
> | ||
Simplex | ||
</button> | ||
</li> | ||
<li> | ||
<button | ||
type="button" | ||
class="dropdown-item d-flex align-items-center" | ||
data-bs-css-href="https://cdn.jsdelivr.net/npm/[email protected]/dist/sketchy/bootstrap.min.css" | ||
> | ||
Sketchy | ||
</button> | ||
</li> | ||
<li> | ||
<button | ||
type="button" | ||
class="dropdown-item d-flex align-items-center" | ||
data-bs-css-href="https://cdn.jsdelivr.net/npm/[email protected]/dist/slate/bootstrap.min.css" | ||
> | ||
Slate | ||
</button> | ||
</li> | ||
<li> | ||
<button | ||
type="button" | ||
class="dropdown-item d-flex align-items-center" | ||
data-bs-css-href="https://cdn.jsdelivr.net/npm/[email protected]/dist/solar/bootstrap.min.css" | ||
> | ||
Solar | ||
</button> | ||
</li> | ||
<li> | ||
<button | ||
type="button" | ||
class="dropdown-item d-flex align-items-center" | ||
data-bs-css-href="https://cdn.jsdelivr.net/npm/[email protected]/dist/spacelab/bootstrap.min.css" | ||
> | ||
SpaceLab | ||
</button> | ||
</li> | ||
<li> | ||
<button | ||
type="button" | ||
class="dropdown-item d-flex align-items-center" | ||
data-bs-css-href="https://cdn.jsdelivr.net/npm/[email protected]/dist/superhero/bootstrap.min.css" | ||
> | ||
Superhero | ||
</button> | ||
</li> | ||
<li> | ||
<button | ||
type="button" | ||
class="dropdown-item d-flex align-items-center" | ||
data-bs-css-href="https://cdn.jsdelivr.net/npm/[email protected]/dist/united/bootstrap.min.css" | ||
> | ||
United | ||
</button> | ||
</li> | ||
<li> | ||
<button | ||
type="button" | ||
class="dropdown-item d-flex align-items-center" | ||
data-bs-css-href="https://cdn.jsdelivr.net/npm/[email protected]/dist/vapor/bootstrap.min.css" | ||
> | ||
Vapor | ||
</button> | ||
</li> | ||
<li> | ||
<button | ||
type="button" | ||
class="dropdown-item d-flex align-items-center" | ||
data-bs-css-href="https://cdn.jsdelivr.net/npm/[email protected]/dist/yeti/bootstrap.min.css" | ||
> | ||
Yeti | ||
</button> | ||
</li> | ||
<li> | ||
<button | ||
type="button" | ||
class="dropdown-item d-flex align-items-center" | ||
data-bs-css-href="https://cdn.jsdelivr.net/npm/[email protected]/dist/zephyr/bootstrap.min.css" | ||
> | ||
Zephyr | ||
</button> | ||
</li> | ||
</ul> | ||
</li> | ||
</ul> | ||
</div> | ||
</div> | ||
</nav> |
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
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 |
---|---|---|
|
@@ -12,7 +12,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Git checkout | ||
uses: actions/checkout@v3 | ||
uses: actions/checkout@v4 | ||
|
||
- name: Calculate short SHA | ||
uses: benjlevesque/[email protected] | ||
|
@@ -37,18 +37,19 @@ jobs: | |
plugins: | | ||
fox.jason.extend.css | ||
https://github.com/infotexture/dita-bootstrap/archive/develop.zip | ||
https://github.com/infotexture/dita-bootstrap.lunr/archive/develop.zip | ||
https://github.com/jason-fox/fox.jason.prismjs/archive/master.zip | ||
net.infotexture.dita-bootstrap.lunr | ||
fox.jason.prismjs | ||
fox.jason.favicon | ||
https://github.com/jason-fox/fox.jason.open-graph/archive/master.zip | ||
fox.jason.open-graph | ||
https://github.com/jason-fox/fox.jason.theme-switcher/archive/master.zip | ||
project: .github/dita-ot/html.xml | ||
|
||
- name: Deploy HTML 🚀 | ||
uses: JamesIves/github-pages-deploy-action@v4.4.3 | ||
uses: JamesIves/github-pages-deploy-action@v4.5.0 | ||
with: | ||
token: ${{ secrets.GITHUB_TOKEN }} | ||
branch: gh-pages # The branch the action should deploy to. | ||
folder: out/html # The folder the action should deploy. | ||
commit-message: '🚀 Deploy infotexture/dita-bootstrap@${{ env.SHA }} to GitHub Pages' | ||
commit-message: '🚀 Deploy ${{ env.SHA }} to GitHub Pages' | ||
git-config-name: 'GitHub Action' | ||
git-config-email: '[email protected]' |
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.