Skip to content

Commit

Permalink
Added some missing what's next links (GoogleCloudPlatform#8733)
Browse files Browse the repository at this point in the history
* Added some missing what's next links

* reverted changes to run-tests.md
  • Loading branch information
melinath authored and nevzheng committed Aug 28, 2023
1 parent 3dcddca commit 2ac3b09
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
8 changes: 4 additions & 4 deletions docs/content/contribute/review-pr.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
title: "Review a PR"
weight: 11
title: "Review a pull request"
weight: 20
---

# Review a PR
# Review a pull request

This page provides guidelines for reviewing Magic Modules pull requests
This page provides guidelines for reviewing a Magic Modules pull request (PR).

1. Read the PR description to understand the context and ensure the PR either
* is linked to a GitHub issue or an internal bug
Expand Down
7 changes: 6 additions & 1 deletion docs/content/develop/custom-code.md
Original file line number Diff line number Diff line change
Expand Up @@ -239,4 +239,9 @@ docs: !ruby/object:Provider::Terraform::Docs
* `FIELD_NAME` - (Optional, [Beta](https://terraform.io/docs/providers/google/guides/provider_versions.html)) FIELD_DESCRIPTION
```

See [Add documentation (Handwritten)]({{< ref "/develop/resource#add-documentation" >}}) for more information about what to include in the field documentation.
See [Add documentation (Handwritten)]({{< ref "/develop/resource#add-documentation" >}}) for more information about what to include in the field documentation.

## What's next?

- [Add tests]({{< ref "/develop/test.md" >}})
- [Run tests]({{< ref "/develop/run-tests.md" >}})
1 change: 1 addition & 0 deletions docs/content/develop/resource.md
Original file line number Diff line number Diff line change
Expand Up @@ -466,5 +466,6 @@ Documentation is autogenerated based on the resource and field configurations. T

## What's next?

- [Add custom resource code]({{< ref "/develop/custom-code.md" >}})
- [Add tests]({{< ref "/develop/test.md" >}})
- [Run tests]({{< ref "/develop/run-tests.md" >}})

0 comments on commit 2ac3b09

Please sign in to comment.