Skip to content
This repository has been archived by the owner on Oct 9, 2024. It is now read-only.

Update README.md with links to vscode-ansible docs #645

Merged
merged 6 commits into from
Oct 9, 2024
Merged
Show file tree
Hide file tree
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
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
# 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.

The Ansible Language Server README is located
[here](https://github.com/ansible/vscode-ansible/blob/main/docs/als/README.md).

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/).
4 changes: 2 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading