Skip to content

Commit f5ad4f0

Browse files
Updates user guide for new collection form terms (#584)
* Updates form filled names to the new ones * chore: auto fixes from pre-commit.com hooks --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 5de1743 commit f5ad4f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/user-guide/building-collection.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ This guide illustrates a comprehensive Ansible development workflow that showcas
1010

1111
## Scaffolding a collection using ansible-creator
1212

13-
- Open VS Code and click the Ansible icon in the activity bar to access Ansible Creator section. Click on "Get Started" under that section to open the menu page of Ansible Creator in VS Code.
13+
- Open VS Code and click the Ansible icon in the activity bar to access Ansible Creator section. Click on "Getting Started" under that section to open the menu page of Ansible Creator in VS Code.
1414

1515
- Check system requirements and install ansible-creator if needed. Ensure all requirements in the `system requirements` box have green ticks.
1616

17-
- Click "Initialize a collection" to open the "Init" interface. Fill the form with the collection name, initialization path, verbosity, and logging options. Click "Create" to scaffold the collection in the desired location. You have the open to review the logs or open the log file in VS Code editor for details.
17+
- Click "New collection project" to open the "Init" interface. Fill the form with the "Namespace", "Collection", "Init path", verbosity, and logging options. Click "Create" to scaffold the collection in the desired location. You have the open to review the logs or open the log file in VS Code editor for details.
1818

1919
- Click on `Open collection` button to add the collection folder to the workspace.
2020

0 commit comments

Comments
 (0)