We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d0fc47 commit 2f89eeaCopy full SHA for 2f89eea
app/get_knowledge_base.py
@@ -35,7 +35,8 @@ def setup_repositories():
35
# Define repositories and their URLs
36
repos = {
37
"defang-docs": "https://github.com/DefangLabs/defang-docs.git",
38
- "defang": "https://github.com/DefangLabs/defang.git"
+ "defang": "https://github.com/DefangLabs/defang.git",
39
+ "samples": "https://github.com/DefangLabs/samples.git"
40
}
41
42
# Change to the temporary directory
0 commit comments