Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Nov 22, 2023
1 parent 9a1c354 commit 78340b0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions docs/source/collection_creation.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Here is a detailed guide on creating an ansible collection using the ansible-cre

## Step 1: Installing ansible-creator in the Environment

1. Open VS Code and click on the Ansible icon in the activity bar. This action expands and opens the `Ansible Creator` section. Click on *"Get Started"* to access the Menu page of ansible-creator in the editor.
1. Open VS Code and click on the Ansible icon in the activity bar. This action expands and opens the `Ansible Creator` section. Click on _"Get Started"_ to access the Menu page of ansible-creator in the editor.

2. On the Menu page the `System Requirements` box will view details about the current environment, including ansible, Python, and ansible-creator. If ansible-creator is not installed, proceed to the next step.

Expand All @@ -16,7 +16,7 @@ Here is a detailed guide on creating an ansible collection using the ansible-cre

## Step 2: Initializing Collection by Filling an Interactive Form

1. From the menu page, click on `Initialize a collection` to access the *"Init"* interface in the editor, providing an interactive form.
1. From the menu page, click on `Initialize a collection` to access the _"Init"_ interface in the editor, providing an interactive form.

2. Enter the namespace and the collection name. You can review the format of your collection name as you type.

Expand Down
2 changes: 1 addition & 1 deletion docs/source/developer_contribution.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ All pull requests undergo automated tests. To ensure that your changes align wit

## Get in touch

Connect with the ansible-creator community through the [GitHub discussions forum](https://github.com/ansible/ansible-creator/discussions). For real-time interactions, join the `#ansible-devtools` IRC channel on libera.chat or the Matrix room [#devtools:ansible.com](https://matrix.to/#/#devtools:ansible.com). Explore the full list of Ansible IRC and Mailing list options on the Ansible Communication page. Release announcements will be made to the Ansible Announce list. If you encounter security-related concerns, report them via email to [security@ansible.com](<mailto:security@ansible.com>).
Connect with the ansible-creator community through the [GitHub discussions forum](https://github.com/ansible/ansible-creator/discussions). For real-time interactions, join the `#ansible-devtools` IRC channel on libera.chat or the Matrix room [#devtools:ansible.com](https://matrix.to/#/#devtools:ansible.com). Explore the full list of Ansible IRC and Mailing list options on the Ansible Communication page. Release announcements will be made to the Ansible Announce list. If you encounter security-related concerns, report them via email to [security@ansible.com](mailto:security@ansible.com).

## Code of Conduct

Expand Down
8 changes: 4 additions & 4 deletions docs/source/installation_usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@ $ ansible-creator init <collection-name> --init-path <path>

#### Positional Argument(s)

| Parameter | Description |
|-----------|-------------|
| Parameter | Description |
| ---------- | -------------------------------------------------------------------- |
| collection | The name of the collection in the format `<namespace>.<collection>`. |

#### Optional Arguments

| Parameter | Description |
|---------------------------|-------------------------------------------------------------------------------------------------------|
| ------------------------- | ----------------------------------------------------------------------------------------------------- |
| -h, --help | Show help message and exit. |
| --na, --no-ansi | Disable the use of ANSI codes for terminal color. |
| --lf, --log-file <file> | Log file to write to. |
Expand Down Expand Up @@ -137,4 +137,4 @@ $ tree -lla /home/ansible-dev/collections/ansible_collections
│ └── .keep
└── .vscode
└── extensions.json
```
```

0 comments on commit 78340b0

Please sign in to comment.