aboutsummaryrefslogtreecommitdiff
path: root/.cspell.json
AgeCommit message (Collapse)AuthorFilesLines
2023-09-14download: Reword CDN paragraph (#39179)XhmikosR1-0/+1
2023-03-24Fix reference to twbs/examples/icons-font + fine-tune index.html SB location ↵Julien Déramond1-0/+1
target (#38310) * Fix reference to twbs/examples/icons-font + fine-tune index.html SB location target * Use urlquery * Add `rel="noopener"` --------- Co-authored-by: XhmikosR <[email protected]>
2022-11-28Docs: rewrite/reorganise carousel docs page (#37354)Patrick H. Lauke1-0/+1
* Instantiate/initialize all non-autoplaying carousels in docs pages * Rewrite/reorganise carousel docs page * start with static/non-autoplaying examples * explicitly mention that carousels currently need to be manually initialized * split out and explain autoplaying and the weird "autoplay after first interaction" behaviour, as well as the pause on hover/focus * Add callout about autoplaying and accessibility * Don't have the dark variant example autoplay * Add "autoplaying" to cspell custom dictionary * Tweal wording, move Page Visibility API to autoplay section * Tweak explanation for methods, add line break in js code for consistency with last code block on the page * Tweak method descriptions * Tweak headings (plural "carousels") * Move some paragraphs out of intro and into basic example, reword the nested and accessibility paragraph * Tweak warning about `.active` slide * Tweak callout wording * Further prose tweaks move the sentence about not double-initialising autoplaying carousels to the callout right at the top instead of talking about `data-bs...` attributes, talk about the "option" instead, as authors may be setting these not via data attributes, but at instatiation time with options in the constructor remove the incorrect statement about pausing when keyboard focus is in the carousel * Instantiate/initialize all non-autoplaying carousels in docs pages * Rewrite/reorganise carousel docs page * start with static/non-autoplaying examples * explicitly mention that carousels currently need to be manually initialized * split out and explain autoplaying and the weird "autoplay after first interaction" behaviour, as well as the pause on hover/focus * Add callout about autoplaying and accessibility * Don't have the dark variant example autoplay * Add "autoplaying" to cspell custom dictionary * Tweal wording, move Page Visibility API to autoplay section * Tweak explanation for methods, add line break in js code for consistency with last code block on the page * Tweak method descriptions * Tweak headings (plural "carousels") * Move some paragraphs out of intro and into basic example, reword the nested and accessibility paragraph * Tweak warning about `.active` slide * Tweak callout wording * Further prose tweaks move the sentence about not double-initialising autoplaying carousels to the callout right at the top instead of talking about `data-bs...` attributes, talk about the "option" instead, as authors may be setting these not via data attributes, but at instatiation time with options in the constructor remove the incorrect statement about pausing when keyboard focus is in the carousel * Fix relative link * Update site/assets/js/snippets.js Co-authored-by: GeoSot <[email protected]> * Fix snippet.js * Tweak content organisation just a bit Co-authored-by: GeoSot <[email protected]> Co-authored-by: Julien Déramond <[email protected]> Co-authored-by: Julien Déramond <[email protected]> Co-authored-by: Mark Otto <[email protected]>
2022-09-01Make docs clearer by dropping precompiled for compiledMark Otto1-1/+0
2022-06-20Fix StackBlitz Popovers and Tooltips examples (#36449)Julien Déramond1-0/+1
* Fix StackBlitz Popovers and Tooltips examples * Rename shortcode example parameters * Reorder example shortcode doc params + fix Cspell * Remove 'stackblitz' param + use data-bs-title instead of title * Update site/layouts/partials/callout-warning-data-bs-title-vs-title.md Co-authored-by: Mark Otto <[email protected]> Co-authored-by: Mark Otto <[email protected]>
2022-06-16Update Code of Conduct with Contributor Covenant 2.1 (#36548)Julien Déramond1-0/+1
Signed-off-by: Julien Déramond <[email protected]>
2022-06-04Docs: Add a Vite Getting Started guide (#36412)Julien Déramond1-0/+1
* Docs: Add a Vite Getting Started guide * Fix npm run docs temporarily * Fix cspell and lint * Uncomment the 2nd part * . * Make it work without dist * Updates after merges of Parcel/Webpack guides rewriting * Update images * Replace dev images * Compress the new images better * Update site/content/docs/5.2/customize/optimize.md Co-authored-by: Mark Otto <[email protected]> * Update site/content/docs/5.2/getting-started/vite.md Co-authored-by: Mark Otto <[email protected]> Co-authored-by: XhmikosR <[email protected]> Co-authored-by: Mark Otto <[email protected]>
2022-05-24Add docs info for using JS w/ ESM shim (#36414)Mark Otto1-0/+1
* Docs: dependencies mgmt for vanilla ESM in browser Doc change for https://github.com/twbs/bootstrap/issues/31944 * Update javascript.md * Update javascript.md * Update .cspell.json * Update javascript.md * Update javascript.md * rewrite * Add link * edit * eslint-skip Co-authored-by: Caspar MacRae <[email protected]> Co-authored-by: XhmikosR <[email protected]>
2022-05-20Rewrite Webpack guide (#36382)Mark Otto1-0/+1
* Rewrite Webpack guide Co-Authored-By: GeoSot <[email protected]> Co-Authored-By: Julien Déramond <[email protected]> * rewrite some pieces * eslint-skip Co-authored-by: GeoSot <[email protected]> Co-authored-by: Julien Déramond <[email protected]>
2022-05-06Docs(Scrollspy): minor changes to be aligned with new version of javascript ↵GeoSot1-0/+1
(#36260) * Docs(Scrollspy): minor changes to be aligned with new version of javascript code * first example: add proper root-margin * 'nested nav' example: add more content to sections & enable smooth-scroll * fix typo * Changes after feedback * Update examples and docs to streamline some things and improve how it works section Co-authored-by: Mark Otto <[email protected]>
2022-04-21Manipulator: Add JSON parse support (#35077)GeoSot1-0/+1
Support parsing JSON from each component's main element using the `data-bs-config` attribute. The `bs-config` attribute will be reserved and omitted during `getDataAttributes` parsing. With this commit, every component, will create its config object, using: * defaults * data-bs-config * the rest of data attributes * configuration object given during instance initialization Co-authored-by: XhmikosR <[email protected]> Co-authored-by: Mark Otto <[email protected]> Co-authored-by: Mark Otto <[email protected]>
2022-04-04Fix CSpell by adding 'Analyser'Julien Déramond1-0/+1
2022-03-11Update .cspell.jsonXhmikosR1-1/+1
2022-03-11Adjust border-radius values and add some new utilitiesMark Otto1-0/+1
- Updates global border-radius values for a more modern appearance - New .fw-semibold - New .rounded-4 and .rounded-5
2022-01-30Update cspell config (#35680)XhmikosR1-6/+9
* use `en-US` * scan all markdown files * ignore dist, rtl and tests files
2022-01-11Update cspell config (#35647)XhmikosR1-11/+7
* specify the files to scan in the config * enable `useGitignore` option * remove a few unneeded suppressions
2021-12-23Add note to carousel crossfade docs about bg color (#35587)XhmikosR1-0/+1
Fixes #35181 Co-authored-by: Mark Otto <[email protected]> Co-authored-by: Gaël Poupard <[email protected]>
2021-10-21Fix typo in RTL Hello World! sentence (#35236)Gaël Poupard1-1/+1
* docs(RTL): fix typo in Hello World! sentence * chore(docs): Cspell arabic words update
2021-10-11Update nuget docs to specify only .NET Framework projects are supported. ↵Jesse Mandel1-0/+1
(#35124) Co-authored-by: XhmikosR <[email protected]>
2021-10-05Add cSpell custom dictionary and docs-spellcheck script (#34940)Christian Oliff1-0/+121