aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDominig ar Foll <dominig.arfoll@fridu.net>2016-12-08 17:15:55 +0100
committerDominig ar Foll <dominig.arfoll@fridu.net>2016-12-08 17:15:55 +0100
commit0c12cfb68595dbea170d7831febc595a33773e98 (patch)
tree1d2d8bd62d7fd578297a40c668c8d737eb158770
parent014072d3bdb72243d460d9f32fa84ffab687a903 (diff)
parent514f743d819b593087edd684f08704db2eb2f980 (diff)
Merge remote-tracking branch 'refs/remotes/origin/master'
-rw-r--r--README.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/README.md b/README.md
index a0326d3..70a3887 100644
--- a/README.md
+++ b/README.md
@@ -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