Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
cf5b555
Update specializations for v6
jason-fox Jul 31, 2026
4757fc7
Amending colored card example
jason-fox Aug 1, 2026
da7bf82
Remove light/dark references
jason-fox Aug 1, 2026
ae1905e
Faded text
jason-fox Aug 1, 2026
90e2a95
Button icons
jason-fox Aug 1, 2026
154b732
fixing header and footer
jason-fox Aug 1, 2026
6b67e2f
Amend links
jason-fox Aug 1, 2026
4b3877b
5.3 -> 6.0
jason-fox Aug 1, 2026
501e0ad
Build with v6
jason-fox Aug 2, 2026
e176d93
update CI
jason-fox Aug 2, 2026
73a601d
Amend fallback
jason-fox Aug 2, 2026
8b59486
Add temporary lookup
jason-fox Aug 2, 2026
6f0fc04
Temporarily disable theme switcher
jason-fox Aug 7, 2026
2108177
Fix footer CSS classes
jason-fox Aug 7, 2026
7def742
Parameterize menu-toc CSS.
jason-fox Aug 8, 2026
a2d397f
Amend parameter default
jason-fox Aug 8, 2026
795ca6f
Center title
jason-fox Aug 8, 2026
5703547
Fix lefthook
jason-fox Aug 8, 2026
a64e072
Remove custom example processing
jason-fox Aug 10, 2026
d8e0f16
put back bodydiv where example can't embed elements
jason-fox Aug 10, 2026
0571ade
Use <div> for button-group, simplify dita markup
jason-fox Aug 10, 2026
916ee5d
Emphasise notes
jason-fox Aug 11, 2026
6c5d57c
Aligning documentation
jason-fox Aug 11, 2026
170d30f
Amend alignment
jason-fox Aug 11, 2026
a68209c
Fix DTD
jason-fox Aug 11, 2026
9cc8cfe
Update pagination
jason-fox Aug 11, 2026
aa93bd1
Updating buttons and references
jason-fox Aug 11, 2026
8056d64
Use theme colors
jason-fox Aug 11, 2026
460dbf1
Reorder command line parameters.
jason-fox Aug 11, 2026
e22c1e6
Update favicon
jason-fox Aug 12, 2026
16c36bb
Add theme parameters
jason-fox Aug 12, 2026
68a0306
Add theme
jason-fox Aug 12, 2026
40e53da
Fix spacing color contrast
jason-fox Aug 12, 2026
6223ad0
Amend texts
jason-fox Aug 12, 2026
3d04c7f
Amend text
jason-fox Aug 12, 2026
72d2238
Fix text
jason-fox Aug 12, 2026
6cc1f3c
Simplify examples
jason-fox Aug 12, 2026
ae7140a
Fix header
jason-fox Aug 12, 2026
44a0174
Enable theme switcher
jason-fox Aug 12, 2026
1cfeac3
Tweak icon
jason-fox Aug 14, 2026
f52238b
Switch sidebar footer to use theme
jason-fox Aug 15, 2026
8b5468f
Amend example
jason-fox Aug 17, 2026
245bfce
Move bird
jason-fox Aug 19, 2026
272a66a
Merge branch 'develop' into v6
jason-fox Aug 20, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 31 additions & 15 deletions .github/dita-ot/favicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 8 additions & 8 deletions .github/dita-ot/footer.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,37 +6,37 @@
<p class="pt-3">
<!-- GitHub -->
<a
class="btn m-1"
class="btn btn-icon"
href="https://github.com/dita-bootstrap/dita-bootstrap.html"
role="button"
style="background-color: #333333;"
style="color: #ffffff; background-color: #333333;"
>
<i class="bi bi-github text-white"/>
</a>
<!-- LinkedIn -->
<a
class="btn m-1"
class="btn btn-icon"
href="https://www.linkedin.com/in/infotexture/"
role="button"
style="background-color: #0082ca;"
style="color: #ffffff; background-color: #0082ca;"
>
<i class="bi bi-linkedin text-white"/>
</a>
<!-- Mastodon -->
<a
class="btn m-1"
class="btn btn-icon"
href="https://indieweb.social/@infotexture"
role="button"
style="background-color: #563acc;"
style="color: #ffffff; background-color: #563acc;"
>
<i class="bi bi-mastodon text-white"/>
</a>
<!-- Bluesky -->
<a
class="btn m-1"
class="btn btn-icon"
href="https://bsky.app/profile/infotexture.net"
role="button"
style="background-color: #0085ff;"
style="color: #ffffff; background-color: #0085ff;"
>
<i class="bi bi-bluesky text-white"/>
</a>
Expand Down
Loading