aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwalzert <37123612+walzert@users.noreply.github.com>2019-11-08 11:12:02 +0100
committerGitHub <noreply@github.com>2019-11-08 11:12:02 +0100
commit2c15432274a49d88e0a9f4887e77bbe4d74c77ac (patch)
tree5446fba6ee68309000564c1545b0b9270baf27e9
parentce4e126053144f93616b475bf2aba4bb2994c024 (diff)
Update README.md TODO part
Changed the path from ./doctools/webdocs/docbuild to ./doctools/docbuild worked now for me.
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index df5b866..49f4455 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,6 @@
This repository contains AGL documentation website template, rendering is visible at http://docs.automotivelinux.org
This website relies on the generator located in [docs-tools](https://github.com/automotive-grade-linux/docs-tools)
-TODO: old documentation below. Should be rewritten to match new git repo scheme.
# Installing
@@ -38,10 +37,11 @@ Other configuration files in conf/ starting by an underscore (_) are used by Jek
./doctools/docbuild --clean # deleted all generated file if any
./doctools/docbuild --fetch [--force] # collect doc from github (fetch list in content/toc/*/fetch_files.yml)
./doctools/docbuild --build --serve --watch --incremental # build config/tocs, generate html and start a local webserver
+
xdg-open http://localhost:4000
- ./doctools/webdocs/docbuild --push --verbose # push generated to production webserver (check conf/AppDefault 1st)
+ ./doctools/docbuild --push --verbose # push generated to production webserver (check conf/AppDefault 1st)
```
Alternatively, a Makefile can be used and defines the most common operations:
@@ -96,4 +96,4 @@ Thus, this file is needed to be added in the docs-webtemplate root, see an examp
```bash
--watch to automatically regenerate pages on markdown file, you should force "./build --configs" when changing TOC or versions.
-``` \ No newline at end of file
+```