Commit a71c0d7
authored
filter projects by tag API parameter (#1222)
## Description
<!-- ID for Jira ticket e.g [SPE-1234] -->
:ticket: [TF-31754]
<!-- Add a brief description of changes here. Include any other
necessary relevant links -->
<!-- Help your reviewer understand the type of review you need by
selecting the scope and urgency. -->
### Requested review scope:
- [x] Content touched by the PR _only_ (typos, clarifications, tips)
- [ ] Code test (command and code block changes)
- [ ] Flow and language near changes (new/rearranged steps)
- [ ] Review everything (rewrites, major changes)
### Review urgency:
- [ ] ASAP (bug fixes, broken content, imminent releases)
- [ ] 3 days (small changes, easy reviews)
- [x] 1 week (default)
- [ ] Best effort (very non-urgent)
<!-- Fill out only the appropriate checklist for your type of feature
(or both if necessary) and delete the other one! -->
## All updates:
<!-- This section is mandatory for all PRs: -->
I have:
- [x] Verified that all status checks have passed
- [x] Verified that preview environment has successfully deployed
- [x] Verified appropriate `label` applied (`hcp` + `product name`)
- [x] Added all required reviewers (code owners and external)
## Content checklist (optional)
Please do these things before requesting a review. I have:
- [x] Made any associated code repositories public
- [x] Added the `hashicorp-education/teamName` to any additional code or
example repos as repo admin
- [x] Added redirects for any moved or removed pages
- [x] Spell checked the tutorial(s)
- [x] Followed the [unified style
guide](https://github.com/hashicorp/web-unified-docs/tree/main/docs/style-guide)
- [x] Linted code snippets (Details per language
[here](https://github.com/hashicorp/engineering-docs/blob/master/writing/markdown.md#code-blocks))
- [x] Checked the steps for completeness (no steps are implied or
hidden)
- [x] Looked at the local or vercel build and checked each new or
changed page for:
- display on the product curriculum page
- callout box formatting
- code block highlighting
- right-hand navigation
- next and back buttons
- URL path
[SPE-1234]:
https://hashicorp.atlassian.net/browse/SPE-1234?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
[TF-31754]:
https://hashicorp.atlassian.net/browse/TF-31754?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQFile tree
2 files changed
+5
-0
lines changed- content/terraform-docs-common/docs/cloud-docs/api-docs
2 files changed
+5
-0
lines changedLines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
12 | 15 | | |
13 | 16 | | |
14 | 17 | | |
| |||
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
334 | 334 | | |
335 | 335 | | |
336 | 336 | | |
| 337 | + | |
| 338 | + | |
337 | 339 | | |
338 | 340 | | |
339 | 341 | | |
| |||
0 commit comments