diff --git a/js/components/PageHelp.js b/js/components/PageHelp.js index 8238886..d251ffe 100644 --- a/js/components/PageHelp.js +++ b/js/components/PageHelp.js @@ -39,7 +39,6 @@ export default function PageHelp({ leaving, onLeave, ...props }) {
We also maintain a short list of useful tools - that are not worth putting on the radar - but that can belong in everyone's "toolbox". We call the list of these technologies the AOE Toolbox and you can find information about them here: AOE Toolbox
Contributions and source code of the radar are on github: AOE Tech Radar on Github
diff --git a/js/components/Router.js b/js/components/Router.js index d30b2cd..8316c13 100644 --- a/js/components/Router.js +++ b/js/components/Router.js @@ -2,7 +2,6 @@ import React from 'react'; import PageIndex from './PageIndex'; import PageOverview from './PageOverview'; import PageHelp from './PageHelp'; -import PageToolbox from './PageToolbox'; import PageQuadrant from './PageQuadrant'; import PageItem from './PageItem'; import PageItemMobile from './PageItemMobile'; @@ -18,9 +17,6 @@ const getPageByName = (items, pageName) => { if (pageName === 'help-and-about-tech-radar') { return PageHelp; } - if (pageName === 'aoe-toolbox') { - return PageToolbox; - } if (quadrants.includes(pageName)) { return PageQuadrant; } diff --git a/radar/2019-11-01/flamingo.md b/radar/2019-11-01/flamingo.md index a4d6e11..42690c4 100644 --- a/radar/2019-11-01/flamingo.md +++ b/radar/2019-11-01/flamingo.md @@ -4,7 +4,6 @@ ring: adopt quadrant: languages-and-frameworks --- -Flamingo Flamingo is a high productivity go based framework for rapidly building fast and pluggable web projects. It is used to build scalable and maintainable (web)applications. diff --git a/radar/2019-11-01/sonarqube.md b/radar/2019-11-01/sonarqube.md new file mode 100644 index 0000000..35e9642 --- /dev/null +++ b/radar/2019-11-01/sonarqube.md @@ -0,0 +1,6 @@ +--- +title: "SonarQube" +ring: trial +quadrant: tools + +---