summaryrefslogtreecommitdiffstats
path: root/docs/index.rst
AgeCommit message (Expand)AuthorFilesLines
2019-05-30Release Notes upgradedNoemi Wagner1-1/+4
2019-05-17Link correction in Landing page and removal of Dublin release namingNoemi Wagner1-3/+3
2019-05-14Structural changes to documentationNoemi Wagner1-31/+35
2019-05-14Updating release nameSofia Wallin1-2/+2
2019-05-13VNFRQTS - Updating title to VNF and PNFHagop Bozawglanian1-30/+31
2019-04-26Overview document createdNoemi Wagner1-0/+1
2019-02-20Sidebar enhancementAndrea Visnyei1-2/+2
2019-01-08Adding HomeNoemi Wagner1-0/+1
2018-12-18Landing page restructuredNoemi Wagner1-17/+32
2018-12-05New landing page structureNoemi Wagner1-10/+36
2018-11-30Remove Beijing referencesEric Debeau1-3/+4
2018-11-23Removal of index and search from the landing pageGergely Csatari1-8/+0
2018-09-13Switch theme and add report issueRich Bennett1-2/+2
2018-09-01Cherry pick beijing improvements to masterRich Bennett1-5/+3
2018-08-31DOC - Updating location of the VNFRQTSBozawglanian, Hagop (hb755d)1-0/+1
2018-06-14Add description of master and stable releasesRich Bennett1-0/+10
2018-01-16Create use case example and structureRich Bennett1-0/+1
2017-11-03Multiple editorial improvementsRich Bennett1-3/+2
2017-09-14Add aai/search-data-service as submodule to docsMatthewHarffy1-1/+1
2017-09-13Enhancement and additions for webinarRich Bennett1-6/+4
2017-07-25[DOC-57 Add vnfrqts/guidelines submodule]Rich Bennett1-5/+9
2017-07-19[DOC-23]Initial structure and Documentation GuideRich Bennett1-0/+20
rnetes make common && make aai ``` If you work on a non default path, it's strongly advised to also render the template of your component / subcomponent to be sure it's as expected. Here's an example enabling service mesh on aai graphadmin: ```shell cd aai/components/ helm template --release-name onap --debug \ --set global.ingress.virtualhost.baseurl=toto \ --set global.ingress.enabled=true \ --set global.masterPassword="toto" \ --set global.serviceMesh.enabled=true \ --set global.serviceMesh.tls=true \ aai-graphadmin ``` All the output will be rendered YAML if everything works as expected or an error if something goes wrong. Usually the errors come from bad indentation or unknown values. ### Contributing a Patch 1. Fork the desired repo, develop and test your code changes. 2. Sign the LFN CLA (<https://www.onap.org/cla>) 3. Submit a pull request. 4. Work with the reviewers on their suggestions. 5. Ensure to rebase to the HEAD of your target branch and [squash un-necessary commits](https://blog.carbonfive.com/always-squash-and-rebase-your-git-commits/) before finally mergin your contribution.