mirror of https://github.com/docker/docs.git
parent
58a70e7d45
commit
af3c00381a
|
@ -21,7 +21,7 @@ There are two ways to contribute a pull request to the docs repository:
|
|||
|
||||
This is the manual, more advanced version of clicking 'Edit this page' on a published docs page. Initiating a docs changes in a PR from your own branch gives you more flexibility, as you can submit changes to multiple pages or files under a single pull request, and even create new topics.
|
||||
|
||||
For a demo of the components, tags, Markdown syntax, styles, etc we use at [https://docs.docker.com/](https://docs.docker.com/), see the Usefule components section.
|
||||
For a demo of the components, tags, Markdown syntax, styles, etc we use at [https://docs.docker.com/](https://docs.docker.com/), see the Useful components section.
|
||||
|
||||
### Important files
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@ as possible for you to work in this repository. The following sections guide you
|
|||
<img src="/assets/images/grammar.svg" alt="Docker Desktop for Mac" width="45" height="45">
|
||||
</div>
|
||||
<h2 id="docker-for-mac"><a href="/contribute/style/grammar/">Grammar guide</a></h2>
|
||||
<p>Explore Docker's grammar guide</p>
|
||||
<p>Explore Docker's grammar guide.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-4 block">
|
||||
|
@ -47,7 +47,7 @@ as possible for you to work in this repository. The following sections guide you
|
|||
<img src="/assets/images/check.svg" alt="Docker Desktop for Mac" width="45" height="45">
|
||||
</div>
|
||||
<h2 id="docker-for-linux"><a href="/contribute/style/recommended-words/">Recommended word list</a></h2>
|
||||
<p>Choose the right words for you content</p>
|
||||
<p>Choose the right words for you content.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-4 block">
|
||||
|
@ -56,7 +56,7 @@ as possible for you to work in this repository. The following sections guide you
|
|||
<img src="/assets/images/new-page.svg" alt="Docker Desktop for Mac" width="45" height="45">
|
||||
</div>
|
||||
<h2 id="docker-for-windows/install/"><a href="/contribute/file-conventions/">Source file conventions</a></h2>
|
||||
<p>Guidelines for creating a new page</p>
|
||||
<p>Guidelines for creating a new page.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-4 block">
|
||||
|
@ -65,7 +65,7 @@ as possible for you to work in this repository. The following sections guide you
|
|||
<img src="/assets/images/terminology.svg" alt="Docker Desktop for Windows" width="45" height="45">
|
||||
</div>
|
||||
<h2 id="docker-for-windows/install/"><a href="/contribute/style/terminology/">Docker terminology</a></h2>
|
||||
<p>Explore commonly-used Docker terms</p>
|
||||
<p>Explore commonly used Docker terms.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -75,6 +75,6 @@ as possible for you to work in this repository. The following sections guide you
|
|||
|
||||
We also provide:
|
||||
|
||||
- A section of useful components you can add to your documentation. For components and controls we are using [Bootstrap](https://getbootstrap.com)
|
||||
- A section of useful components you can add to your documentation. For components and controls, we use [Bootstrap](https://getbootstrap.com)
|
||||
- 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 documenation.
|
||||
- A [writing checklist](checklist.md) to help you when you're contributing to Docker's documentation.
|
|
@ -61,11 +61,11 @@ Use `later` when talking about version numbers.
|
|||
|
||||
Use:
|
||||
|
||||
_In GitLab 14.1 and later._
|
||||
_In Docker Desktop 4.1 and later._
|
||||
|
||||
Instead of:
|
||||
|
||||
_In GitLab 14.1 and higher…_ or _In GitLab 14.1 and above…_
|
||||
_In Docker Desktop 4.1 and higher…_ or _In Docker Desktop 4.1 and above…_
|
||||
|
||||
#### register
|
||||
Use `register` instead of sign up when talking about creating an account.
|
||||
|
@ -104,4 +104,4 @@ _Use widgets when you have work you want to organize._
|
|||
Instead of:
|
||||
|
||||
_We created a feature for you to add widgets.
|
||||
One exception: You can use we recommend instead of it is recommended or GitLab recommends._
|
||||
One exception: You can use we recommend instead of it is recommended or Docker recommends._
|
||||
|
|
Loading…
Reference in New Issue