diff options
author | growupboron <shankhoghosh123@gmail.com> | 2020-10-09 00:19:18 +0530 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2020-10-14 11:19:53 +0000 |
commit | eefc3ab6cbb8a5901632f46d99e13c8d90b2415d (patch) | |
tree | 90815d532ed7b2d0962a1468aee29f05a4404eef /docs/index.md | |
parent | 4aad369c9728061c97b3de792286e743ee884b09 (diff) |
rewrote quickstart, build-process
Revamped and updated documentation to install and build AGL images.
(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: Iedb6c7dc1661f4bc58b5f25ea5d188778c7ff908
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/documentation/+/25407
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.* ![AGL](img/agl.png) -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. |