Skip to content

Commit

Permalink
Trimmed left nav link title
Browse files Browse the repository at this point in the history
  • Loading branch information
David Wrede committed Feb 2, 2021
1 parent 5a9916e commit adcd8f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion content/docs/intro/concepts/stack.md
Expand Up @@ -556,4 +556,4 @@ Before deleting a stack, if the stack still resources associated with it, they m
To delete a stack with no resources, run `pulumi stack rm`. Removing the stack will remove all stack history from pulumi.com and will delete the stack configuration file `Pulumi.<stack-name>.yaml`.
To force the deletion of a stack that still contains resources---potentially orphaning them---use `pulumi stack rm --force`.
To force the deletion of a stack that still contains resources---potentially orphaning them---use `pulumi stack rm --force`.
3 changes: 2 additions & 1 deletion content/docs/reference/pulumi-yaml.md
@@ -1,9 +1,10 @@
---
title: Project Configuration Reference
linktitle: Project Configuration
meta_desc: A list of configuration settings for the Pulumi project file.
menu:
reference:
name: Project Configuration Reference
name: Project Configuration
weight: 3
---

Expand Down

0 comments on commit adcd8f0

Please sign in to comment.