Skip to content

Commit

Permalink
feat(docs): added openfga support page (#665)
Browse files Browse the repository at this point in the history
  • Loading branch information
aaguiarz authored Feb 26, 2024
1 parent f7a57ea commit 41a8d5e
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
13 changes: 13 additions & 0 deletions docs/content/openfga-support.mdx
Original file line number Diff line number Diff line change
@@ -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.
6 changes: 5 additions & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
},
}
],
}),
],
Expand Down

0 comments on commit 41a8d5e

Please sign in to comment.