diff --git a/docs/advanced/architecture.md b/docs/advanced/architecture.md new file mode 100644 index 000000000..ef9596df5 --- /dev/null +++ b/docs/advanced/architecture.md @@ -0,0 +1,21 @@ +--- +title: "Architecture" +layout: default +sort: 6 +published: false +--- + +# Architecture +{: .no_toc } + +## Table of contents +{: .no_toc .text-delta } + +1. TOC +{:toc} + +--- + +***WORK IN PROGRESS*** + +This page first gives an architectural overview and describes principles behind. diff --git a/docs/advanced/customization-guide.md b/docs/advanced/customization-guide.md new file mode 100644 index 000000000..a581474f1 --- /dev/null +++ b/docs/advanced/customization-guide.md @@ -0,0 +1,23 @@ +--- +title: "Customization Guide" +layout: default +sort: 5 +published: false +--- + +# Customization Guide +{: .no_toc } + +## Table of Contents +{: .no_toc .text-delta } + +1. TOC +{:toc} + +--- + +***WORK IN PROGRESS*** + +This document explains with examples how to use hooks, feature files and the +custom feature source. + diff --git a/docs/advanced/e2e-configuration-reference.md b/docs/advanced/e2e-configuration-reference.md new file mode 100644 index 000000000..a67a23f5a --- /dev/null +++ b/docs/advanced/e2e-configuration-reference.md @@ -0,0 +1,21 @@ +--- +title: "E2E-Test Config Reference" +layout: default +sort: 7 +published: false +--- + +# End-to-End Test Configuration File Reference +{: .no_toc } + +## Table of contents +{: .no_toc .text-delta } + +1. TOC +{:toc} + +--- + +***WORK IN PROGRESS*** + +This section describes the end-to-end test configuration file. diff --git a/docs/advanced/worker-configuration-reference.md b/docs/advanced/worker-configuration-reference.md new file mode 100644 index 000000000..3129418db --- /dev/null +++ b/docs/advanced/worker-configuration-reference.md @@ -0,0 +1,22 @@ +--- +title: "Worker Config Reference" +layout: default +sort: 4 +published: false +--- + +# NFD-Worker Configuration File Reference +{: .no_toc } + +## Table of contents +{: .no_toc .text-delta } + +1. TOC +{:toc} + +--- + +***WORK IN PROGRESS*** + +This section is a reference to all the configuration settings in the worker +config file.