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:17:47 +0000 |
commit | de81a8b07f8139fa0f65dddffc839b4a5e83dad7 (patch) | |
tree | ac79454280799638fc7c0f9d6bc9e934b11e8580 /docs/index.md | |
parent | 13dda7db03587f9aa6d8095207e0d126b32141c7 (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>
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. |