Mark Otto
122bff5e58
Remove Themes from docs ( #41671 )
2025-08-25 18:50:11 -07:00
Christian Oliff
320f713905
docs: Minor range example code optimization ( #41665 )
...
I think the 'custom' prefix for the ids in examples were mainly from Bootstrap v4 custom controls. Removing it makes it a bit shorter/neater.
2025-08-25 09:51:35 -07:00
Louis-Maxime Piton
6d3345b24c
Docs: fix missing "Copy to clipboard" tooltips when <Example>
was used, not just <Code>
( #41582 )
...
Co-authored-by: Julien Déramond <juderamond@gmail.com >
2025-08-10 19:38:15 +02:00
Julien Déramond
1eccc810f0
Docs: unminify package example HTML files ( #41637 )
2025-08-05 20:55:52 +02:00
Maxime Lardenois
9566444580
Docs: Sass automatic recompilation in dev mode with Astro ( #41574 )
...
Co-authored-by: Julien Déramond <juderamond@gmail.com >
2025-07-02 12:58:34 +02:00
Julien Déramond
c5074c7c18
Fix typo in generated site/src/types/auto-import.d.ts
2025-07-01 23:10:52 +02:00
Julien Déramond
879d1d15dc
Fix several typos in comments within TypeScript files in site/src/libs
2025-07-01 23:06:58 +02:00
Julien Déramond
7d12ff7b3b
Fix typo in JsDocs
and ScssDocs
shortcodes comments
2025-07-01 22:58:50 +02:00
Julien Déramond
9fce97c4b2
Fix missing space between classes in Navbars example
2025-07-01 22:53:44 +02:00
Julien Déramond
b851a994bd
Docs: use Example
shortcode instead of divs with only .bd-example
class ( #41556 )
2025-06-19 18:56:42 +02:00
Patrice Chalin
e6eb77a442
Docs: restore local dev port to 9001 ( #41545 )
...
Co-authored-by: Julien Déramond <juderamond@gmail.com >
2025-06-16 23:56:15 +02:00
Mark Otto
03f27a2b89
Docs: add example of showing dynamic range value with output ( #41516 )
...
Co-authored-by: Julien Déramond <juderamond@gmail.com >
2025-06-09 14:18:42 +02:00
Julien Déramond
f04b980e74
Docs: enhance floating labels placeholder
usage description ( #41526 )
2025-06-09 13:57:57 +02:00
Mark Otto
e6fdd27b73
Mentions CDN integrity and crossorigin attributes in Intro docs page ( #41515 )
2025-06-03 14:53:40 -07:00
Mark Otto
12bc56aa11
fix linter ( #41507 )
2025-05-29 13:24:22 -07:00
Mark Otto
195a80686c
Add section to Download page for IntelliSense extension ( #41492 )
2025-05-29 12:06:58 -07:00
Mark Otto
6b3649d369
Move ads to right sidebar to reduce reflow ( #41506 )
...
* Move ads to right sidebar to reduce reflow
* Adjust and fix linter
* More
2025-05-29 12:04:21 -07:00
Louis-Maxime Piton
81b815358f
Docs: clarify "Via JavaScript" usage example for Accordion Collapse ( #41501 )
2025-05-27 20:32:14 +02:00
Maxime Lardenois
3663e3a061
Docs: add aria label on section headings anchor links ( #41487 )
...
Co-authored-by: Julien Déramond <juderamond@gmail.com >
Co-authored-by: Patrick H. Lauke <redux@splintered.co.uk >
2025-05-25 14:56:22 +02:00
Julien Déramond
a61555b6c2
Examples: remove unused myChart
variable ( #41494 )
2025-05-25 14:29:41 +02:00
Julien Déramond
1e7a20a24c
Fix lint warnings in site/src/libs/path.ts
2025-05-25 14:23:16 +02:00
Louis-Maxime Piton
d6ca5ba35b
Docs: fix local assets path handling for Windows compatibility ( #41485 )
...
Co-authored-by: Julien Déramond <juderamond@gmail.com >
2025-05-25 14:20:20 +02:00
Maxime Lardenois
374c8a1e1f
Docs: fix typo in Masonry example ( #41486 )
...
Co-authored-by: Julien Déramond <juderamond@gmail.com >
2025-05-23 11:14:11 +02:00
Louis-Maxime Piton
a749136ce2
Docs: enhance 'On this page' ToC accessibility ( #41483 )
...
Co-authored-by: Julien Déramond <juderamond@gmail.com >
2025-05-23 11:06:18 +02:00
Louis-Maxime Piton
1c3b53bc0b
Docs: ensure stackblitz.js
loads conditionally as intended ( #41482 )
...
Co-authored-by: Vincent Prothais <vincent.prothais@orange.com >
Co-authored-by: Julien Déramond <juderamond@gmail.com >
2025-05-23 09:47:55 +02:00
Bardi Harborow
eeb12099b6
Docs: Refine sanitizer documentation ( #41434 )
...
Co-authored-by: Julien Déramond <juderamond@gmail.com >
2025-05-22 21:48:52 +02:00
AlexKoala
cababca0b9
Docs: fix broken "View on GitHub" URLs ( #41440 )
2025-05-06 16:46:51 +02:00
MarkoOleksiyenko
ba5b5a6300
docs(pagination): put current page on link element for a11y ( #41154 )
...
* docs(pagination): put current page on link element for a11y
* Reorganize and rewrite
* Update pagination.mdx
---------
Co-authored-by: Mark Otto <markdotto@gmail.com >
2025-04-29 09:40:45 -07:00
chris
1184417397
remove link to sunset resource on accessibility.mdx ( #41418 )
2025-04-28 21:02:46 -07:00
Christian Oliff
a03a9d6696
Docs: Remove some unneeded Twitter/X metatags ( #41408 )
2025-04-24 15:00:05 +02:00
Julien Déramond
bd09d21ed6
Fix typos and code indentation in Forms > Checks and radios ( #41399 )
2025-04-22 08:44:44 +02:00
Tommaso Allegretti
1d441c7c7f
Docs: add Usage section with JavaScript guide for Accordion component ( #40768 )
...
Co-authored-by: Julien Déramond <juderamond@gmail.com >
Co-authored-by: Tommaso Allegretti <tommasoallegretti@users.noreply.github.com >
2025-04-21 21:04:20 -07:00
Mark Otto
1a6175a1c6
Alternate for #41142 , disabled list group items ( #41397 )
2025-04-21 21:03:10 -07:00
Mark Otto
dd4e14499f
Add switch attribute to docs for switch checkbox ( #41396 )
...
* Add switch attribute to docs for switch checkbox
* tweak
* AI says this is the way
* fix
2025-04-21 20:32:40 -07:00
Julien Déramond
ed36faae9d
Bump image-size
from 1.0.2 to 2.0.2 ( #41384 )
2025-04-15 21:18:13 +02:00
Julien Déramond
d01e66f5f7
Update devDependencies
( #41383 )
2025-04-15 21:09:29 +02:00
Julien Déramond
a8ab19955b
Docs: migration from Hugo to Astro ( #41251 )
...
Co-authored-by: HiDeoo <494699+HiDeoo@users.noreply.github.com >
Co-authored-by: Mark Otto <markdotto@gmail.com >
2025-04-15 18:37:47 +02:00