Create list of providers dynamically from provider docs front matter #1157
Labels
docs
Relates to documentation
enhancement
New feature or request
good first issue
Good issue to take for first time contributors
Currently, we define providers twice in the documentation. We have a
www/providers.json
file, but each provider documentation has the same information about the provider id and title. We could create theproviders.json
file out of those front matters, and add it as a pre-build step for the documentation page. This would minimize the number of files that need to be added/edited when adding a new provider.Ref: 1a1a1f9#commitcomment-46130313
all supported providers: https://github.com/nextauthjs/next-auth/tree/canary/www/docs/providers
providers.json: https://github.com/nextauthjs/next-auth/blob/canary/www/providers.json
The text was updated successfully, but these errors were encountered: