add oma-tr969 docuemnt to main stream

Signed-off-by: weichen <niweichen@chinamobile.com>
Change-Id: I2484d79686ef1520d28b166758e893fb439d425b
diff --git a/docs/conf.py b/docs/conf.py
index d3101e9..d482975 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -60,6 +60,8 @@
 #OAM
 intersphinx_mapping['oam'] = ('https://docs.o-ran-sc.org/projects/o-ran-sc-oam/en/%s' % branch, None)
 intersphinx_mapping['portal-ric-dashboard'] = ('https://docs.o-ran-sc.org/projects/o-ran-sc-portal-ric-dashboard/en/%s' % branch, None)
+intersphinx_mapping['oam-tr069-adapter'] = ('https://docs.o-ran-sc.org/projects/o-ran-sc-oam-tr069-adapter/en/%s' % branch, None)
+
 
 #OCU
 #intersphinx_mapping['scp-ocu-openlte'] = ('https://docs.o-ran-sc.org/projects/o-ran-sc-scp-ocu-openlte/en/%s' % branch, None)
diff --git a/docs/projects.rst b/docs/projects.rst
index 804624c..a99fe4a 100644
--- a/docs/projects.rst
+++ b/docs/projects.rst
@@ -83,7 +83,7 @@
 * :doc:`OAM Operation and Maintenance <oam:index>`
 * :doc:`RIC Dashboard <portal-ric-dashboard:index>`
 * :doc:`Non-RT RIC Control Panel <nonrtric-controlpanel:index>`
-
+* :doc:`TR069 Adapter <oam-tr069-adapter:index>`
 
 O-RAN Central Unit (OCU)
 ------------------------
diff --git a/docs/release-notes.rst b/docs/release-notes.rst
index 45ccad1..3116784 100644
--- a/docs/release-notes.rst
+++ b/docs/release-notes.rst
@@ -173,6 +173,7 @@
 OAM which provides reference implementation according to the O-RAN OAM (WG1) documents.
 
 * :doc:`OAM Operation and Maintenance Release-notes <oam:release-notes>`
+* :doc:`TR069 Adapter Release-notes <oam-tr069-adapter:release-notes>`
 
 
 The O-RAN SC RIC Dashboard provides administrative and operator functions for a radio access network (RAN) controller. The web app is built as a single-page app using an Angular (version 8) front end and a Java (version 11) Spring-Boot (version 2.1) back end.