From 41a8d5e8dc33203fd134b13f1895aa928eeb41e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Aguiar?= Date: Mon, 26 Feb 2024 13:26:35 -0300 Subject: [PATCH] feat(docs): added openfga support page (#665) --- docs/content/openfga-support.mdx | 13 +++++++++++++ docusaurus.config.js | 6 +++++- 2 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 docs/content/openfga-support.mdx diff --git a/docs/content/openfga-support.mdx b/docs/content/openfga-support.mdx new file mode 100644 index 000000000..90f341e95 --- /dev/null +++ b/docs/content/openfga-support.mdx @@ -0,0 +1,13 @@ +--- +title: Support +sidebar_position: 2 +slug: /support +description: Learn how to engage with the OpenFGA Community +--- +# OpenFGA Community Support + +The OpenFGA community has a channel in the [CNCF](https://cncf.io) Slack. + +If you don't have access to the CNCF Slack you can request an invitation [here](https://slack.cncf.io). You can join the community in the [#openfga](https://cloud-native.slack.com/archives/C06G1NNH47N) channel. + +You can also use [GitHub discussions](https://github.com/orgs/openfga/discussions) to ask questions and submit product ideas. diff --git a/docusaurus.config.js b/docusaurus.config.js index 2b022b6c1..eb4adff0a 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -157,10 +157,14 @@ import dev.openfga.sdk.api.configuration.ClientConfiguration;`, to: '/api/service', from: ['/api'], }, + { + to: '/docs/support', + from: '/support', + }, { to: '/docs/authorization-and-openfga', from: '/docs', - }, + } ], }), ],