aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/twbs/bootstrap/site/data
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2022-10-10 18:05:26 +0000
committerMario <mario@mariovavti.com>2022-10-10 18:05:26 +0000
commitef2448e17e742e7dcef458993bce1e0a29756aa7 (patch)
treed23c62753abbb42e7bb742f2d44d09321b6f2eee /vendor/twbs/bootstrap/site/data
parent6ab65519a0fc3e55ad5f32ce1641190ef609a4e2 (diff)
parent99a5cf1ad4660a31af6c03e5a1abc3d374f82c78 (diff)
downloadvolse-hubzilla-ef2448e17e742e7dcef458993bce1e0a29756aa7.tar.gz
volse-hubzilla-ef2448e17e742e7dcef458993bce1e0a29756aa7.tar.bz2
volse-hubzilla-ef2448e17e742e7dcef458993bce1e0a29756aa7.zip
Merge branch '7.8RC'7.8
Diffstat (limited to 'vendor/twbs/bootstrap/site/data')
-rw-r--r--vendor/twbs/bootstrap/site/data/docs-versions.yml3
-rw-r--r--vendor/twbs/bootstrap/site/data/examples.yml2
-rw-r--r--vendor/twbs/bootstrap/site/data/icons.yml10
-rw-r--r--vendor/twbs/bootstrap/site/data/plugins.yml47
-rw-r--r--vendor/twbs/bootstrap/site/data/sidebar.yml28
-rw-r--r--vendor/twbs/bootstrap/site/data/translations.yml12
6 files changed, 87 insertions, 15 deletions
diff --git a/vendor/twbs/bootstrap/site/data/docs-versions.yml b/vendor/twbs/bootstrap/site/data/docs-versions.yml
index 1c49d2050..4b3f4836f 100644
--- a/vendor/twbs/bootstrap/site/data/docs-versions.yml
+++ b/vendor/twbs/bootstrap/site/data/docs-versions.yml
@@ -48,7 +48,8 @@
- group: v5.x
baseurl: "https://getbootstrap.com/docs"
- description: "Current major release. Last update was v5.1.3."
+ description: "Current major release. Last update was v5.2.0."
versions:
- v: "5.0"
- v: "5.1"
+ - v: "5.2"
diff --git a/vendor/twbs/bootstrap/site/data/examples.yml b/vendor/twbs/bootstrap/site/data/examples.yml
index 6d6419d21..38644ef4a 100644
--- a/vendor/twbs/bootstrap/site/data/examples.yml
+++ b/vendor/twbs/bootstrap/site/data/examples.yml
@@ -63,6 +63,8 @@
examples:
- name: Navbars
description: "Demonstration of all responsive and container options for the navbar."
+ - name: Navbars offcanvas
+ description: "Same as the Navbars example, but with our offcanvas component."
- name: Navbar static
description: "Single navbar example of a static top navbar along with some additional content."
- name: Navbar fixed
diff --git a/vendor/twbs/bootstrap/site/data/icons.yml b/vendor/twbs/bootstrap/site/data/icons.yml
index 02727fc2f..6dafbe83f 100644
--- a/vendor/twbs/bootstrap/site/data/icons.yml
+++ b/vendor/twbs/bootstrap/site/data/icons.yml
@@ -4,7 +4,7 @@ preferred:
- name: Feather
website: https://feathericons.com/
- name: Octicons
- website: https://octicons.github.com/
+ website: https://primer.style/octicons/
more:
- name: Bytesize
@@ -12,9 +12,9 @@ more:
- name: CoreUI Icons
website: https://icons.coreui.io/
- name: Google Material icons
- website: https://material.io/resources/icons/
+ website: https://fonts.google.com/icons
- name: Ionicons
- website: https://ionicons.com/
+ website: https://ionic.io/ionicons
- name: Dripicons
website: http://demo.amitjakhu.com/dripicons/
- name: Ikons
@@ -23,5 +23,5 @@ more:
website: https://icons8.com/
- name: icofont
website: https://icofont.com/
- - name: Octicons
- website: https://primer.style/octicons/
+ - name: Tabler Icons
+ website: https://tabler-icons.io/
diff --git a/vendor/twbs/bootstrap/site/data/plugins.yml b/vendor/twbs/bootstrap/site/data/plugins.yml
new file mode 100644
index 000000000..98ba5f2be
--- /dev/null
+++ b/vendor/twbs/bootstrap/site/data/plugins.yml
@@ -0,0 +1,47 @@
+- name: Alert
+ description: Show and hide alert messages to your users.
+ link: components/alerts/#javascript-behavior
+
+- name: Button
+ description: Programmatically control the active state for buttons.
+ link: components/buttons/#button-plugin
+
+- name: Carousel
+ description: Add slideshows to any page, including support for crossfade.
+ link: components/carousel/
+
+- name: Collapse
+ description: Expand and collapse areas of content, or create accordions.
+ link: components/collapse/
+
+- name: Dropdown
+ description: Create menus of links, actions, forms, and more.
+ link: components/dropdowns/
+
+- name: Modal
+ description: Add flexible and responsive dialogs to your project.
+ link: components/modal/
+
+- name: Offcanvas
+ description: Build and toggle hidden sidebars into any page.
+ link: components/offcanvas/
+
+- name: Popover
+ description: Create custom overlays. Built on Popper.
+ link: components/popovers/
+
+- name: Scrollspy
+ description: Automatically update active nav links based on page scroll.
+ link: components/scrollspy/
+
+- name: Tab
+ description: Allow Bootstrap nav components to toggle contents.
+ link: components/navs-tabs/
+
+- name: Toast
+ description: Show and hide notifications to your visitors.
+ link: components/toasts/
+
+- name: Tooltip
+ description: Replace browser tooltips with custom ones. Built on Popper.
+ link: components/tooltips/
diff --git a/vendor/twbs/bootstrap/site/data/sidebar.yml b/vendor/twbs/bootstrap/site/data/sidebar.yml
index df95692af..2b7fddfd4 100644
--- a/vendor/twbs/bootstrap/site/data/sidebar.yml
+++ b/vendor/twbs/bootstrap/site/data/sidebar.yml
@@ -2,6 +2,8 @@
# The logic for the sidebar generation is in "site/layouts/partials/docs-sidebar.html".
- title: Getting started
+ icon: book-half
+ icon_color: indigo
pages:
- title: Introduction
- title: Download
@@ -10,12 +12,15 @@
- title: JavaScript
- title: Webpack
- title: Parcel
+ - title: Vite
- title: Accessibility
- title: RFS
- title: RTL
- title: Contribute
- title: Customize
+ icon: palette2
+ icon_color: pink
pages:
- title: Overview
- title: Sass
@@ -26,6 +31,8 @@
- title: Optimize
- title: Layout
+ icon: grid-fill
+ icon_color: teal
pages:
- title: Breakpoints
- title: Containers
@@ -37,6 +44,8 @@
- title: CSS Grid
- title: Content
+ icon: file-earmark-richtext
+ icon_color: gray
pages:
- title: Reboot
- title: Typography
@@ -45,6 +54,8 @@
- title: Figures
- title: Forms
+ icon: ui-radios
+ icon_color: blue
pages:
- title: Overview
- title: Form control
@@ -57,6 +68,8 @@
- title: Validation
- title: Components
+ icon: menu-button-wide-fill
+ icon_color: cyan
pages:
- title: Accordion
- title: Alerts
@@ -71,8 +84,8 @@
- title: Dropdowns
- title: List group
- title: Modal
- - title: Navs & tabs
- title: Navbar
+ - title: Navs & tabs
- title: Offcanvas
- title: Pagination
- title: Placeholders
@@ -84,18 +97,23 @@
- title: Tooltips
- title: Helpers
+ icon: magic
+ icon_color: orange
pages:
- title: Clearfix
+ - title: Color & background
- title: Colored links
- - title: Ratio
- title: Position
+ - title: Ratio
- title: Stacks
- - title: Visually hidden
- title: Stretched link
- title: Text truncation
- title: Vertical rule
+ - title: Visually hidden
- title: Utilities
+ icon: braces-asterisk
+ icon_color: red
pages:
- title: API
- title: Background
@@ -116,11 +134,15 @@
- title: Visibility
- title: Extend
+ icon: tools
+ icon_color: blue
pages:
- title: Approach
- title: Icons
- title: About
+ icon: globe2
+ icon_color: indigo
pages:
- title: Overview
- title: Team
diff --git a/vendor/twbs/bootstrap/site/data/translations.yml b/vendor/twbs/bootstrap/site/data/translations.yml
index 6c71985d6..803bb5cbf 100644
--- a/vendor/twbs/bootstrap/site/data/translations.yml
+++ b/vendor/twbs/bootstrap/site/data/translations.yml
@@ -1,8 +1,3 @@
-- name: العربية
- code: ar
- description: Bootstrap 5 باللغة العربية
- url: https://bootstrap.mahdi.style/
-
- name: 中文(繁體)
code: zh-tw
description: Bootstrap 4 繁體中文手冊
@@ -20,7 +15,7 @@
- name: Japanese
code: ja
- description: Bootstrap 4 日本語リファレンス
+ description: Bootstrap 5 日本語リファレンス
url: https://getbootstrap.jp/
- name: Russian
@@ -42,3 +37,8 @@
code: zh-CN
description: Bootstrap 5 中文文档
url: https://v5.bootcss.com/
+
+- name: Spanish
+ code: es
+ description: Bootstrap 5 Español
+ url: https://bootstrap.esdocu.com/