Skip to content

Commit afeb094

Browse files
fix: correct yml file, readme update
1 parent c65bc2f commit afeb094

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,19 @@ Samples are organized as below:
1212
- [**asynchronous-authorization**](https://auth0.com/ai/docs/async-authorization): Let your autonomous, async agents do work in the background. Use Async Auth to request approval when needed.
1313

1414
[**Sign up for Auth0 AI**](https://auth0.com/signup?onboard_app=genai&ocid=7014z000001NyoxAAC-aPA4z0000008OZeGAM)
15+
16+
# Quickstart releases
17+
18+
To support users' ability to download individual quickstarts from the [Auth for AI Agents docs site](https://auth0.com/ai/docs), this repository contains a Github Action to generate downloadable zip file artifacts of each quickstart. This action will run on any change within a quickstart folder, ensuring that the latest artifacts are always available for download.
19+
20+
To **include** a new quickstart, add a `release-config.yml` file to the quickstart's base directory, for example:
21+
22+
```
23+
// authorization-for-rag/langchain-js/release-config.yml
24+
25+
category: "authorization-for-rag"
26+
framework: "langchain-js"
27+
included: true
28+
```
29+
30+
To **exclude** an existing quickstart, change the `release-config.yml` file to switch `included` to `false`.
File renamed without changes.

0 commit comments

Comments
 (0)