ansible-lightspeed
ansible-lightspeed copied to clipboard
This repository is no longer in use. The Ansible Lightspeed with IBM watsonx Code Assistant product documentation can be found at https://docs.redhat.com/en/documentation/red_hat_ansible_lightspeed_wi...
Ansible Lightspeed with IBM watsonx Code Assistant
This repository contains product documentation for the technical preview of Ansible Lightspeed with IBM watsonx Code Assistant.
Building docs
python3 -m venv venv
source venv/bin/activate
python3 -m pip install -r docs/requirements.txt
mkdocs build
firefox site/index.html