]> git.ipfire.org Git - thirdparty/bootstrap.git/commit
New docs structure (#41919)
authorMark Otto <markd.otto@gmail.com>
Thu, 11 Dec 2025 23:45:35 +0000 (15:45 -0800)
committerMark Otto <markdotto@gmail.com>
Fri, 9 Jan 2026 04:08:32 +0000 (20:08 -0800)
commitf9aa3ee1da5d337407a5133ffe4b7f3e07e39e89
treed20bb03cedff38614129ba946d35d2f5eb77429c
parenta8dfc47a6b0ec8d6302649235869ba3640a58188
New docs structure (#41919)

* Reorganize documentation structure

Getting Started:
- Simplify introduction.mdx to focus on basics
- Add install.mdx with package manager instructions
- Move approach.mdx from Extend to Getting Started
- Delete best-practices.mdx (merged elsewhere)
- Update javascript.mdx

Guides:
- Add quickstart.mdx for CDN-based quick start
- Add npm.mdx guide with screenshots
- Update parcel, vite, webpack guides

Extend:
- Remove approach.mdx (moved to Getting Started)
- Remove icons.mdx

Sidebar:
- Restructure navigation to reflect new organization
- Add Install and Approach to Getting Started
- Add Quickstart and npm to Guides

Also includes minor doc updates:
- customize/sass.mdx
- utilities/background.mdx
- utilities/colors.mdx

* Optimised images with calibre/image-actions

* fix broken link and update sidebar

* Optimised images with calibre/image-actions

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
20 files changed:
site/data/sidebar.yml
site/src/content/docs/customize/sass.mdx
site/src/content/docs/extend/approach.mdx [deleted file]
site/src/content/docs/extend/icons.mdx [deleted file]
site/src/content/docs/getting-started/approach.mdx [new file with mode: 0644]
site/src/content/docs/getting-started/best-practices.mdx [deleted file]
site/src/content/docs/getting-started/install.mdx [new file with mode: 0644]
site/src/content/docs/getting-started/introduction.mdx
site/src/content/docs/getting-started/javascript.mdx
site/src/content/docs/guides/npm.mdx [new file with mode: 0644]
site/src/content/docs/guides/parcel.mdx
site/src/content/docs/guides/quickstart.mdx [new file with mode: 0644]
site/src/content/docs/guides/vite.mdx
site/src/content/docs/guides/webpack.mdx
site/src/content/docs/utilities/background.mdx
site/src/content/docs/utilities/colors.mdx
site/src/content/docs/utilities/z-index.mdx
site/static/docs/[version]/assets/img/guides/bootstrap-npm.png
site/static/docs/[version]/assets/img/guides/bootstrap-npm@2x.png
site/static/docs/[version]/assets/img/npm.svg [new file with mode: 0644]