fix sourcecodeLink on pageHelp

This commit is contained in:
dennis.ludwig
2021-07-01 16:44:47 +02:00
parent fc8cfe7365
commit 1de83feb28

View File

@@ -22,16 +22,16 @@ Add the tech radar as a dependency
yarn add https://github.com/aoepeople/aoe_technology_radar.git
```
Generate json file based on md files
```
yarn aoe_technology_radar-generateJson
```
Build the radar
```
yarn aoe_technology_radar-buildRadar
```
Generate json file based on md files
```
yarn aoe_technology_radar-generateJson
```
Serve
```
python3 -m http.server 8080
@@ -43,8 +43,8 @@ Then open here: http://localhost:8080/build
To have a better SEO ranking, you can generate a html file for every page.
Requirements
* Generate the json file
* Build the radar
* Generate the json file
```
yarn aoe_technology_radar-createStaticFiles