diff options
author | Shankho Boron Ghosh <shankhoghosh123@gmail.com> | 2020-10-23 00:10:00 +0530 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2020-10-23 10:38:36 +0000 |
commit | 29251f313842f7e642cf81f2fd24c4f92359a4ea (patch) | |
tree | 250e6f1ec36caba7ead3a9be99116e483c41aa77 /docs/index.md | |
parent | 49a9b9aabf188ab9ca2fa5e7aed68ae4e663cec1 (diff) |
Added Contribution Guide
Exhaustive Contribution Guide. Removed Trailing Whitespaces.
Updated index.md. Abandoned accidental commits 25474,
25474 and uploading a new patchset. Corrected code renderings.
v2 (jsmoeller): Update contribution subchapters
Bug-AGL: SPEC-3633
Signed-off-by: Shankho Boron Ghosh <shankhoghosh123@gmail.com>
Change-Id: Ia808adc0208052f0591396860ac776e34070d279
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/documentation/+/25473
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tested-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
(cherry picked from commit de81a8b07f8139fa0f65dddffc839b4a5e83dad7)
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/documentation/+/25393
Diffstat (limited to 'docs/index.md')
-rw-r--r-- | docs/index.md | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/docs/index.md b/docs/index.md index b78611a..10cba84 100644 --- a/docs/index.md +++ b/docs/index.md @@ -45,16 +45,12 @@ The "Getting Started" topics allow you to quickly accomplish some work using AGL. You can use the "Getting Started" sections to do the following: -* [Quickstart](./0_Getting_Started/1_Quickstart/Quickstart.md) to quickly install the pre-built images into an emulation or hardware platform. +* [Quickstart](./0_Getting_Started/1_Quickstart/Using_Ready_Made_Images.md) to quickly install the pre-built images into an emulation or hardware platform. * [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. |