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

Commit

Permalink
Update README.md with links to vscode-ansible docs (#645)
Browse files Browse the repository at this point in the history
* Update README.md with links to vscode-ansible docs
  • Loading branch information
alisonlhart authored Oct 9, 2024
1 parent 5be05b8 commit f324fb4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
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

0 comments on commit f324fb4

Please sign in to comment.