Skip to content

Commit

Permalink
fix sourcecodeLink on pageHelp
Browse files Browse the repository at this point in the history
  • Loading branch information
bmsuseluda committed Jul 1, 2021
1 parent fc8cfe7 commit 1de83fe
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ Add the tech radar as a dependency
yarn add https://github.com/aoepeople/aoe_technology_radar.git
```

Generate json file based on md files
Build the radar
```
yarn aoe_technology_radar-generateJson
yarn aoe_technology_radar-buildRadar
```

Build the radar
Generate json file based on md files
```
yarn aoe_technology_radar-buildRadar
yarn aoe_technology_radar-generateJson
```

Serve
Expand All @@ -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
Expand Down

0 comments on commit 1de83fe

Please sign in to comment.