aboutsummaryrefslogtreecommitdiff
path: root/site/data/examples.yml
diff options
context:
space:
mode:
authorJulien Déramond <[email protected]>2023-04-05 08:10:47 +0200
committerGitHub <[email protected]>2023-04-05 09:10:47 +0300
commitd0cc42c009c2f680e2fdfd3df4cf06b90d0bfd09 (patch)
treedf87e51483f2260d5278805e4f4eef32438e2636 /site/data/examples.yml
parentb62fd60a6dd3e5171bf045e7dc0750fdd45a0b27 (diff)
downloadbootstrap-d0cc42c009c2f680e2fdfd3df4cf06b90d0bfd09.tar.xz
bootstrap-d0cc42c009c2f680e2fdfd3df4cf06b90d0bfd09.zip
Docs: add missing `twbs/examples` and change sorting (#38407)
* Docs: add missing twbs/examples * Change sorting of examples.yml --------- Co-authored-by: XhmikosR <[email protected]>
Diffstat (limited to 'site/data/examples.yml')
-rw-r--r--site/data/examples.yml28
1 files changed, 19 insertions, 9 deletions
diff --git a/site/data/examples.yml b/site/data/examples.yml
index 4b85c57b1..99d34752b 100644
--- a/site/data/examples.yml
+++ b/site/data/examples.yml
@@ -11,21 +11,31 @@
- name: Sass & ESM JS
description: "Import and compile Bootstrap's Sass with Autoprefixer and Stylelint, and compile our source JavaScript with an ESM shim."
url: /examples/tree/main/sass-js-esm
- - name: Webpack
- description: "Import and bundle Bootstrap's source Sass and JavaScript with Webpack."
- url: /examples/tree/main/webpack
- htmlIndexLocation: src
+ - name: Bootstrap color modes
+ description: "Import and compile Bootstrap's Sass with Stylelint, and the Bootstrap color modes."
+ url: /examples/tree/main/color-modes
+ - name: Bootstrap Icons
+ description: "Import and compile Bootstrap's Sass with Stylelint, PurgeCSS, and the Bootstrap Icons web font."
+ url: /examples/tree/main/icons-font
- name: Parcel
description: "Import and bundle Bootstrap's source Sass and JavaScript via Parcel."
url: /examples/tree/main/parcel
- htmlIndexLocation: src
+ indexPath: src/index.html
+ indexPath: src/index.html
+ - name: React
+ description: "Import and bundle Bootstrap's source Sass and JavaScript with React, Next.js, and React Bootstrap."
+ url: /examples/tree/main/react-nextjs
+ indexPath: src/pages/index.tsx
- name: Vite
description: "Import and bundle Bootstrap's source Sass and JavaScript with Vite."
url: /examples/tree/main/vite
- htmlIndexLocation: src
- - name: Bootstrap Icons
- description: "Import and compile Bootstrap's Sass with Stylelint, PurgeCSS, and the Bootstrap Icons web font."
- url: /examples/tree/main/icons-font
+ - name: Vue
+ description: "Import and bundle Bootstrap's source Sass and JavaScript with Vue and Vite."
+ url: /examples/tree/main/vue
+ - name: Webpack
+ description: "Import and bundle Bootstrap's source Sass and JavaScript with Webpack."
+ url: /examples/tree/main/webpack
+ indexPath: src/index.html
- category: Snippets
description: "Common patterns for building sites and apps that build on existing components and utilities with custom CSS and more."