Skip to content

Commit f2454cc

Browse files
Revert some modifications in site/data/examples.yml
1 parent 7236052 commit f2454cc

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

site/data/examples.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,39 @@
11
- category: Starters
22
external: true
3-
description: "Functional examples of using OUDS Web in common JS frameworks like Webpack, Parcel, Vite, and more you can edit in StackBlitz."
3+
description: "Functional examples of using Bootstrap in common JS frameworks like Webpack, Parcel, Vite, and more you can edit in StackBlitz."
44
examples:
55
- name: CDN starter
6-
description: "Instantly include OUDS Web's compiled CSS and JavaScript via the jsDelivr CDN."
6+
description: "Instantly include Bootstrap's compiled CSS and JavaScript via the jsDelivr CDN."
77
url: /examples/tree/main/starter
88
- name: Sass & JS
9-
description: "Use npm to import and compile OUDS Web's Sass with Autoprefixer and Stylelint, plus our bundled JavaScript."
9+
description: "Use npm to import and compile Bootstrap's Sass with Autoprefixer and Stylelint, plus our bundled JavaScript."
1010
url: /examples/tree/main/sass-js
1111
- name: Sass & ESM JS
12-
description: "Import and compile OUDS Web's Sass with Autoprefixer and Stylelint, and compile our source JavaScript with an ESM shim."
12+
description: "Import and compile Bootstrap's Sass with Autoprefixer and Stylelint, and compile our source JavaScript with an ESM shim."
1313
url: /examples/tree/main/sass-js-esm
14-
- name: OUDS Web color modes
15-
description: "Import and compile OUDS Web's Sass with Stylelint, and the OUDS Web color modes."
14+
- name: Bootstrap color modes
15+
description: "Import and compile Bootstrap's Sass with Stylelint, and the Bootstrap color modes."
1616
url: /examples/tree/main/color-modes
17-
- name: OUDS Web Icons
18-
description: "Import and compile OUDS Web's Sass with Stylelint, PurgeCSS, and the OUDS Web Icons web font."
17+
- name: Bootstrap Icons
18+
description: "Import and compile Bootstrap's Sass with Stylelint, PurgeCSS, and the Bootstrap Icons web font."
1919
url: /examples/tree/main/icons-font
2020
- name: Parcel
21-
description: "Import and bundle OUDS Web's source Sass and JavaScript via Parcel."
21+
description: "Import and bundle Bootstrap's source Sass and JavaScript via Parcel."
2222
url: /examples/tree/main/parcel
2323
indexPath: src/index.html
2424
indexPath: src/index.html
2525
- name: React
26-
description: "Import and bundle OUDS Web's source Sass and JavaScript with React, Next.js, and React OUDS Web."
26+
description: "Import and bundle Bootstrap's source Sass and JavaScript with React, Next.js, and React Bootstrap."
2727
url: /examples/tree/main/react-nextjs
2828
indexPath: src/pages/index.tsx
2929
- name: Vite
30-
description: "Import and bundle OUDS Web's source Sass and JavaScript with Vite."
30+
description: "Import and bundle Bootstrap's source Sass and JavaScript with Vite."
3131
url: /examples/tree/main/vite
3232
- name: Vue
33-
description: "Import and bundle OUDS Web's source Sass and JavaScript with Vue and Vite."
33+
description: "Import and bundle Bootstrap's source Sass and JavaScript with Vue and Vite."
3434
url: /examples/tree/main/vue
3535
- name: Webpack
36-
description: "Import and bundle OUDS Web's source Sass and JavaScript with Webpack."
36+
description: "Import and bundle Bootstrap's source Sass and JavaScript with Webpack."
3737
url: /examples/tree/main/webpack
3838
indexPath: src/index.html
3939

0 commit comments

Comments
 (0)