From 0921d114d8fa69ca0357e20f303ea9cc1d7a39e9 Mon Sep 17 00:00:00 2001 From: Alison Hart Date: Wed, 9 Oct 2024 13:49:52 -0400 Subject: [PATCH 1/6] Update README.md with links to vscode-ansible docs --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7a79885e..2ea03629 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # Ansible Language Server -Documentation for Ansible Language Server can be found at -[als.readthedocs.io](https://als.readthedocs.io/). +🚧 The Ansible Language Server codebase is now included in the Ansible VS Code Extension ([vscode-ansible](https://github.com/ansible/vscode-ansible)) repository. + +Documentation for the extension can be found at [ansible.readthedocs.io/projects/vscode-ansible/](https://ansible.readthedocs.io/projects/vscode-ansible/). From 53f383db2ba37f7404836a271b6536678e203c4f Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 17:50:59 +0000 Subject: [PATCH 2/6] chore: auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- README.md | 7 +++++-- docs/README.md | 4 ++-- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2ea03629..a2bfbd63 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # Ansible Language Server -🚧 The Ansible Language Server codebase is now included in the Ansible VS Code Extension ([vscode-ansible](https://github.com/ansible/vscode-ansible)) repository. +🚧 The Ansible Language Server codebase is now included in the Ansible VS Code +Extension ([vscode-ansible](https://github.com/ansible/vscode-ansible)) +repository. -Documentation for the extension can be found at [ansible.readthedocs.io/projects/vscode-ansible/](https://ansible.readthedocs.io/projects/vscode-ansible/). +Documentation for the extension can be found at +[ansible.readthedocs.io/projects/vscode-ansible/](https://ansible.readthedocs.io/projects/vscode-ansible/). diff --git a/docs/README.md b/docs/README.md index 45225b24..8a84384f 100644 --- a/docs/README.md +++ b/docs/README.md @@ -62,8 +62,8 @@ improve the user experience: - on module options, the required properties are shown first, and aliases are shown last, otherwise ordering from the documentation is preserved - FQCNs (fully qualified collection names) are inserted only when necessary; - collections configured with the [`collections` keyword] are honored. This - behavior can be disabled in extension settings. + collections configured with the [`collections` keyword] are honored. This behavior + can be disabled in extension settings. [`collections` keyword]: https://docs.ansible.com/ansible/latest/collections_guide/collections_using_playbooks.html#simplifying-module-names-with-the-collections-keyword From c68df3bb65e9beaa79ea63160b6264e78249f27b Mon Sep 17 00:00:00 2001 From: Alison Hart Date: Wed, 9 Oct 2024 13:56:45 -0400 Subject: [PATCH 3/6] Update README.md - add ALS README link --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a2bfbd63..141ba77f 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,9 @@ 🚧 The Ansible Language Server codebase is now included in the Ansible VS Code Extension ([vscode-ansible](https://github.com/ansible/vscode-ansible)) -repository. +repository. + +The Ansible Language Server README is located [here](https://github.com/ansible/vscode-ansible/blob/main/docs/als/README.md), in the vscode-ansible repository. Documentation for the extension can be found at [ansible.readthedocs.io/projects/vscode-ansible/](https://ansible.readthedocs.io/projects/vscode-ansible/). From 7c34607286e67aa366d6530c2a67f8acc0cb8b24 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 17:57:05 +0000 Subject: [PATCH 4/6] chore: auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 141ba77f..57ad67b0 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,11 @@ 🚧 The Ansible Language Server codebase is now included in the Ansible VS Code Extension ([vscode-ansible](https://github.com/ansible/vscode-ansible)) -repository. +repository. -The Ansible Language Server README is located [here](https://github.com/ansible/vscode-ansible/blob/main/docs/als/README.md), in the vscode-ansible repository. +The Ansible Language Server README is located +[here](https://github.com/ansible/vscode-ansible/blob/main/docs/als/README.md), +in the vscode-ansible repository. Documentation for the extension can be found at [ansible.readthedocs.io/projects/vscode-ansible/](https://ansible.readthedocs.io/projects/vscode-ansible/). From 740a44379b7c1b2164e81a64c4e2e118896c4ab3 Mon Sep 17 00:00:00 2001 From: Alison Hart Date: Wed, 9 Oct 2024 13:59:13 -0400 Subject: [PATCH 5/6] Remove repetitive detail --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 57ad67b0..4d02cf7b 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,7 @@ Extension ([vscode-ansible](https://github.com/ansible/vscode-ansible)) repository. The Ansible Language Server README is located -[here](https://github.com/ansible/vscode-ansible/blob/main/docs/als/README.md), -in the vscode-ansible repository. +[here](https://github.com/ansible/vscode-ansible/blob/main/docs/als/README.md). Documentation for the extension can be found at [ansible.readthedocs.io/projects/vscode-ansible/](https://ansible.readthedocs.io/projects/vscode-ansible/). From bcff67def14a7aadc59f446f65d739ea832966f3 Mon Sep 17 00:00:00 2001 From: Alison Hart Date: Wed, 9 Oct 2024 14:10:38 -0400 Subject: [PATCH 6/6] Add ALS RTD link --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4d02cf7b..a9a1f07c 100644 --- a/README.md +++ b/README.md @@ -7,5 +7,5 @@ repository. The Ansible Language Server README is located [here](https://github.com/ansible/vscode-ansible/blob/main/docs/als/README.md). -Documentation for the extension can be found at -[ansible.readthedocs.io/projects/vscode-ansible/](https://ansible.readthedocs.io/projects/vscode-ansible/). +Documentation for the Ansible Language Server can be found at +[ansible.readthedocs.io/projects/vscode-ansible/als](https://ansible.readthedocs.io/projects/vscode-ansible/als/).