diff options
author | Felix Schneider | 2025-04-14 12:17:45 +0200 |
---|---|---|
committer | GitHub | 2025-04-14 12:17:45 +0200 |
commit | f5dd51752624112af293519845f0f592ebc6c419 (patch) | |
tree | 1e4bc1482936ce12eb47a29cf920a015a19062ee | |
parent | af44001f2789a4ca322b9a68b1c14a919da00954 (diff) | |
download | IT.starlight-f5dd51752624112af293519845f0f592ebc6c419.tar.gz IT.starlight-f5dd51752624112af293519845f0f592ebc6c419.tar.bz2 IT.starlight-f5dd51752624112af293519845f0f592ebc6c419.zip |
feat: update environment comparisons data (#3097)
-rw-r--r-- | docs/src/content/docs/environmental-impact.md | 26 |
1 files changed, 15 insertions, 11 deletions
diff --git a/docs/src/content/docs/environmental-impact.md b/docs/src/content/docs/environmental-impact.md index ae7c8246..50cfc1c1 100644 --- a/docs/src/content/docs/environmental-impact.md +++ b/docs/src/content/docs/environmental-impact.md @@ -92,25 +92,29 @@ These tests with the [Website Carbon Calculator][wcc] compare similar pages buil | Framework | COâ‚‚ per page visit | Rating | | --------------------------- | ------------------ | :----: | | [Starlight][sl-carbon] | 0.01g | A+ | -| [Read the Docs][rtd-carbon] | 0.05g | A+ | -| [Sphinx][sx-carbon] | 0.06g | A+ | +| [Read the Docs][rtd-carbon] | 0.07g | A+ | +| [Sphinx][sx-carbon] | 0.07g | A+ | | [VitePress][vp-carbon] | 0.07g | A+ | -| [Docus][dc-carbon] | 0.09g | A+ | -| [docsify][dy-carbon] | 0.10g | A | -| [Nextra][nx-carbon] | 0.11g | A | -| [MkDocs][mk-carbon] | 0.19g | B | -| [Docusaurus][ds-carbon] | 0.21g | B | -| [GitBook][gb-carbon] | 0.43g | C | -| [Mintlify][mt-carbon] | 1.22g | F | - -<small>Data collected on 22 July 2024. Click a link to see up-to-date figures.</small> +| [Docus][dc-carbon] | 0.10g | A | +| [docsify][dy-carbon] | 0.11g | A | +| [mdBook][md-carbon] | 0.13g | A | +| [MkDocs][mk-carbon] | 0.15g | A | +| [Fumadocs][fs-carbon] | 0.16g | A | +| [Nextra][nx-carbon] | 0.16g | A | +| [Docusaurus][ds-carbon] | 0.25g | B | +| [Mintlify][mt-carbon] | 0.99g | F | +| [GitBook][gb-carbon] | 1.19g | F | + +<small>Data collected on 12 April 2025. Click a link to see up-to-date figures.</small> [sl-carbon]: https://www.websitecarbon.com/website/starlight-astro-build-getting-started/ [vp-carbon]: https://www.websitecarbon.com/website/vitepress-dev-guide-what-is-vitepress/ [dc-carbon]: https://www.websitecarbon.com/website/docus-dev-introduction-getting-started/ [sx-carbon]: https://www.websitecarbon.com/website/sphinx-doc-org-en-master-usage-quickstart-html/ [mk-carbon]: https://www.websitecarbon.com/website/mkdocs-org-getting-started/ +[md-carbon]: https://www.websitecarbon.com/website/rust-lang-github-io-mdbook/ [nx-carbon]: https://www.websitecarbon.com/website/nextra-site-docs-docs-theme-start/ +[fs-carbon]: https://www.websitecarbon.com/website/fumadocs-vercel-app-docs-ui/ [dy-carbon]: https://www.websitecarbon.com/website/docsify-js-org/ [ds-carbon]: https://www.websitecarbon.com/website/docusaurus-io-docs/ [rtd-carbon]: https://www.websitecarbon.com/website/docs-readthedocs-io-en-stable-index-html/ |