You can access a preview of the radar here.
The Radar is a document that sets out the changes that are currently interesting regarding software development. It is published by a company called Thoughtworks. You can find more information about it here.
We have developed this radar because we want to document the usage of technologies in our company in an easy way. People who wants to document something just need to push a new md file in the repository.
The tech radar is built based on the elements specified in the jekyll collections define in the _config.yml file.
So, to add content to the radar :
Once you have created a new file, you can push it. The related item will be presented on the radar.
The javascript source code of the radar is available here : https://github.com/agilepartner/tech-radar-js
To integrate the built code you have to :
---
title: Radar
layout: radar
---
---
---
gem install bundler
bundle install
bundle exec jekyll serve
bundle exec jekyll build
To configure the radar you need to set the url property of the _config.yml file :
url: "https://[your-user].github.io/"
docker-compose up
docker build -t tech-radar .