https://github.com/ansible/ansible-lightspeed
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_with_ibm_watsonx_code_assistant.
https://github.com/ansible/ansible-lightspeed
ansible-lightspeed
Last synced: 5 months ago
JSON representation
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_with_ibm_watsonx_code_assistant.
- Host: GitHub
- URL: https://github.com/ansible/ansible-lightspeed
- Owner: ansible
- Archived: true
- Created: 2023-03-22T20:19:52.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-04T12:52:49.000Z (about 1 year ago)
- Last Synced: 2024-09-27T08:23:30.791Z (9 months ago)
- Topics: ansible-lightspeed
- Homepage:
- Size: 58.6 KB
- Stars: 28
- Watchers: 18
- Forks: 10
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: docs/contributing.md
Awesome Lists containing this project
README
# 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
```bash
python3 -m venv venv
source venv/bin/activate
python3 -m pip install -r docs/requirements.txt
mkdocs build
firefox site/index.html
```