Skip to content

Commit

Permalink
Revert some modifications in site/data/examples.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-deramond committed Oct 16, 2024
1 parent 7236052 commit f2454cc
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions site/data/examples.yml
Original file line number Diff line number Diff line change
@@ -1,39 +1,39 @@
- category: Starters
external: true
description: "Functional examples of using OUDS Web in common JS frameworks like Webpack, Parcel, Vite, and more you can edit in StackBlitz."
description: "Functional examples of using Bootstrap in common JS frameworks like Webpack, Parcel, Vite, and more you can edit in StackBlitz."
examples:
- name: CDN starter
description: "Instantly include OUDS Web's compiled CSS and JavaScript via the jsDelivr CDN."
description: "Instantly include Bootstrap's compiled CSS and JavaScript via the jsDelivr CDN."
url: /examples/tree/main/starter
- name: Sass & JS
description: "Use npm to import and compile OUDS Web's Sass with Autoprefixer and Stylelint, plus our bundled JavaScript."
description: "Use npm to import and compile Bootstrap's Sass with Autoprefixer and Stylelint, plus our bundled JavaScript."
url: /examples/tree/main/sass-js
- name: Sass & ESM JS
description: "Import and compile OUDS Web's Sass with Autoprefixer and Stylelint, and compile our source JavaScript with an ESM shim."
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: OUDS Web color modes
description: "Import and compile OUDS Web's Sass with Stylelint, and the OUDS Web color modes."
- 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: OUDS Web Icons
description: "Import and compile OUDS Web's Sass with Stylelint, PurgeCSS, and the OUDS Web Icons web font."
- 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 OUDS Web's source Sass and JavaScript via Parcel."
description: "Import and bundle Bootstrap's source Sass and JavaScript via Parcel."
url: /examples/tree/main/parcel
indexPath: src/index.html
indexPath: src/index.html
- name: React
description: "Import and bundle OUDS Web's source Sass and JavaScript with React, Next.js, and React OUDS Web."
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 OUDS Web's source Sass and JavaScript with Vite."
description: "Import and bundle Bootstrap's source Sass and JavaScript with Vite."
url: /examples/tree/main/vite
- name: Vue
description: "Import and bundle OUDS Web's source Sass and JavaScript with Vue and Vite."
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 OUDS Web's source Sass and JavaScript with Webpack."
description: "Import and bundle Bootstrap's source Sass and JavaScript with Webpack."
url: /examples/tree/main/webpack
indexPath: src/index.html

Expand Down

0 comments on commit f2454cc

Please sign in to comment.