mirror of https://github.com/docker/docs.git
46 lines
1.6 KiB
Markdown
46 lines
1.6 KiB
Markdown
---
|
|
title: Contribute to Docker's docs
|
|
toc_max: 1
|
|
aliases:
|
|
- /CONTRIBUTING/
|
|
- /opensource/
|
|
grid:
|
|
- title: Contribution guidelines
|
|
description: Learn about the process of contributing to our docs.
|
|
icon: description
|
|
link: /contribute/contribute-guide
|
|
- title: Grammar and style
|
|
description: Explore Docker's grammar and style guide
|
|
icon: menu_book
|
|
link: /contribute/style/grammar
|
|
- title: Formatting
|
|
description: Format your content to match the rest of our documentation.
|
|
icon: newspaper
|
|
link: /contribute/style/formatting
|
|
- title: Recommended word list
|
|
description: Choose the right words for your content.
|
|
icon: checklist
|
|
link: /contribute/style/recommended-words
|
|
- title: Source file conventions
|
|
description: Guidelines for creating a new page.
|
|
icon: note_add
|
|
link: /contribute/file-conventions
|
|
- title: Terminology
|
|
description: Explore commonly used Docker terms.
|
|
icon: spellcheck
|
|
link: /contribute/style/terminology
|
|
---
|
|
|
|
We deeply value documentation contributions from the Docker community. We'd like to make it as easy
|
|
as possible for you to work in this repository. The following sections guide you through the process of contributing to Docker documentation.
|
|
|
|
{{< grid >}}
|
|
|
|
### Additional resources
|
|
|
|
We also provide:
|
|
|
|
- A section of useful components you can add to your documentation.
|
|
- Information on Docker's [tone and voice](style/voice-tone.md).
|
|
- A [writing checklist](checklist.md) to help you when you're contributing to Docker's documentation.
|
|
- A command-line tool called vale to check the style and [help you find errors in your writing](contribute-guide.md#test-the-docs-locally). |