This repos uses claat
to generate the codelab pages. To contribute, you need to have claat
installed in your machine. You can install it by running:
go get -u github.com/googlecodelabs/tools/claat
After installing claat
, you can run the following command to generate the codelab pages:
claat export content/*.md
We welcome contributions to the Genkit Workshop! To contribute, please follow these steps:
- Fork the repository.
- Create a new branch for your feature or bugfix.
- Make your changes.
- Submit a pull request with a detailed description of your changes.