]> git.ipfire.org Git - thirdparty/bootstrap.git/commit
Docs: Astro prototype main-jd-proto-doc-astro
authorJulien Déramond <juderamond@gmail.com>
Sun, 19 Feb 2023 15:14:24 +0000 (16:14 +0100)
committerJulien Déramond <juderamond@gmail.com>
Sun, 19 Feb 2023 15:14:24 +0000 (16:14 +0100)
commita36ea00df413e9b98fa9accacc3fe81f71dd599c
tree39579552bf1a94e6f7e6c88a2cf4380812587897
parent5241b988c0156dbcc2c6bdaeb29967141bea567d
Docs: Astro prototype
77 files changed:
.gitignore
astro.config.mjs [new file with mode: 0644]
dist/_astro/index.c92d98e1.css [new file with mode: 0644]
dist/css/bootstrap-grid.css [deleted file]
dist/css/bootstrap-grid.css.map [deleted file]
dist/css/bootstrap-grid.min.css [deleted file]
dist/css/bootstrap-grid.min.css.map [deleted file]
dist/css/bootstrap-grid.rtl.css [deleted file]
dist/css/bootstrap-grid.rtl.css.map [deleted file]
dist/css/bootstrap-grid.rtl.min.css [deleted file]
dist/css/bootstrap-grid.rtl.min.css.map [deleted file]
dist/css/bootstrap-reboot.css [deleted file]
dist/css/bootstrap-reboot.css.map [deleted file]
dist/css/bootstrap-reboot.min.css [deleted file]
dist/css/bootstrap-reboot.min.css.map [deleted file]
dist/css/bootstrap-reboot.rtl.css [deleted file]
dist/css/bootstrap-reboot.rtl.css.map [deleted file]
dist/css/bootstrap-reboot.rtl.min.css [deleted file]
dist/css/bootstrap-reboot.rtl.min.css.map [deleted file]
dist/css/bootstrap-utilities.css [deleted file]
dist/css/bootstrap-utilities.css.map [deleted file]
dist/css/bootstrap-utilities.min.css [deleted file]
dist/css/bootstrap-utilities.min.css.map [deleted file]
dist/css/bootstrap-utilities.rtl.css [deleted file]
dist/css/bootstrap-utilities.rtl.css.map [deleted file]
dist/css/bootstrap-utilities.rtl.min.css [deleted file]
dist/css/bootstrap-utilities.rtl.min.css.map [deleted file]
dist/css/bootstrap.css [deleted file]
dist/css/bootstrap.css.map [deleted file]
dist/css/bootstrap.min.css [deleted file]
dist/css/bootstrap.min.css.map [deleted file]
dist/css/bootstrap.rtl.css [deleted file]
dist/css/bootstrap.rtl.css.map [deleted file]
dist/css/bootstrap.rtl.min.css [deleted file]
dist/css/bootstrap.rtl.min.css.map [deleted file]
dist/favicon.svg [new file with mode: 0644]
dist/index.html [new file with mode: 0644]
dist/js/bootstrap.bundle.js [deleted file]
dist/js/bootstrap.bundle.js.map [deleted file]
dist/js/bootstrap.bundle.min.js [deleted file]
dist/js/bootstrap.bundle.min.js.map [deleted file]
dist/js/bootstrap.esm.js [deleted file]
dist/js/bootstrap.esm.js.map [deleted file]
dist/js/bootstrap.esm.min.js [deleted file]
dist/js/bootstrap.esm.min.js.map [deleted file]
dist/js/bootstrap.js [deleted file]
dist/js/bootstrap.js.map [deleted file]
dist/js/bootstrap.min.js [deleted file]
dist/js/bootstrap.min.js.map [deleted file]
package-lock.json
package.json
public/favicon.svg [new file with mode: 0644]
site/layouts/_default/baseof.html
site/layouts/partials/analytics.html
site/layouts/partials/docs-navbar.html
site/layouts/partials/favicons.html
site/layouts/partials/header.html
site/layouts/partials/icons.html
site/layouts/partials/scripts.html
site/layouts/partials/skippy.html
site/layouts/partials/social.html
site/layouts/partials/stylesheet.html
src/components/Card.astro [new file with mode: 0644]
src/components/body/DocsNavbar.astro [new file with mode: 0644]
src/components/body/DocsVersions.astro [new file with mode: 0644]
src/components/body/Icons.astro [new file with mode: 0644]
src/components/body/Scripts.astro [new file with mode: 0644]
src/components/body/Skippy.astro [new file with mode: 0644]
src/components/head/Analytics.astro [new file with mode: 0644]
src/components/head/Favicons.astro [new file with mode: 0644]
src/components/head/Social.astro [new file with mode: 0644]
src/components/head/Stylesheet.astro [new file with mode: 0644]
src/env.d.ts [new file with mode: 0644]
src/layouts/Layout.astro [new file with mode: 0644]
src/libs/config.ts [new file with mode: 0644]
src/pages/index.astro [new file with mode: 0644]
tsconfig.json [new file with mode: 0644]