Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 344 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 344 Bytes

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