Skip to content

Commit 302f0a6

Browse files
Kaylynruthnaebeck
andauthored
Readme updates (DataDog#8609)
* some updates to the readme for tribal knowledge * Apply suggestions from code review Co-authored-by: ruthnaebeck <19349244+ruthnaebeck@users.noreply.github.com> * more updates Co-authored-by: ruthnaebeck <19349244+ruthnaebeck@users.noreply.github.com>
1 parent 56ce6f6 commit 302f0a6

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -27,17 +27,17 @@ To run the documentation site locally, execute:
2727
| Command | Description |
2828
|---------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
2929
| `make start-no-pre-build` | Build the lightweight version of the documentation with no extra content |
30-
| `make start` | Build the full documentation with all extra content (integrations, extra pulled files, localised content...). Only useful if you have a Github personal token setup in your `Makefile.config` or the extra content is available localy. |
30+
| `make start` | Build the full documentation with all extra content (integrations, extra pulled files, localized content, etc). Only useful if you have a Github personal token setup in your `Makefile.config` or the extra content is available locally. If you are working with local content, the repo must be downloaded to the same folder as the documentation repo. |
3131

3232
**Documentation is then available at `http://localhost:1313`**
3333

34-
To learn more about how the documentation is build refer to the [Documentation Build Wiki][7].
34+
To learn more about how the documentation is built, refer to the [Documentation Build Wiki][7].
3535

3636
### Makefile
3737

3838
To use the Makefile, create a Makefile.config. See the instructions at the top of the [Makefile.config.example][5].
3939

40-
After you have a config file you can run `make help` to see options:
40+
After you have a config file, run `make help` to see options:
4141

4242
```text
4343
clean-all Clean everything.
@@ -48,7 +48,7 @@ clean-node Remove node_modules.
4848
clean-virt Remove python virtual env.
4949
clean Clean all make installs.
5050
hugpython Build virtualenv used for tests.
51-
source-helpers Source the helper functions used in build, test, deploy.
51+
source-helpers Source the helper functions used to build, test, deploy.
5252
start-no-pre-build Build the documentation without automatically pulled content.
5353
start Build the documentation with all external content.
5454
stop Stop wepack watch/hugo server.
@@ -61,29 +61,29 @@ stop Stop wepack watch/hugo server.
6161
* Always branch off of master; never commit directly to master.
6262
* Name your branch `<SLACK_HANDLE>/<FEATURE_NAME>` if you would like to create a preview site and run tests.
6363
* When you are ready to commit, create a new pull request to master from your branch.
64-
* Consult our [contributing guidelines][8] and the [Documentation Build Wiki][7].
64+
* Consult our [contributing guidelines][8], and the [Documentation Build Wiki][7].
6565

6666
### Outside Contributors
6767

6868
* Fork the master branch.
69-
* When you are ready to commit make a pull request back to `DataDog/master`.
69+
* When you are ready to finalize your changes, commit them, and then make a pull request back to `DataDog/master`.
7070
* Consult our [contributing guidelines][8].
7171

7272
### A note about markdown
7373

74-
This site uses [Goldmark][9] for markdown which is compliant with [CommonMark 0.29][10].
74+
This site uses [Goldmark][9] for markdown, which is compliant with [CommonMark 0.29][10].
7575

7676
If you include ANY Markdown in a file, give it an `.md` extension.
7777

78-
Make sure all files are lowercase. Macs are case insensitive when creating links to images and pages, but the server is not so tests may be fine locally but the site will fail in production.
78+
Make sure all files are lowercase. Macs are case insensitive when creating links to images and pages, but our build server is not, so tests may work locally, but the site will fail in production.
7979

8080
## Releasing
8181

82-
Within 5 minutes of merging to master, it deploys automatically.
82+
Within 10 minutes of merging to master, it deploys automatically.
8383

8484
## How to add a new integration
8585

86-
[See the dedicated doc page][11]
86+
[See the dedicated doc page][11].
8787

8888
[1]: https://gohugo.io
8989
[2]: https://nodejs.org/en/download/package-manager

0 commit comments

Comments
 (0)