summaryrefslogtreecommitdiffstats
path: root/docs/handle-docs/abstract.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/handle-docs/abstract.md')
-rw-r--r--docs/handle-docs/abstract.md23
1 files changed, 23 insertions, 0 deletions
diff --git a/docs/handle-docs/abstract.md b/docs/handle-docs/abstract.md
new file mode 100644
index 0000000..5734b2f
--- /dev/null
+++ b/docs/handle-docs/abstract.md
@@ -0,0 +1,23 @@
+# Abstract
+
+AGL doc website is based on a collection of markdown files fetched from various repositories.
+A tool available in [docs-tools](https://github.com/automotive-grade-linux/docs-tools) takes
+care of collecting and templating all markdown files according fetched_files.yml located in
+[docs-webtemplate](https://github.com/automotive-grade-linux/docs-webtemplate).
+
+See below a scheme of the workflow of agl documentation website generation.
+
+![alt text](pictures/workflow.png)
+
+As you can see, the section_``version``.yml contains the links to all the book yaml files, it is proceed to fetch all book yaml files from remote repositories to the docs-webtemplate. The book yaml files contains all the url to your markdown files from the remote repository.
+
+As soon as all the markdown files are fetched, the tools process to generate the AGL doc website.
+
+---
+
+**Note:**
+
+The images described in markdown files are automatically fetched. For that, the necessary condition is that in markdown files, the relative path has to match with the location of images.
+
+---
+