Skip to content
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

Update FAQ ToC #3054

Merged
merged 1 commit into from
Apr 2, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion docs/content/docs/faq/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,12 @@ weight: 16
- [Can I use Porter bundles with other CNAB tools?](#can-i-use-porter-bundles-with-other-cnab-tools)
- [Does Porter solve something that Ansible, Terraform, etc does not?](#does-porter-solve-something-that-ansible-terraform-etc-does-not)
- [If an upgrade fails, can I roll back?](#if-an-upgrade-fails-can-i-roll-back)
- [How do I run commands that aren't in the default invocation image?](#how-do-i-run-commands-that-aren-t-in-the-default-invocation-image)
- [How do I run commands that aren't in the default invocation image?](#how-do-i-run-commands-that-arent-in-the-default-invocation-image)
- [Are mixins just wrappers around OS or executable calls?](#are-mixins-just-wrappers-around-os-or-executable-calls)
- [Does Porter have its own registry?](#does-porter-have-its-own-registry)
- [What do mixins do?](#what-do-mixins-do)
- [What is the difference between Porter and existing DevOps tools?](#what-is-the-difference-between-porter-and-existing-devops-tools)
- [Do you have suggestions for bundles that I could make?](#do-you-have-suggestions-for-bundles-that-i-could-make)

## What is CNAB?

Expand Down
Loading