From 2c15432274a49d88e0a9f4887e77bbe4d74c77ac Mon Sep 17 00:00:00 2001 From: walzert <37123612+walzert@users.noreply.github.com> Date: Fri, 8 Nov 2019 11:12:02 +0100 Subject: Update README.md TODO part Changed the path from ./doctools/webdocs/docbuild to ./doctools/docbuild worked now for me. --- README.md | 6 +++--- 1 file 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 +``` -- cgit 1.2.3-korg