diff options
author | Jan-Simon Möller <dl9pf@gmx.de> | 2020-03-02 23:04:22 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-02 23:04:22 +0100 |
commit | 53ca2a2e3a3e183616d4a060ef917e36eb2d23b5 (patch) | |
tree | 0ae6224559314904492033378795bd21b96623d6 /agl-documentation/sdk-devkit/mkdocs.yml | |
parent | 4e7e82a279ffa322f31e0dfee8a4bad370878753 (diff) | |
parent | aa9912660e08f8d406e74807bab476cc60dd9581 (diff) |
Merge pull request #17 from dl9pf/for-master
Add agl-documentation subfolder into agl repo
Diffstat (limited to 'agl-documentation/sdk-devkit/mkdocs.yml')
-rw-r--r-- | agl-documentation/sdk-devkit/mkdocs.yml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/agl-documentation/sdk-devkit/mkdocs.yml b/agl-documentation/sdk-devkit/mkdocs.yml new file mode 100644 index 0000000..c340a9d --- /dev/null +++ b/agl-documentation/sdk-devkit/mkdocs.yml @@ -0,0 +1,20 @@ +site_name: AGL Application Framework Binder +theme: readthedocs +docs_dir: docs +pages: +- 'Document revisions' : '0-Doc-Revisions.md' +- 'Part 1 - Build AGL image from scratch': + - 'Abstract' : 'part-1/1_0_Abstract.md' + - '1. Deploy an image using containers' : 'part-1/1_1-Deploy_image.md' + - '2. Setting up your operating system' : 'part-1/1_2-Setting-up-your_os.md' + - '3. Install AGL Yocto image for Porter board using Docker container' : 'part-1/1_3-Install-agl-for-porter.md' + - '4. Inside the container' : 'part-1/1_4-Inside-the-container.md' + - '5. Build an image for Porter board' : 'part-1/1_5-Build-image-Porter.md' + - '6. Porter image deployment on target' : 'part-1/1_6-Porter-image-deployment.md' + - '7. AGL SDK compilation and installation' : 'part-1/1_7-SDK-compilation-installation.md' +- 'Part 2 - Build your 1st application' : + - 'Abstract' : 'part-2/2_0_Abstract.md' + - '1. Initializing SDK environment and templates' : 'part-2/2_1-Init-sdk-env.md' + - '2. Trying out the templates' : 'part-2/2_2-Trying-out-templates.md' + - '3. Developing smoothly with the container' : 'part-2/2_3-Dev-with-container.md' + - '4. Creating your own hybrid application' : 'part-2/2_4-Creating-hybrid-app.md' |