aboutsummaryrefslogtreecommitdiff
path: root/site/content/docs/5.1/getting-started
AgeCommit message (Collapse)AuthorFilesLines
2022-05-13Prepare v5.2.0-beta1Mark Otto12-1347/+0
2022-05-11Minor changes in 'Usage with JavaScript frameworks' descriptionJulien Déramond1-3/+3
2022-05-10Fix contents.mdcccabinet1-1/+1
2022-04-30Update path to `@popperjs/core` in parcel.md汪心禾1-1/+2
-│ └── popper.js/ +│ └── @popperjs/ +| └── core/
2022-04-29Document incompatibilities between Bootstrap JS and React/.etc (#36217)Sam Magura1-0/+10
* Document incompatibilities between Bootstrap JS and React/.etc Closes #35665. * Remove link to reactstrap * Update javascript.md Co-authored-by: Mark Otto <[email protected]>
2022-04-26Docs: update documentation js examples, using es6 (#36203)GeoSot3-23/+28
* Docs: update components documentation using es6 * Docs: update js blocks around docs, using es6 * Docs: update components documentation using es6 * Test linter
2022-04-20Rewrite Getting Started > Introduction page to be more guide-like (#36204)Mark Otto1-65/+65
* Rewrite Getting Started > Introduction page to be more guide-like * Add tabs, mention offcanvas for navbar
2022-04-12Update parcel.mdAnthony Perez1-3/+3
Following the Parcel v1 installation guide seems to install the latest version of Parcel (v2), which makes several instructions in this guide throw errors. Therefore, I have updated the guide to work with version 2 of Parcel. Change Details: 1) Update the URL to point to the latest doc pages. 2) Use the `type="module"` HTML attribute to reference a module [migration](https://parceljs.org/getting-started/migration/#code-changes) 3) The `--out-dir <dir>` CLI parameter has been changed to `--dist-dir <dir>` [CLI](https://parceljs.org/features/cli/#parameters) 4) For a reason I'm unsure of, `--experimental-scope-hoisting` throws the following error: `error: unknown option '--experimental-scope-hoisting'`, so I removed it to get the build to work.
2022-04-06Doc: Reorder alphabetically lists of componentsJulien Déramond1-1/+1
2022-03-14Rewrite docs tables in Markdown with table shortcode (#31337)Mark Otto3-187/+35
Co-authored-by: XhmikosR <[email protected]> Co-authored-by: GeoSot <[email protected]>
2022-03-11Redesign the "Added in" badges in the docs (#35980)Mark Otto1-1/+1
Co-authored-by: XhmikosR <[email protected]>
2022-01-11Update cspell config (#35647)XhmikosR1-1/+1
* specify the files to scan in the config * enable `useGitignore` option * remove a few unneeded suppressions
2021-12-16docs: Use param to set Bootstrap version in Contents page (#35556)Julien Déramond1-1/+1
2021-10-21Fix typo in RTL Hello World! sentence (#35236)Gaël Poupard1-2/+2
* 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-1/+1
(#35124) Co-authored-by: XhmikosR <[email protected]>
2021-10-05Fix capitalization after period in `contents.md` (#35111)Julien Déramond1-1/+1
2021-09-28Add offcanvas to the components requiring JavaScript (#35013)Rohit Sharma1-0/+1
Co-authored-by: XhmikosR <[email protected]>
2021-09-08docs: Update RFS version & move "v" prefix to config.yml (#34918)XhmikosR1-3/+3
2021-08-30clarify importing all vs specific plugins (#34840)Marius A1-3/+7
2021-08-04Prepare v5.1.0. (#34674)v5.1.0XhmikosR12-0/+1478