From dec0a96cfc34229eaeef832a6f9fa1e7f6dd1f3e Mon Sep 17 00:00:00 2001 From: Anwesha Das Date: Mon, 30 Jun 2025 14:15:40 +0200 Subject: [PATCH 1/2] Updates form filled names to the new ones --- docs/user-guide/building-collection.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/user-guide/building-collection.md b/docs/user-guide/building-collection.md index b0deedd2..3a4e9acf 100644 --- a/docs/user-guide/building-collection.md +++ b/docs/user-guide/building-collection.md @@ -10,11 +10,11 @@ This guide illustrates a comprehensive Ansible development workflow that showcas ## Scaffolding a collection using ansible-creator -- 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. +- 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. - Check system requirements and install ansible-creator if needed. Ensure all requirements in the `system requirements` box have green ticks. -- 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. +- 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. - Click on `Open collection` button to add the collection folder to the workspace. From b69a25e59b2bec33bd8ae6d950938bad7a66898d Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 30 Jun 2025 14:36:17 +0000 Subject: [PATCH 2/2] chore: auto fixes from pre-commit.com hooks --- docs/contributor-guide.md | 1 - docs/user-guide/content-release.md | 2 -- docs/user-guide/test-isolation.md | 1 - 3 files changed, 4 deletions(-) diff --git a/docs/contributor-guide.md b/docs/contributor-guide.md index 87c127e8..f862ada8 100644 --- a/docs/contributor-guide.md +++ b/docs/contributor-guide.md @@ -71,7 +71,6 @@ At this moment the devspaces container is not tested by the CI, so it is importa ## Talk to us - Join the Ansible forum: - - [Get Help](https://forum.ansible.com/c/help/6): get help or help others. Please add appropriate tags if you start new discussions, for example the `devtools` tag. - [Posts tagged with 'devtools'](https://forum.ansible.com/tag/devtools): subscribe to participate in project-related conversations. - [Social Spaces](https://forum.ansible.com/c/chat/4): gather and interact with fellow enthusiasts. diff --git a/docs/user-guide/content-release.md b/docs/user-guide/content-release.md index 8202281e..03f101bb 100644 --- a/docs/user-guide/content-release.md +++ b/docs/user-guide/content-release.md @@ -84,12 +84,10 @@ jobs: The repo that is being released must have the following environments created: - **Name: release** - - `AH_TOKEN` - `ANSIBLE_GALAXY_API_KEY` - **Name: push** - - `BOT_PAT` - `refresh_ah_token`: Make sure this workflow in netcommon has run successfully in the previous run. If not, it must be triggered to re-run and ensure it is successfully executed. diff --git a/docs/user-guide/test-isolation.md b/docs/user-guide/test-isolation.md index fc6c215e..f823b180 100644 --- a/docs/user-guide/test-isolation.md +++ b/docs/user-guide/test-isolation.md @@ -37,7 +37,6 @@ following predictable behaviors: ## Isolated mode (default) - First folder that is not read-only from the list below will be used as cache directory and also : - - `$VIRTUAL_ENV/.ansible` for anything but collections, those will be inside `lib/python3.*/site-packages/ansible_collections` because this makes them available to ansible-core without any additional configuration. - `$PROJECT_ROOT/.ansible` - `$TMPDIR/.ansible-` for temporary installations