Skip to content

Commit 5743681

Browse files
committed
Fix several missing periods
1 parent db02cfa commit 5743681

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

contribute/contribute-guide.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ There are two ways to contribute a pull request to the docs repository:
2727

2828
Here’s a list of some of the important files:
2929

30-
- `/_data/toc.yaml` defines the left-hand navigation for the docs
31-
- `/js/docs.js` defines most of the docs-specific JS such as the table of contents (ToC) generation and menu syncing
32-
- `/css/style.scss` defines the docs-specific style rules
33-
- `/_layouts/docs.html` is the HTML template file, which defines the header and footer, and includes all the JS/CSS that serves the docs content
30+
- `/_data/toc.yaml` defines the left-hand navigation for the docs.
31+
- `/js/docs.js` defines most of the docs-specific JS such as the table of contents (ToC) generation and menu syncing.
32+
- `/css/style.scss` defines the docs-specific style rules.
33+
- `/_layouts/docs.html` is the HTML template file, which defines the header and footer, and includes all the JS/CSS that serves the docs content.
3434

3535
### Files not edited here
3636

@@ -71,7 +71,7 @@ git clone {{ site.repo }}.git
7171
cd docs
7272
```
7373

74-
Then, build and run the documentation using [Docker Compose](../compose/index.md)
74+
Then, build and run the documentation using [Docker Compose](../compose/index.md):
7575

7676
```bash
7777
docker compose up -d --build

contribute/overview.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ as possible for you to work in this repository. The following sections guide you
7676

7777
We also provide:
7878

79-
- A section of useful components you can add to your documentation. For components and controls, we use [Bootstrap](https://getbootstrap.com)
79+
- A section of useful components you can add to your documentation. For components and controls, we use [Bootstrap](https://getbootstrap.com).
8080
- Information on Docker's [tone and voice](style/voice-tone.md).
8181
- A [writing checklist](checklist.md) to help you when you're contributing to Docker's documentation.
8282
- 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).

contribute/style/formatting.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Page titles should be action orientated. For example:
2525

2626
### Best practice:
2727

28-
- Make sure the title of your page and the TOC entry matches
28+
- Make sure the title of your page and the TOC entry matches.
2929
- If you want to use a ‘:’ in a page title in the table of contents (_toc.yaml), you must wrap the entire title in “” to avoid breaking the build.
3030

3131
## Images

0 commit comments

Comments
 (0)