diff --git a/src/content/docs/style-guide/contributions.mdx b/src/content/docs/style-guide/contributions.mdx index bbea63f9d44e6d6..3be40d1a1cb5309 100644 --- a/src/content/docs/style-guide/contributions.mdx +++ b/src/content/docs/style-guide/contributions.mdx @@ -13,7 +13,7 @@ To contribute to our docs, you will need to [create an account on GitHub](https: * [Quick edit (edit button)](#quick-edit): Quickly create a pull request. This is best if you want to edit a single page in your web browser and do not need to preview your changes. * [Full development](#full-development): Create a pull request. This is best if you want to edit multiple pages and preview your changes. This can be done in your web browser (with [Codespaces](https://docs.github.com/codespaces)) or on your local machine (with [Visual Studio Code](https://code.visualstudio.com/)). -In addition to using the [Cloudflare Style Guide](/style-guide/) for guidance on grammar and style, we recommend browsing our [components](/style-guide/components/) to add additional formatting such as [notes](/style-guide/documentation-content-strategy/component-attributes/notes-tips-warnings/) and [code blocks](/style-guide/components/code/). +In addition to using the [Cloudflare Style Guide](/style-guide/) for guidance on grammar and style, we recommend browsing our [components](/style-guide/components/) to add additional formatting such as buttons, tabs, and collapsible sections. ## Create a GitHub issue To create a GitHub issue: