docs: add quickstart for go (#1635)

* docs: add quickstart for go

* some improvements

* change to md links
This commit is contained in:
Livio Amstutz
2021-04-22 16:58:33 +02:00
committed by GitHub
parent 221049bc40
commit 9d778fa67c
2 changed files with 147 additions and 0 deletions

View File

@@ -22,6 +22,11 @@ module.exports = {
items: ['quickstarts/angular'],
collapsed: false,
},
{
type: 'category',
label: 'Backends',
items: ['quickstarts/go'],
},
{
type: 'category',
label: 'Identity Aware Proxy',