diff options
-rw-r--r-- | Makefile | 4 | ||||
-rw-r--r-- | README.md | 4 | ||||
-rw-r--r-- | content/tocs/apis_services/fetched_files.yml (renamed from contain/tocs/apis_services/fetched_files.yml) | 0 | ||||
-rw-r--r-- | content/tocs/apis_services/toc_dev_en.yml (renamed from contain/tocs/apis_services/toc_dev_en.yml) | 0 | ||||
-rw-r--r-- | content/tocs/architecture/fetched_files.yml (renamed from contain/tocs/architecture/fetched_files.yml) | 0 | ||||
-rw-r--r-- | content/tocs/architecture/toc_dev_en.yml (renamed from contain/tocs/architecture/toc_dev_en.yml) | 0 | ||||
-rw-r--r-- | content/tocs/devguides/fetched_files.yml (renamed from contain/tocs/devguides/fetched_files.yml) | 0 | ||||
-rw-r--r-- | content/tocs/devguides/toc_dev_en.yml (renamed from contain/tocs/devguides/toc_dev_en.yml) | 0 | ||||
-rw-r--r-- | content/tocs/getting_started/fetched_files.yml (renamed from contain/tocs/getting_started/fetched_files.yml) | 0 | ||||
-rw-r--r-- | content/tocs/getting_started/toc_dev_en.yml (renamed from contain/tocs/getting_started/toc_dev_en.yml) | 0 | ||||
-rw-r--r-- | content/tocs/hardware/fetched_files.yml (renamed from contain/tocs/hardware/fetched_files.yml) | 0 | ||||
-rw-r--r-- | content/tocs/hardware/toc_dev_en.yml (renamed from contain/tocs/hardware/toc_dev_en.yml) | 0 |
12 files changed, 4 insertions, 4 deletions
@@ -22,12 +22,12 @@ clean: rm -f $(FETCHTS) rm -f $(LOCALFETCH) -$(LOCALFETCH): $(wildcard contain/toc/*/fetched_files.yml) +$(LOCALFETCH): $(wildcard content/toc/*/fetched_files.yml) $(DOCBUILD) $(VERBOSE) --localFetch --fetch --force touch $(FETCHTS) touch $@ -$(FETCHTS): $(wildcard contain/toc/*/fetched_files.yml) +$(FETCHTS): $(wildcard content/toc/*/fetched_files.yml) $(DOCBUILD) $(VERBOSE) $(LOCAL_FETCHTS) --fetch --force touch $@ @@ -20,7 +20,7 @@ Other configuration files in conf/ starting by an underscore (_) are used by Jek ## generate a 1st site from your template ``` ../doctools/webdocs/docbuild --clean # deleted all generated file if any - ../doctools/webdocs/docbuild --fetch [--force] # collect doc from github (fetch list in contain/toc/*/fetch_files.yml) + ../doctools/webdocs/docbuild --fetch [--force] # collect doc from github (fetch list in content/toc/*/fetch_files.yml) ../doctools/webdocs/docbuild --build --serve --watch --incremental # build config/tocs, generate html and start a local webserver xdg-open http://localhost:4000 @@ -44,7 +44,7 @@ Alternatively, a Makefile can be used and defines the most common operations: - site/* directories not prefixed with "_" represent en entry within the menu - site/_* directories contain template, configuration, options used by Jekyll - site/_data is a special directory that hold both static and generated files to adjust page/site values within html pages -- contain/toc/*/toc_VERSION_LANGUAGE.yml TOC(TableOfContent) and Fetch definitions +- content/toc/*/toc_VERSION_LANGUAGE.yml TOC(TableOfContent) and Fetch definitions - site/_layouts and site/_includes holds page template - site/static holds assets (static images, CSS etc.) diff --git a/contain/tocs/apis_services/fetched_files.yml b/content/tocs/apis_services/fetched_files.yml index 24d3194..24d3194 100644 --- a/contain/tocs/apis_services/fetched_files.yml +++ b/content/tocs/apis_services/fetched_files.yml diff --git a/contain/tocs/apis_services/toc_dev_en.yml b/content/tocs/apis_services/toc_dev_en.yml index 083a9a7..083a9a7 100644 --- a/contain/tocs/apis_services/toc_dev_en.yml +++ b/content/tocs/apis_services/toc_dev_en.yml diff --git a/contain/tocs/architecture/fetched_files.yml b/content/tocs/architecture/fetched_files.yml index 8ca29b3..8ca29b3 100644 --- a/contain/tocs/architecture/fetched_files.yml +++ b/content/tocs/architecture/fetched_files.yml diff --git a/contain/tocs/architecture/toc_dev_en.yml b/content/tocs/architecture/toc_dev_en.yml index 6d8e2d9..6d8e2d9 100644 --- a/contain/tocs/architecture/toc_dev_en.yml +++ b/content/tocs/architecture/toc_dev_en.yml diff --git a/contain/tocs/devguides/fetched_files.yml b/content/tocs/devguides/fetched_files.yml index 733b8f1..733b8f1 100644 --- a/contain/tocs/devguides/fetched_files.yml +++ b/content/tocs/devguides/fetched_files.yml diff --git a/contain/tocs/devguides/toc_dev_en.yml b/content/tocs/devguides/toc_dev_en.yml index e2bc729..e2bc729 100644 --- a/contain/tocs/devguides/toc_dev_en.yml +++ b/content/tocs/devguides/toc_dev_en.yml diff --git a/contain/tocs/getting_started/fetched_files.yml b/content/tocs/getting_started/fetched_files.yml index 8dd0181..8dd0181 100644 --- a/contain/tocs/getting_started/fetched_files.yml +++ b/content/tocs/getting_started/fetched_files.yml diff --git a/contain/tocs/getting_started/toc_dev_en.yml b/content/tocs/getting_started/toc_dev_en.yml index 2610f27..2610f27 100644 --- a/contain/tocs/getting_started/toc_dev_en.yml +++ b/content/tocs/getting_started/toc_dev_en.yml diff --git a/contain/tocs/hardware/fetched_files.yml b/content/tocs/hardware/fetched_files.yml index 62b1c0d..62b1c0d 100644 --- a/contain/tocs/hardware/fetched_files.yml +++ b/content/tocs/hardware/fetched_files.yml diff --git a/contain/tocs/hardware/toc_dev_en.yml b/content/tocs/hardware/toc_dev_en.yml index 0c6b9a5..0c6b9a5 100644 --- a/contain/tocs/hardware/toc_dev_en.yml +++ b/content/tocs/hardware/toc_dev_en.yml |