mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-31 00:59:51 +02:00
Merge branch 'main' into jo-docs-thanks-page
This commit is contained in:
@@ -48,6 +48,8 @@
|
||||
|
||||
- group: v5.x
|
||||
baseurl: "https://getbootstrap.com/docs"
|
||||
description: "Current major release. Last update was v5.0.0-beta3."
|
||||
description: "Current major release. Last update was v5.2.3."
|
||||
versions:
|
||||
- v: "5.0"
|
||||
- v: "5.1"
|
||||
- v: "5.2"
|
||||
|
@@ -9,9 +9,17 @@
|
||||
description: "Explain the features, benefits, or other details in your marketing content."
|
||||
- name: Sidebars
|
||||
description: "Common navigation patterns ideal for offcanvas or multi-column layouts."
|
||||
- name: Footers
|
||||
description: "Finish every page strong with an awesome footer, big or small."
|
||||
- name: Dropdowns
|
||||
description: "Enhance your dropdowns with filters, icons, custom styles, and more."
|
||||
- name: List groups
|
||||
description: "Extend list groups with utilities and custom styles for any content."
|
||||
- name: Modals
|
||||
description: "Transform modals to serve any purpose, from feature tours to dialogs."
|
||||
|
||||
- category: Custom Components
|
||||
description: "Brand new components and templates to help folks quickly get started with Bootstrap and demonstrate best practices for adding onto the framework."
|
||||
description: "Brand-new components and templates to help folks quickly get started with Bootstrap and demonstrate best practices for adding onto the framework."
|
||||
examples:
|
||||
- name: Album
|
||||
description: "Simple one-page template for photo galleries, portfolios, and more."
|
||||
@@ -55,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
|
||||
|
@@ -4,15 +4,17 @@ preferred:
|
||||
- name: Feather
|
||||
website: https://feathericons.com/
|
||||
- name: Octicons
|
||||
website: https://octicons.github.com/
|
||||
website: https://primer.style/octicons/
|
||||
|
||||
more:
|
||||
- name: Bytesize
|
||||
website: https://github.com/danklammer/bytesize-icons
|
||||
- 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
|
||||
@@ -21,5 +23,5 @@ more:
|
||||
website: https://icons8.com/
|
||||
- name: icofont
|
||||
website: https://icofont.com/
|
||||
- name: CoreUI Icons
|
||||
website: https://icons.coreui.io/
|
||||
- name: Tabler Icons
|
||||
website: https://tabler-icons.io/
|
||||
|
47
site/data/plugins.yml
Normal file
47
site/data/plugins.yml
Normal file
@@ -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/
|
@@ -2,30 +2,38 @@
|
||||
# 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
|
||||
- title: Contents
|
||||
- title: Browsers & devices
|
||||
- title: JavaScript
|
||||
- title: Build tools
|
||||
- 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
|
||||
- title: Options
|
||||
- title: Color
|
||||
- title: Color modes
|
||||
- title: Components
|
||||
- title: CSS variables
|
||||
- title: Optimize
|
||||
|
||||
- title: Layout
|
||||
icon: grid-fill
|
||||
icon_color: teal
|
||||
pages:
|
||||
- title: Breakpoints
|
||||
- title: Containers
|
||||
@@ -34,8 +42,11 @@
|
||||
- title: Gutters
|
||||
- title: Utilities
|
||||
- title: Z-index
|
||||
- title: CSS Grid
|
||||
|
||||
- title: Content
|
||||
icon: file-earmark-richtext
|
||||
icon_color: gray
|
||||
pages:
|
||||
- title: Reboot
|
||||
- title: Typography
|
||||
@@ -44,6 +55,8 @@
|
||||
- title: Figures
|
||||
|
||||
- title: Forms
|
||||
icon: ui-radios
|
||||
icon_color: blue
|
||||
pages:
|
||||
- title: Overview
|
||||
- title: Form control
|
||||
@@ -56,6 +69,8 @@
|
||||
- title: Validation
|
||||
|
||||
- title: Components
|
||||
icon: menu-button-wide-fill
|
||||
icon_color: cyan
|
||||
pages:
|
||||
- title: Accordion
|
||||
- title: Alerts
|
||||
@@ -70,10 +85,11 @@
|
||||
- title: Dropdowns
|
||||
- title: List group
|
||||
- title: Modal
|
||||
- title: Navs & tabs
|
||||
- title: Navbar
|
||||
- title: Navs & tabs
|
||||
- title: Offcanvas
|
||||
- title: Pagination
|
||||
- title: Placeholders
|
||||
- title: Popovers
|
||||
- title: Progress
|
||||
- title: Scrollspy
|
||||
@@ -82,16 +98,23 @@
|
||||
- title: Tooltips
|
||||
|
||||
- title: Helpers
|
||||
icon: magic
|
||||
icon_color: orange
|
||||
pages:
|
||||
- title: Clearfix
|
||||
- title: Color & background
|
||||
- title: Colored links
|
||||
- title: Ratio
|
||||
- title: Position
|
||||
- title: Visually hidden
|
||||
- title: Ratio
|
||||
- title: Stacks
|
||||
- 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
|
||||
@@ -101,6 +124,8 @@
|
||||
- title: Flex
|
||||
- title: Float
|
||||
- title: Interactions
|
||||
- title: Object fit
|
||||
- title: Opacity
|
||||
- title: Overflow
|
||||
- title: Position
|
||||
- title: Shadows
|
||||
@@ -109,13 +134,18 @@
|
||||
- title: Text
|
||||
- title: Vertical align
|
||||
- title: Visibility
|
||||
- title: Z-index
|
||||
|
||||
- title: Extend
|
||||
icon: tools
|
||||
icon_color: blue
|
||||
pages:
|
||||
- title: Approach
|
||||
- title: Icons
|
||||
|
||||
- title: About
|
||||
icon: globe2
|
||||
icon_color: indigo
|
||||
pages:
|
||||
- title: Overview
|
||||
- title: Team
|
||||
|
@@ -17,3 +17,4 @@
|
||||
contrast_color: dark
|
||||
- name: dark
|
||||
hex: "#343a40"
|
||||
contrast_color: white
|
||||
|
@@ -15,7 +15,7 @@
|
||||
|
||||
- name: Japanese
|
||||
code: ja
|
||||
description: Bootstrap 4 日本語リファレンス
|
||||
description: Bootstrap 5 日本語リファレンス
|
||||
url: https://getbootstrap.jp/
|
||||
|
||||
- name: Russian
|
||||
@@ -32,3 +32,13 @@
|
||||
code: zh-tw
|
||||
description: Bootstrap 5 繁體中文手冊
|
||||
url: https://bootstrap5.hexschool.com/
|
||||
|
||||
- name: Simplified Chinese
|
||||
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/
|
||||
|
Reference in New Issue
Block a user