diff options
author | delucis | 2024-02-16 22:17:47 +0000 |
---|---|---|
committer | fredkbot | 2024-02-16 22:17:47 +0000 |
commit | e7427797a9a784c75acfcd4d89551eed36c32956 (patch) | |
tree | 6c260196fc93736cca355480fb19ffb54ada5a5b | |
parent | 580078acd0b8a72524c3f25d83669a4e9c0e934a (diff) | |
download | IT.starlight-e7427797a9a784c75acfcd4d89551eed36c32956.tar.gz IT.starlight-e7427797a9a784c75acfcd4d89551eed36c32956.tar.bz2 IT.starlight-e7427797a9a784c75acfcd4d89551eed36c32956.zip |
[ci] format
-rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index bfd299ac..c3413124 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -221,7 +221,7 @@ To add a language, you will need its BCP-47 tag and a label. See [“Adding a ne - Add your language’s subtag to the i18n label config in `.github/labeler.yml` - Add your language to the `pa11y` script’s `--sitemap-exclude` flag in `package.json` - Create the first translated page for your language. - This must be the Starlight landing page: `docs/src/content/docs/{language}/index.mdx`. + This must be the Starlight landing page: `docs/src/content/docs/{language}/index.mdx`. - Open a pull request on GitHub to add your changes to Starlight! ## Understanding Starlight |