diff options
author | Chris Swithinbank | 2024-07-22 15:19:14 +0200 |
---|---|---|
committer | GitHub | 2024-07-22 15:19:14 +0200 |
commit | c71b0a24c26d123f2f80fdc32bbc1343470a3541 (patch) | |
tree | b094c3970aa9d1aed25e3765c5c1cdf4540c3063 | |
parent | d61d8d26d3df9e676ddebcca1a4dbb5648eb27a3 (diff) | |
download | IT.starlight-c71b0a24c26d123f2f80fdc32bbc1343470a3541.tar.gz IT.starlight-c71b0a24c26d123f2f80fdc32bbc1343470a3541.tar.bz2 IT.starlight-c71b0a24c26d123f2f80fdc32bbc1343470a3541.zip |
Update Carbon Calculator data in environmental impact guide (#2136)
* Update data in carbon calculator comparison table
* Add rating column to carbon calculator table
-rw-r--r-- | docs/src/content/docs/environmental-impact.md | 30 |
1 files changed, 16 insertions, 14 deletions
diff --git a/docs/src/content/docs/environmental-impact.md b/docs/src/content/docs/environmental-impact.md index 95f06a36..9e945b69 100644 --- a/docs/src/content/docs/environmental-impact.md +++ b/docs/src/content/docs/environmental-impact.md @@ -89,20 +89,21 @@ Choosing a host that uses renewable energy will mean lower carbon emissions for Curious how other docs frameworks compare? These tests with the [Website Carbon Calculator][wcc] compare similar pages built with different tools. -| Framework | COâ‚‚ per page visit | -| --------------------------- | ------------------ | -| [Starlight][sl-carbon] | 0.01g | -| [VitePress][vp-carbon] | 0.05g | -| [Docus][dc-carbon] | 0.05g | -| [Sphinx][sx-carbon] | 0.07g | -| [MkDocs][mk-carbon] | 0.10g | -| [Nextra][nx-carbon] | 0.11g | -| [docsify][dy-carbon] | 0.11g | -| [Docusaurus][ds-carbon] | 0.24g | -| [Read the Docs][rtd-carbon] | 0.24g | -| [GitBook][gb-carbon] | 0.71g | - -<small>Data collected on 14 May 2023. Click a link to see up-to-date figures.</small> +| 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+ | +| [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> [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/ @@ -114,6 +115,7 @@ These tests with the [Website Carbon Calculator][wcc] compare similar pages buil [ds-carbon]: https://www.websitecarbon.com/website/docusaurus-io-docs/ [rtd-carbon]: https://www.websitecarbon.com/website/docs-readthedocs-io-en-stable-index-html/ [gb-carbon]: https://www.websitecarbon.com/website/docs-gitbook-com/ +[mt-carbon]: https://www.websitecarbon.com/website/mintlify-com-docs-quickstart/ ## More resources |