No description
Find a file
Richard Gebhardt cff9049af0
add top-level redirect (#34)
Signed-off-by: Richard Gebhardt <gebhardtr@redhat.com>
2024-06-04 08:52:46 -04:00
.github/workflows fix deploy (#10) 2023-06-09 11:09:10 -04:00
docs redirect tech preview docs to GA docs (#33) 2024-06-04 08:06:50 -04:00
.gitignore add mkdocs build 2023-03-24 10:06:32 -05:00
.markdownlint.yaml Added markdownlint settings file 2023-03-26 07:17:16 -04:00
.pre-commit-config.yaml Added new FAQs and context in the docs based on feedback in matrix (#26) 2023-07-13 13:14:52 -04:00
.readthedocs.yml add initial RTD config file 2023-03-24 10:07:26 -05:00
mkdocs.yml add top-level redirect (#34) 2024-06-04 08:52:46 -04:00
README.md Change name to Ansible Lightspeed with watsonx Code Assistant (#28) 2023-08-24 12:00:20 -04:00

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