Skip to content

Commit

Permalink
Rewrite scanner to use -tools (#6601)
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidSouther authored Jul 11, 2024
1 parent c9a1329 commit 7a93b43
Show file tree
Hide file tree
Showing 19 changed files with 613 additions and 409 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
*.egg-info
*.exe
*.swp
.*~
Expand Down Expand Up @@ -32,4 +33,4 @@ rust_dev_preview
kotlin/services/**/build/
kotlin/services/**/gradle/
kotlin/services/**/gradlew
kotlin/services/**/gradlew.bat
kotlin/services/**/gradlew.bat
Empty file added .tools/readmes/__init__.py
Empty file.
2 changes: 2 additions & 0 deletions .tools/readmes/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
categories = {
"hello": "Hello",
"scenarios": "Scenarios",
"actions": "Api",
"cross": "Cross-service examples",
}
entities = {
"&AWS;": "AWS",
Expand Down
Loading

0 comments on commit 7a93b43

Please sign in to comment.