config.yml 2.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. title: "Bootstrap"
  2. baseURL: "https://getbootstrap.com"
  3. docsDir: "site"
  4. subtitle: "The most popular HTML, CSS, and JS library in the world."
  5. 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."
  6. authors: "Mark Otto, Jacob Thornton, and Bootstrap contributors"
  7. current_version: "5.3.6"
  8. current_ruby_version: "5.3.6"
  9. docs_version: "5.3"
  10. rfs_version: "v10.0.0"
  11. github_org: "https://github.com/twbs"
  12. repo: "https://github.com/twbs/bootstrap"
  13. x: "getbootstrap"
  14. opencollective: "https://opencollective.com/bootstrap"
  15. blog: "https://blog.getbootstrap.com/"
  16. themes: "https://themes.getbootstrap.com/"
  17. icons: "https://icons.getbootstrap.com/"
  18. swag: "https://cottonbureau.com/people/bootstrap"
  19. analytics:
  20. fathom_site: "ITUSEYJG"
  21. algolia:
  22. app_id: "AK7KMZKZHQ"
  23. api_key: "3151f502c7b9e9dafd5e6372b691a24e"
  24. index_name: "bootstrap"
  25. download:
  26. source: "https://github.com/twbs/bootstrap/archive/v5.3.6.zip"
  27. dist: "https://github.com/twbs/bootstrap/releases/download/v5.3.6/bootstrap-5.3.6-dist.zip"
  28. dist_examples: "https://github.com/twbs/bootstrap/releases/download/v5.3.6/bootstrap-5.3.6-examples.zip"
  29. cdn:
  30. # See https://www.srihash.org for info on how to generate the hashes
  31. css: "https://cdn.jsdelivr.net/npm/bootstrap@5.3.6/dist/css/bootstrap.min.css"
  32. css_hash: "sha384-4Q6Gf2aSP4eDXB8Miphtr37CMZZQ5oXLH2yaXMJ2w8e2ZtHTl7GptT4jmndRuHDT"
  33. css_rtl: "https://cdn.jsdelivr.net/npm/bootstrap@5.3.6/dist/css/bootstrap.rtl.min.css"
  34. css_rtl_hash: "sha384-MdqCcafa5BLgxBDJ3d/4D292geNL64JyRtSGjEszRUQX9rhL1QkcnId+OT7Yw+D+"
  35. js: "https://cdn.jsdelivr.net/npm/bootstrap@5.3.6/dist/js/bootstrap.min.js"
  36. js_hash: "sha384-RuyvpeZCxMJCqVUGFI0Do1mQrods/hhxYlcVfGPOfQtPJh0JCw12tUAZ/Mv10S7D"
  37. js_bundle: "https://cdn.jsdelivr.net/npm/bootstrap@5.3.6/dist/js/bootstrap.bundle.min.js"
  38. js_bundle_hash: "sha384-j1CDi7MgGQ12Z7Qab0qlWQ/Qqz24Gc6BM0thvEMVjHnfYGF0rmFCozFSxQBxwHKO"
  39. popper: "https://cdn.jsdelivr.net/npm/@popperjs/core@2.11.8/dist/umd/popper.min.js"
  40. popper_hash: "sha384-I7E8VVD/ismYTF4hNIPjVp/Zjvgyol6VFvRkX/vR+Vc4jQkC+hVqc2pM8ODewa9r"
  41. popper_esm: "https://cdn.jsdelivr.net/npm/@popperjs/core@2.11.8/dist/esm/popper.min.js"
  42. anchors:
  43. min: 2
  44. max: 5
  45. toc:
  46. min: 2
  47. max: 6