Skip to content

Commit 5c9911b

Browse files
committed
add cspell ignore directive for 'jsonnet'
1 parent d941cae commit 5c9911b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

content/docs/community/contributing.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
# cSpell:ignore zerolog
2+
# cSpell:ignore zerolog jsonnet
33
title: Contributing
44
lang: en-US
55
keywords: [pomerium, community, contributing, pr, code]
@@ -52,7 +52,7 @@ To run the unit tests locally:
5252
make test
5353
```
5454

55-
The instrumentation tests run using Docker Compose. To run the instrumentation tests locally, first build a development Docker image:
55+
The instrumentation tests run using [Docker Compose]. To run the instrumentation tests locally, first build a development Docker image:
5656

5757
```bash
5858
./scripts/build-dev-docker.bash
@@ -135,6 +135,7 @@ To add a new document to the side or top-bar navigation, see `docs/.vuepress/con
135135
We use [Netlify](https://www.netlify.com) to build and host our docs. One of nice features of Netlify, is that a preview of the docs are automatically created for each new pull request that is made, which lets you be sure that the version of your docs that you see locally match what will ultimately be deployed in production.
136136

137137
[configuration variables]: /docs/reference
138+
[docker compose]: https://docs.docker.com/compose/
138139
[download]: https://github.com/pomerium/pomerium/releases
139140
[environmental configuration variables]: https://12factor.net/config
140141
[verify]: https://verify.pomerium.com/

0 commit comments

Comments
 (0)