Skip to content

docs: move api and cli docs routes to reference/ #14241

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 16 commits into from
Aug 13, 2024
Prev Previous commit
Next Next commit
rebase
  • Loading branch information
matifali committed Aug 13, 2024
commit 2cfff8949d03c977d8f00ae8344544a0f11592bf
2 changes: 1 addition & 1 deletion docs/templates/dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ To create a new Terraform lock file, run the
inside a folder containing the Terraform source code for a given template.

This will create a new file named `.terraform.lock.hcl` in the current
directory. When you next run [`coder templates push`](../cli/templates_push.md),
directory. When you next run [`coder templates push`](../reference/cli/templates_push.md),
the lock file will be stored alongside with the other template source code.

> Note: Terraform best practices also recommend checking in your
Expand Down