Skip to content

Commit

Permalink
chore: use slack instead of discord (#318)
Browse files Browse the repository at this point in the history
  • Loading branch information
rhamzeh authored Feb 27, 2024
2 parents 2fbb055 + 3322021 commit 257493f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 11 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
# OpenFGA Client SDK Generator

[![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](./LICENSE)
[![Discord Server](https://img.shields.io/discord/759188666072825867?color=7289da&logo=discord "Discord Server")](https://discord.gg/8naAwJfWN6)
[![Join our community](https://img.shields.io/badge/slack-cncf_%23openfga-40abb8.svg?logo=slack)](https://openfga.dev/community)
[![Twitter](https://img.shields.io/twitter/follow/openfga?color=%23179CF0&logo=twitter&style=flat-square "@openfga on Twitter")](https://twitter.com/openfga)
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fopenfga%2Fsdk-generator.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2Fopenfga%2Fsdk-generator?ref=badge_shield)

This is the main generator responsible for generating the OpenFGA SDKs from the [OpenFGA OpenAPIv2 Document](https://github.com/openfga/api/blob/main/docs/openapiv2/apidocs.swagger.json).

Expand Down Expand Up @@ -38,7 +37,7 @@ OpenFGA is designed to make it easy for application builders to model their perm
- [OpenFGA Documentation](https://openfga.dev/docs)
- [OpenFGA API Documentation](https://openfga.dev/api/service)
- [Twitter](https://twitter.com/openfga)
- [OpenFGA Discord Community](https://discord.gg/8naAwJfWN6)
- [OpenFGA Community](https://openfga.dev/community)
- [Zanzibar Academy](https://zanzibar.academy)
- [Google's Zanzibar Paper (2019)](https://research.google/pubs/pub48190/)

Expand Down
5 changes: 1 addition & 4 deletions config/common/config.base.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"gitHost": "github.com",
"gitUserId": "openfga",
"userAgent": "openfga-sdk $sdk_language/$package_version",
"supportInfo": "https://discord.gg/8naAwJfWN6",
"supportInfo": "https://openfga.dev/community",
"docsUrl": "https://openfga.dev/docs",
"apiDocsUrl": "https://openfga.dev/api/service",
"websiteUrl": "https://openfga.dev",
Expand All @@ -22,9 +22,6 @@
"licenseId": "Apache-2.0",
"licenseBadgeId": "Apache_2.0",
"twitterUserName": "openfga",
"discordUrl": "https://discord.gg/8naAwJfWN6",
"discordServerId": "759188666072825867",
"discordChannelId": "930524706854031421",
"templateDir": "/config/template",
"sampleApiDomain": "fga.example",
"packageTags": [
Expand Down
8 changes: 4 additions & 4 deletions config/common/files/README.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{{>README_custom_badges}}[![Release](https://img.shields.io/github/v/release/{{gitUserId}}/{{gitRepoId}}?sort=semver&color=green)](https://{{gitHost}}/{{gitUserId}}/{{gitRepoId}}/releases)
{{#licenseBadgeId}}[![License](https://img.shields.io/badge/License-{{licenseBadgeId}}-blue.svg)](./LICENSE){{/licenseBadgeId}}
[![FOSSA Status](https://app.fossa.com/api/projects/git%2B{{gitHost}}%2F{{gitUserId}}%2F{{gitRepoId}}.svg?type=shield)](https://app.fossa.com/projects/git%2B{{gitHost}}%2F{{gitUserId}}%2F{{gitRepoId}}?ref=badge_shield)
{{#discordServerId}}[![Discord Server](https://img.shields.io/discord/{{discordServerId}}?color=7289da&logo=discord "Discord Server")]({{discordUrl}}){{/discordServerId}}
[![Join our community](https://img.shields.io/badge/slack-cncf_%23openfga-40abb8.svg?logo=slack)](https://openfga.dev/community)
{{#twitterUserName}}[![Twitter](https://img.shields.io/twitter/follow/{{.}}?color=%23179CF0&logo=twitter&style=flat-square "@{{.}} on Twitter")](https://twitter.com/{{.}}){{/twitterUserName}}

{{#packageDetailedDescription}}
Expand Down Expand Up @@ -67,9 +67,9 @@
{{#redditUrl}}
- [{{appName}} Subreddit]({{redditUrl}})
{{/redditUrl}}
{{#discordUrl}}
- [{{appName}} Discord Community]({{discordUrl}})
{{/discordUrl}}
{{#supportInfo}}
- [{{appName}} Community]({{supportInfo}})
{{/supportInfo}}
- [Zanzibar Academy](https://zanzibar.academy)
- [Google's Zanzibar Paper (2019)](https://research.google/pubs/pub48190/)

Expand Down

0 comments on commit 257493f

Please sign in to comment.