From fc8cfe7365187d3ef8405c244b65a57504d63f30 Mon Sep 17 00:00:00 2001 From: "dennis.ludwig" Date: Thu, 1 Jul 2021 16:32:33 +0200 Subject: [PATCH] fix sourcecodeLink on pageHelp --- README.md | 7 ++++++- messages_example.json | 2 +- public/messages.json | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 50de6de..02112a1 100644 --- a/README.md +++ b/README.md @@ -200,7 +200,12 @@ To add a help page, create a public folder in your application and put a message "name": "Hold", "description": "This category is a bit special. Unlike the others, we recommend to stop doing or using something. That does not mean that they are bad and it often might be ok to use them in existing projects. But we move things here if we think we shouldn't do them anymore - because we see better options or alternatives now." } - ] + ], + "sourcecodeLink": { + "href": "https://github.com/AOEpeople/aoe_technology_radar", + "name": "AOE Tech Radar on Github", + "description": "Contributions and source code of the AOE Tech Radar are on github:" + } } } ``` diff --git a/messages_example.json b/messages_example.json index 2e14576..7dc2629 100644 --- a/messages_example.json +++ b/messages_example.json @@ -78,7 +78,7 @@ "description": "This category is a bit special. Unlike the others, we recommend to stop doing or using something. That does not mean that they are bad and it often might be ok to use them in existing projects. But we move things here if we think we shouldn't do them anymore - because we see better options or alternatives now." } ], - "sourcecodeLinks": { + "sourcecodeLink": { "href": "https://github.com/AOEpeople/aoe_technology_radar", "name": "AOE Tech Radar on Github", "description": "Contributions and source code of the AOE Tech Radar are on github:" diff --git a/public/messages.json b/public/messages.json index 2e14576..7dc2629 100644 --- a/public/messages.json +++ b/public/messages.json @@ -78,7 +78,7 @@ "description": "This category is a bit special. Unlike the others, we recommend to stop doing or using something. That does not mean that they are bad and it often might be ok to use them in existing projects. But we move things here if we think we shouldn't do them anymore - because we see better options or alternatives now." } ], - "sourcecodeLinks": { + "sourcecodeLink": { "href": "https://github.com/AOEpeople/aoe_technology_radar", "name": "AOE Tech Radar on Github", "description": "Contributions and source code of the AOE Tech Radar are on github:"