Skip to content

Commit 31988b0

Browse files
mjangtravisamartin
andauthored
Apply suggestions from code review
Co-authored-by: Travis Martin <33876974+travisamartin@users.noreply.github.com>
1 parent 0b619cd commit 31988b0

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

.github/CODEOWNERS

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
# open a pull request. Then add the approrpriate group name (without the `@`)
66
# to the list of "Reviewers."
77
#
8-
# Order is important; the last matching pattern takes the most
9-
# precedence. When someone opens a pull request that only
10-
# modifies JS files, only @js-owner and not the global
11-
# owner(s) will be requested for a review.
12-
# *.js @js-owner #This is an inline comment.
8+
# Order is important; the last matching pattern takes precedence.
9+
# For example, when someone opens a pull request that only modifies files
10+
# in the content/nginx-one directory, you should assign @nginxinc/one-docs-approvers
11+
# as a reviewer.
12+
#
1313
# Lines starting with '#' are comments.
1414
# Each line is a file pattern followed by one or more owners.
1515

CONTRIBUTING_GIT.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Once you add and/or edit our Markdown source files, you can build the content lo
66

77
We build our documentation with the [Hugo](https://gohugo.io/) static site generator.
88

9-
## Images and downloads
9+
## Images
1010

1111
When you set up an image, this is the standard format:
1212

@@ -24,9 +24,9 @@ Refer to the [Hugo installation instructions](https://gohugo.io/getting-started/
2424
To build the docs locally, run the desired `make` command from the docs directory:
2525

2626
```text
27-
make docs - runs a local hugo server so you can view docs in your browser while you work
27+
make docs - runs a local Hugo server so you can view docs in your browser while you work
2828
make hugo-mod - cleans the Hugo module cache and fetches the latest version of the theme module
29-
make docs-drafts - runs the local hugo server and includes all docs marked with `draft: true`
29+
make docs-drafts - runs the local Hugo server and includes all docs marked with `draft: true`
3030
make clean - removes the local `public` directory, which is the default output path used by Hugo
3131
```
3232

GET_STARTED.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ If you want to try one of our commercial products, you can:
77
- Get a [trial license](https://www.f5.com/trials)
88
- Use the procedures in our [NGINX Solutions](https://docs.nginx.com/solutions/) site to download, install, and activate the product of your choice.
99

10-
The same procedures apply if whether you have a paid or a trial subscription.
10+
The same procedures apply whether you have a paid or a trial subscription.
1111
<!-- Ideal world, I'd include links to "Get started" or "Install" procedures for each product/module. -->

PREREQUISITES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ This page includes links prerequisites or technical specifications for each proj
1616
- [NGINX Gateway Fabric](https://github.com/nginxinc/nginx-gateway-fabric#technical-specifications)
1717
- [NGINX Amplify](https://docs.nginx.com/amplify/overview/overview-main-components/)
1818

19-
### Commercial products
19+
### Enterprise products
2020

2121
- [NGINX Plus](https\://docs.nginx.com/nginx/admin-guide/installing-nginx/installing-nginx-plus/\#prerequisites)
2222
- [NGINX Management Suite](https://docs.nginx.com/nginx-management-suite/tech-specs/)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<!-- These are the "repo [status badge](https://www.repostatus.org/)s" and the community support badges-->
77

8-
# NGINX Documentation
8+
# NGINX documentation
99

1010
If you want to contribute to F5 NGINX documentation, you've come to the right place. We've organized a series of README-type files to help you get started:
1111

SUPPORT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Please see the [contributing guide](/CONTRIBUTING.md) for guidelines on how to b
3737

3838
## Commercial support
3939

40-
Commercial support for these projects may be available. Please get in touch with [NGINX sales](https://www.nginx.com/contact-sales/) or check your contract details for more information.
40+
Commercial support for these projects may be available. Please get in touch with [F5 sales](https://www.f5.com/products/get-f5) or check your contract details for more information.
4141

4242
## Community Support
4343

0 commit comments

Comments
 (0)