|
| 1 | +title: "Bootstrap" |
| 2 | +baseURL: "https://getbootstrap.com" |
| 3 | + |
| 4 | +docsDir: "site" |
| 5 | + |
| 6 | +subtitle: "The most popular HTML, CSS, and JS library in the world." |
| 7 | +description: "Powerful, extensible, and feature-packed frontend toolkit. Build and customize with Sass, utilize prebuilt grid system and components, and bring projects to life with powerful JavaScript plugins." |
| 8 | +authors: "Mark Otto, Jacob Thornton, and Bootstrap contributors" |
| 9 | + |
| 10 | +current_version: "5.3.5" |
| 11 | +current_ruby_version: "5.3.5" |
| 12 | +docs_version: "5.3" |
| 13 | +rfs_version: "v10.0.0" |
| 14 | +github_org: "https://github.com/twbs" |
| 15 | +repo: "https://github.com/twbs/bootstrap" |
| 16 | +x: "getbootstrap" |
| 17 | +opencollective: "https://opencollective.com/bootstrap" |
| 18 | +blog: "https://blog.getbootstrap.com/" |
| 19 | +themes: "https://themes.getbootstrap.com/" |
| 20 | +icons: "https://icons.getbootstrap.com/" |
| 21 | +swag: "https://cottonbureau.com/people/bootstrap" |
| 22 | + |
| 23 | +analytics: |
| 24 | + fathom_site: "ITUSEYJG" |
| 25 | + |
| 26 | +algolia: |
| 27 | + app_id: "AK7KMZKZHQ" |
| 28 | + api_key: "3151f502c7b9e9dafd5e6372b691a24e" |
| 29 | + index_name: "bootstrap" |
| 30 | + |
| 31 | +download: |
| 32 | + source: "https://github.com/twbs/bootstrap/archive/v5.3.5.zip" |
| 33 | + dist: "https://github.com/twbs/bootstrap/releases/download/v5.3.5/bootstrap-5.3.5-dist.zip" |
| 34 | + dist_examples: "https://github.com/twbs/bootstrap/releases/download/v5.3.5/bootstrap-5.3.5-examples.zip" |
| 35 | + |
| 36 | +cdn: |
| 37 | + # See https://www.srihash.org for info on how to generate the hashes |
| 38 | + css: "https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" |
| 39 | + css_hash: "sha384-SgOJa3DmI69IUzQ2PVdRZhwQ+dy64/BUtbMJw1MZ8t5HZApcHrRKUc4W0kG879m7" |
| 40 | + css_rtl: "https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.rtl.min.css" |
| 41 | + css_rtl_hash: "sha384-q8+l9TmX3RaSz3HKGBmqP2u5MkgeN7HrfOJBLcTgZsQsbrx8WqqxdA5PuwUV9WIx" |
| 42 | + js: "https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js" |
| 43 | + js_hash: "sha384-VQqxDN0EQCkWoxt/0vsQvZswzTHUVOImccYmSyhJTp7kGtPed0Qcx8rK9h9YEgx+" |
| 44 | + js_bundle: "https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" |
| 45 | + js_bundle_hash: "sha384-k6d4wzSIapyDyv1kpU366/PK5hCdSbCRGRCMv+eplOQJWyd1fbcAu9OCUj5zNLiq" |
| 46 | + popper: "https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js" |
| 47 | + popper_hash: "sha384-I7E8VVD/ismYTF4hNIPjVp/Zjvgyol6VFvRkX/vR+Vc4jQkC+hVqc2pM8ODewa9r" |
| 48 | + popper_esm: "https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/esm/popper.min.js" |
| 49 | + |
| 50 | +anchors: |
| 51 | + min: 2 |
| 52 | + max: 5 |
| 53 | + |
| 54 | +toc: |
| 55 | + min: 2 |
| 56 | + max: 6 |
0 commit comments