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 84b6ba1 commit 3e78efcCopy full SHA for 3e78efc
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