mirror of
https://github.com/ansible/ansible-lightspeed
synced 2026-04-05 19:28:17 +00:00
No description
|
|
||
|---|---|---|
| .github/workflows | ||
| docs | ||
| .gitignore | ||
| .markdownlint.yaml | ||
| .pre-commit-config.yaml | ||
| .readthedocs.yml | ||
| mkdocs.yml | ||
| README.md | ||
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