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 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 Build the radar
``` ```
yarn aoe_technology_radar-buildRadar yarn aoe_technology_radar-buildRadar
``` ```
Generate json file based on md files
```
yarn aoe_technology_radar-generateJson
```
Serve Serve
``` ```
python3 -m http.server 8080 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. To have a better SEO ranking, you can generate a html file for every page.
Requirements Requirements
* Generate the json file
* Build the radar * Build the radar
* Generate the json file
``` ```
yarn aoe_technology_radar-createStaticFiles yarn aoe_technology_radar-createStaticFiles