docs(quickstarts): add flutter quickstart (#1714)

Signed-off-by: Christoph Bühler <christoph@smartive.ch>
This commit is contained in:
Christoph Bühler
2021-05-07 15:50:32 +02:00
committed by GitHub
parent 7bb689269a
commit 4a388e410a
5 changed files with 370 additions and 0 deletions

View File

@@ -28,6 +28,12 @@ module.exports = {
items: ['quickstarts/go', 'quickstarts/dot-net'],
collapsed: false,
},
{
type: 'category',
label: 'Frameworks',
items: ['quickstarts/flutter'],
collapsed: false,
},
{
type: 'category',
label: 'Identity Aware Proxy',