Skip to content

Commit d5ab90b

Browse files
committed
Add "The Twelve-Factor App"
1 parent 8636ef6 commit d5ab90b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/links.json

+5
Original file line numberDiff line numberDiff line change
@@ -441,6 +441,11 @@
441441
"searchUrl": "https://cheatsheetseries.owasp.org/?q={search}",
442442
"searchConcat": "%20"
443443
},
444+
{
445+
"title": "The Twelve-Factor App",
446+
"url": "https://12factor.net",
447+
"description": "A methodology for building modern, scalable, maintainable software-as-a-service apps."
448+
},
444449
{
445450
"title": "Keep a Changelog",
446451
"url": "https://keepachangelog.com/en/1.1.0",

0 commit comments

Comments
 (0)