diff options
author | Dominig ar Foll <dominig.arfoll@fridu.net> | 2016-12-08 17:15:55 +0100 |
---|---|---|
committer | Dominig ar Foll <dominig.arfoll@fridu.net> | 2016-12-08 17:15:55 +0100 |
commit | 0c12cfb68595dbea170d7831febc595a33773e98 (patch) | |
tree | 1d2d8bd62d7fd578297a40c668c8d737eb158770 | |
parent | 014072d3bdb72243d460d9f32fa84ffab687a903 (diff) | |
parent | 514f743d819b593087edd684f08704db2eb2f980 (diff) |
Merge remote-tracking branch 'refs/remotes/origin/master'
-rw-r--r-- | README.md | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -49,6 +49,19 @@ Alternatively, a Makefile can be used and defines the most common operations: - register at https://community.algolia.com/docsearch/ and update your apikey into conf/_config.yml +## trick + +- For the moment you can only build source documentation from github (automotive-grade-linux/docs-agl). +So if you want to test localy your modification before a "pull request", just change github path with: + +``` +export MY_GITHUB_ACCOUNT=XXX +find ../ -name fetched_files.yml -exec sed -i "s@automotive-grade-linux/docs-agl@$MY_GITHUB_ACCOUNT/docs-agl@g" {} \; +make clean; +make fetch; +make build; +make serve; +``` ## bugs |