diff options
Diffstat (limited to 'content')
-rw-r--r-- | content/tocs/howto/section_flounder.yml | 12 | ||||
-rw-r--r-- | content/tocs/reference/section_flounder.yml | 4 |
2 files changed, 16 insertions, 0 deletions
diff --git a/content/tocs/howto/section_flounder.yml b/content/tocs/howto/section_flounder.yml new file mode 100644 index 0000000..ba3d899 --- /dev/null +++ b/content/tocs/howto/section_flounder.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 + diff --git a/content/tocs/reference/section_flounder.yml b/content/tocs/reference/section_flounder.yml new file mode 100644 index 0000000..b0b85ec --- /dev/null +++ b/content/tocs/reference/section_flounder.yml @@ -0,0 +1,4 @@ +url_fetch : "GERRIT_FETCH" + +name: Reference +template: generated_index.html |