fix sourcecodeLink on pageHelp
This commit is contained in:
12
README.md
12
README.md
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user