bootstrap/site/content/docs/5.1
Anthony Perez 1fed10dfb1 Update parcel.md
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-12 21:14:54 -07:00
..
about Prepare v5.1.0. (#34674) 2021-08-04 18:41:51 +03:00
components Fix proposal 2022-04-12 18:36:50 -07:00
content Rewrite docs tables in Markdown with table shortcode (#31337) 2022-03-14 09:38:04 +02:00
customize Doc: Reorder alphabetically lists of components 2022-04-06 16:48:08 -07:00
examples Use Babel and ES6 in docs JS files (#31607) 2022-04-12 18:07:25 +03:00
extend docs: fix typos in approach and placeholders (#34781) 2021-08-20 18:25:03 +03:00
forms Fixes #32082 2022-02-11 10:06:15 -08:00
getting-started Update parcel.md 2022-04-12 21:14:54 -07:00
helpers docs: add reference to sticky-xxl utils (#35579) 2021-12-21 09:22:58 +02:00
layout Doc fixes 2022-03-31 14:27:09 -07:00
utilities Revert border-color utilities to use the CSS property instead of the variable 2022-04-07 09:37:04 -07:00
_index.html Prepare v5.1.0. (#34674) 2021-08-04 18:41:51 +03:00
migration.md Remove tooltip and popover styling as it is handled by Popper (#34627) 2022-04-12 18:16:18 -07:00