diff options
Diffstat (limited to 'content/tocs/howto')
-rw-r--r-- | content/tocs/howto/section_guppy.yml | 13 | ||||
-rw-r--r-- | content/tocs/howto/section_master.yml | 12 |
2 files changed, 25 insertions, 0 deletions
diff --git a/content/tocs/howto/section_guppy.yml b/content/tocs/howto/section_guppy.yml new file mode 100644 index 0000000..2a1d0a5 --- /dev/null +++ b/content/tocs/howto/section_guppy.yml @@ -0,0 +1,13 @@ +url_fetch : "GERRIT_FETCH" + +name: How To +template: generated_index.html +books: +- + id: howto-add-docs + url_fetch: GITHUB_FETCH + url_edit: GITHUB_EDIT + git_commit: master + git_name: automotive-grade-linux/docs-sources + path: docs/handle-docs-book.yml + diff --git a/content/tocs/howto/section_master.yml b/content/tocs/howto/section_master.yml new file mode 100644 index 0000000..ba3d899 --- /dev/null +++ b/content/tocs/howto/section_master.yml @@ -0,0 +1,12 @@ +url_fetch : "GERRIT_FETCH" + +name: How To +template: generated_index.html +books: +- + id: howto-add-docs + url_fetch: GITHUB_FETCH + url_edit: GITHUB_EDIT + git_name: automotive-grade-linux/docs-sources + path: docs/handle-docs-book.yml + |