diff --git a/README.md b/README.md index 74e53b06..fa1da2b6 100644 --- a/README.md +++ b/README.md @@ -10,10 +10,9 @@ The repository for the [CHT Technology Radar for Contributors](https://docs.comm ## TODO Create your own radar -### Step 1: Create a new project +### Step 1: Create a new radar starting from this respository -Ensure node.js ist installed and create a new project by creating a new folder with a `package.json` -file like the following and adapt to your needs: +Ensure `node.js` is installed. Create a new project by creating a new folder with a `package.json` file like the following and adapt it to your needs: ```json { @@ -61,7 +60,7 @@ Open the `config.json` file and configure the radar to your needs. | social | Social links in the footer. See config below | | imprint | URL to the legal information | | labels | Configure the labels to change the texts and labels of the radar | -| tags | (optional) Use to render only items, which contain at least one of the specified tags. e.g `["frontend", "backend"]` | +| tags | (optional) Use to render only items, which contain at least one of the specified tags. e.g `["data", "tool"]` | | editUrl | (optional) If set, an edit button will be shown next to the revision.
You can use placeholders for `{id}` and `{release}` | #### `config.toggles` diff --git a/public/fonts.css b/public/fonts.css deleted file mode 100644 index 08d9ff54..00000000 --- a/public/fonts.css +++ /dev/null @@ -1,11 +0,0 @@ -@font-face { - font-family: "DIN"; - src: url("fonts/NotoSans-Regular.ttf"); - font-weight: normal; -} - -@font-face { - font-family: "DIN"; - src: url("fonts/NotoSans-Thin.ttf"); - font-weight: 300; -} diff --git a/public/fonts/NotoSans-Regular.ttf b/public/fonts/NotoSans-Regular.ttf deleted file mode 100644 index 7552fbe8..00000000 Binary files a/public/fonts/NotoSans-Regular.ttf and /dev/null differ diff --git a/public/fonts/NotoSans-Thin.ttf b/public/fonts/NotoSans-Thin.ttf deleted file mode 100644 index b5af0444..00000000 Binary files a/public/fonts/NotoSans-Thin.ttf and /dev/null differ