diff options
| author | Gaƫl Poupard <[email protected]> | 2020-06-09 16:44:20 +0300 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2020-12-04 07:52:03 +0200 |
| commit | aaff11a0b321e7c1b93c089e709ee92d01a4b6f6 (patch) | |
| tree | 7b5987eba9ddb8ae0f72e1b3e6edfe396770450f /site/data | |
| parent | 9488978fb55286ba83e8193a871d1ff9815045b9 (diff) | |
| download | bootstrap-aaff11a0b321e7c1b93c089e709ee92d01a4b6f6.tar.xz bootstrap-aaff11a0b321e7c1b93c089e709ee92d01a4b6f6.zip | |
docs(examples): new cheatsheet and RTL examples
Diffstat (limited to 'site/data')
| -rw-r--r-- | site/data/examples.yml | 18 | ||||
| -rw-r--r-- | site/data/sidebar.yml | 1 |
2 files changed, 19 insertions, 0 deletions
diff --git a/site/data/examples.yml b/site/data/examples.yml index a29179bff..0ddafaf41 100644 --- a/site/data/examples.yml +++ b/site/data/examples.yml @@ -31,6 +31,10 @@ description: "Nothing but the basics: compiled CSS and JavaScript." - name: Grid description: "Multiple examples of grid layouts with all four tiers, nesting, and more." + - name: Cheatsheet + description: "Kitchen sink of Bootstrap components." + - name: Cheatsheet RTL + description: "Kitchen sink of Bootstrap components, RTL." - category: Navbars description: "Taking the default navbar component and showing how it can be moved, placed, and extended." @@ -50,6 +54,20 @@ - name: Offcanvas description: "Turn your expandable navbar into a sliding offcanvas menu." +- category: RTL + description: "See Bootstrap's RTL version in action with these modified Custom Components examples." + examples: + - name: Album RTL + description: "Simple one-page template for photo galleries, portfolios, and more." + - name: Checkout RTL + description: "Custom checkout form showing our form components and their validation features." + - name: Carousel RTL + description: "Customize the navbar and carousel, then add some new components." + - name: Blog RTL + description: "Magazine like blog template with header, navigation, featured content." + - name: Dashboard RTL + description: "Basic admin dashboard shell with fixed sidebar and navbar." + - category: Integrations description: "Integrations with external libraries." examples: diff --git a/site/data/sidebar.yml b/site/data/sidebar.yml index a12db2550..80256e9f0 100644 --- a/site/data/sidebar.yml +++ b/site/data/sidebar.yml @@ -9,6 +9,7 @@ - title: Webpack - title: Accessibility - title: RFS + - title: RTL - title: Customize pages: |
