diff options
author | 2020-10-14 13:26:09 +0200 | |
---|---|---|
committer | 2020-10-14 11:28:17 +0000 | |
commit | 93c1058794d8bdab19c49df6d402a40963be65ec (patch) | |
tree | ab893f78a3b9928cf409cd3b63f6129381e4f5aa /docs/index.md | |
parent | 11d46ac01cf2b4bbc2e8ffe9b70ca27783af0137 (diff) |
Added Documentation for Jellyfish
(rewrote majority of them and updated with minor changes)
(removed whitespaces, added contribution guide, corrected rcar-gen3 section 7, added aglsetup.h flags to hardware support, some minor changes)
Bug-AGL: [SPEC-3633]
Signed-off-by: Shankho Boron Ghosh <shankhoghosh123@gmail.com>
Change-Id: Ifd6b3c1cdaa41f05a74c1affe6db9e24763921b9
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/documentation/+/25411
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tested-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'docs/index.md')
-rw-r--r-- | docs/index.md | 22 |
1 files changed, 8 insertions, 14 deletions
diff --git a/docs/index.md b/docs/index.md index 4996143..b78611a 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,16 +1,8 @@ -**AGL Demo** - - -**A mockup documentation website for GSoD.** +#### *Welcome to the Automotive Grade Linux (AGL) documentation.*  -Overview -======== - -Welcome to the Automotive Grade Linux (AGL) documentation -"Getting Started" page. -This page provides you with a brief overview of the AGL Distribution +This current page provides you with a brief overview of the AGL Distribution and with an introduction to selected topics that can help you get a quick start using AGL for development. @@ -53,14 +45,16 @@ The "Getting Started" topics allow you to quickly accomplish some work using AGL. You can use the "Getting Started" sections to do the following: -* [Set Up a Docker Container](./docker-container-setup.html) to create a - contained, controlled development environment for building images and - Software Development Kits (SDKs) using AGL. +* [Quickstart](./0_Getting_Started/1_Quickstart/Quickstart.md) to quickly install the pre-built images into an emulation or hardware platform. -* [Learn How to Build an AGL Image](./image-workflow-intro.html) by working +* [Learn How to Build an AGL Image](./0_Getting_Started/2_Building_AGL_Image/0_Build_Process.md) by working through fundamental steps that show you how to build for various supported hardware targets (e.g. Raspberry PI boards). +* [Set Up a Docker Container](./) to create a + contained, controlled development environment for building images and + Software Development Kits (SDKs) using AGL. + * [Learn How to Create an Application](./app-workflow-intro.html) using the application development workflow. |