diff options
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 +``` |