VOL-4890 - VOLTHA 2.11 release notes page

VOL-4840 - v2.11 documentation

howto/release/index.rst
-----------------------
  o Relocate list of legacy release note links from the left margin main
    index into release_notes/index.html to condense the index.

overview/release_process.rst
----------------------------
  o Misc cleanups & edits: change v2.10 -> v2.11.

release_notes/voltha_2.11.rst
-----------------------------
  o Add Mahir(s) v2.11 release notes wiki to the document.
  o Component name and version expanded into a table that includes links to gerrit and github (wip).
  o Removed agent packages section from v2.10.

Change-Id: I79b35f2bc6aca51567e78f92285904cac7696f4b
diff --git a/howto/release/components/index.rst b/howto/release/components/index.rst
new file mode 100644
index 0000000..a63e5dc
--- /dev/null
+++ b/howto/release/components/index.rst
@@ -0,0 +1,17 @@
+VOLTHA Components (wip)
+=======================
+
+- `Jenkins Release Job <https://jenkins.opencord.org/job/onos-app-release/>`_
+
+    - Initiate a build for the target component, specify appVersion & apiVersion.
+    - Job will modify pom.xml and create pull requests based on version strings.
+    - Approve and merge the pom.xml changes.
+    - Next a jenkins job will publish changes to maven central.
+
+       - A user login is required.
+       - `Wait until artifacts are published <https://search.maven.org/search?q=g:org.opencord>`_
+       - Verify status then manually initiate.
+    - `Visit <https://oss.sonatype.org>`_
+       - Select app to release.
+       - Click Show all versions.
+       - TODO: Girish to provide remaining steps.