Skip to content

Commit

Permalink
Rename examples CSS/JS files for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-deramond committed Oct 6, 2022
1 parent 01dc2f5 commit 5bdeafb
Show file tree
Hide file tree
Showing 17 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions site/content/docs/5.2/examples/checkout-rtl/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
title: مثال إتمام الشراء
direction: rtl
extra_css:
- "../checkout/form-validation.css"
- "../checkout/checkout.css"
extra_js:
- src: "../checkout/form-validation.js"
- src: "../checkout/checkout.js"
body_class: "bg-light"
---

Expand Down
4 changes: 2 additions & 2 deletions site/content/docs/5.2/examples/checkout/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
layout: examples
title: Checkout example
extra_css:
- "form-validation.css"
- "checkout.css"
extra_js:
- src: "form-validation.js"
- src: "checkout.js"
body_class: "bg-light"
---

Expand Down
2 changes: 1 addition & 1 deletion site/content/docs/5.2/examples/navbar-fixed/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: examples
title: Fixed top navbar example
extra_css:
- "navbar-top-fixed.css"
- "navbar-fixed.css"
---

<nav class="navbar navbar-expand-md navbar-dark fixed-top bg-dark">
Expand Down
2 changes: 1 addition & 1 deletion site/content/docs/5.2/examples/navbar-static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: examples
title: Top navbar example
extra_css:
- "navbar-top.css"
- "navbar-static.css"
---

<nav class="navbar navbar-expand-md navbar-dark bg-dark mb-4">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: examples
title: Navbar Template
extra_css:
- "navbar.css"
- "navbars-offcanvas.css"
---

<main>
Expand Down
2 changes: 1 addition & 1 deletion site/content/docs/5.2/examples/navbars/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: examples
title: Navbar Template
extra_css:
- "navbar.css"
- "navbars.css"
---

<main>
Expand Down
4 changes: 2 additions & 2 deletions site/content/docs/5.2/examples/offcanvas-navbar/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
layout: examples
title: Offcanvas navbar template
extra_css:
- "offcanvas.css"
- "offcanvas-navbar.css"
extra_js:
- src: "offcanvas.js"
- src: "offcanvas-navbar.js"
body_class: "bg-light"
aliases: "/docs/5.2/examples/offcanvas/"
---
Expand Down
2 changes: 1 addition & 1 deletion site/content/docs/5.2/examples/sign-in/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: examples
title: Signin Template
extra_css:
- "signin.css"
- "sign-in.css"
body_class: "text-center"
include_js: false
---
Expand Down

0 comments on commit 5bdeafb

Please sign in to comment.