From a3b65e405278eb4b54de869a19b66ed9338dd1a6 Mon Sep 17 00:00:00 2001 From: jsseidel Date: Thu, 28 Sep 2017 14:31:07 -0400 Subject: Added tutorial for portal-sdk apps Added a tutorial for how to create a basic app using the portal sdk. Change-Id: I52783748760501e57751e19d1eb586d21cbef0d9 Issue-Id: PORTAL-100 Signed-off-by: jsseidel --- docs/tutorials/portal-sdk/index.rst | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 docs/tutorials/portal-sdk/index.rst (limited to 'docs/tutorials/portal-sdk/index.rst') diff --git a/docs/tutorials/portal-sdk/index.rst b/docs/tutorials/portal-sdk/index.rst new file mode 100644 index 00000000..b37855cc --- /dev/null +++ b/docs/tutorials/portal-sdk/index.rst @@ -0,0 +1,23 @@ +.. Building ONAP Portal SDK Web Applications documentation master file, created by + sphinx-quickstart on Mon Aug 7 12:47:34 2017. + You can adapt this file completely to your liking, but it should at least + contain the root `toctree` directive. + +Building ONAP Portal SDK Web Applications +========================================= + +.. toctree:: + :maxdepth: 6 + :caption: Contents: + + intro + architecture + setting-up + creating + setting-up-db + your-angularjs-app + pulling-db-data + google-charts + dynamic-content + wrapping-up + -- cgit 1.2.3-korg