Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions config/tools-manual.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,20 +73,20 @@
},
"filters": {
"language": "Kotlin",
"technology": ["Spring Boot", "Maven"],
"technology": ["Springboot", "Maven"],
"categories": ["code-first"]
}
},
{
"title": "Springwolf",
"description": "Automated documentation for async APIs built with Spring Boot. Like Springfox for AsyncAPI. Auto-generates an AsyncAPI document and a web UI.",
"links": {
"websiteUrl": "https://springwolf.github.io/",
"websiteUrl": "https://www.springwolf.dev",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please also update the address for another entry in this document. Springwolf is listed under 2 different categories

"repoUrl": "https://github.com/springwolf/springwolf-core"
},
"filters": {
"language": "Java",
"technology": ["Springboot"],
"technology": ["Springboot", "Gradle"],
"categories": ["code-first", "documentation-generator"]
}
},
Expand Down Expand Up @@ -273,12 +273,12 @@
"title": "Springwolf",
"description": "Automated documentation for async APIs built with Spring Boot. Like Springfox for AsyncAPI. Auto-generates an AsyncAPI document and a web UI.",
"links": {
"websiteUrl": "https://springwolf.github.io/",
"websiteUrl": "https://www.springwolf.dev",
"repoUrl": "https://github.com/springwolf/springwolf-core"
},
"filters": {
"language": "Java",
"technology": ["Springboot"],
"technology": ["Springboot", "Gradle"],
"categories": ["code-first", "documentation-generator"]
}
},
Expand Down