Skip to content

Commit d801dd4

Browse files
TF-31348 - Adds documentation for queries api (#1175)
## Description <!-- ID for Jira ticket e.g [SPE-1234] --> :ticket: [Jira ticket](https://hashicorp.atlassian.net/browse/TF-31348) Adds documentation for queries api ### 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: - [ ] Verified that all status checks have passed - [ ] Verified that preview environment has successfully deployed - [ ] Verified appropriate `label` applied (`hcp` + `product name`) - [ ] Added all required reviewers (code owners and external) ## Content checklist (optional) Please do these things before requesting a review. I have: - [ ] Made any associated code repositories public - [ ] Added the `hashicorp-education/teamName` to any additional code or example repos as repo admin - [ ] 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) - [ ] Linted code snippets (Details per language [here](https://github.com/hashicorp/engineering-docs/blob/master/writing/markdown.md#code-blocks)) - [ ] 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
2 parents a5d7f95 + 6d3f124 commit d801dd4

File tree

2 files changed

+427
-0
lines changed

2 files changed

+427
-0
lines changed

content/terraform-docs-common/data/cloud-docs-nav-data.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -808,6 +808,7 @@
808808
},
809809
{ "title": "Projects", "path": "api-docs/projects" },
810810
{ "title": "Project team access", "path": "api-docs/project-team-access" },
811+
{ "title": "Queries", "path": "api-docs/queries" },
811812
{ "title": "Reserved tag keys", "path": "api-docs/reserved-tag-keys"},
812813
{ "title": "Runs", "path": "api-docs/run" },
813814
{

0 commit comments

Comments
 (0)