openfga / openfga.dev

OpenFGA website and documentation
http://openfga.dev/
Apache License 2.0
28 stars 53 forks source link

feat: update documentation on configuration to point to dynamically generated file #119

Closed adriantam closed 1 year ago

adriantam commented 2 years ago

Currently, the table in https://openfga.dev/docs/getting-started/setup-openfga#configuring-the-server is coded statically. Ideally, this should be generated dynamically from the artifacts of https://github.com/openfga/openfga so that there is no mistmatch between the two.

adriantam commented 2 years ago

The config is generated from https://github.com/openfga/openfga/blob/main/config-schema.json

adriantam commented 2 years ago

Since the config schema is now a YAML format, we should update the docs to give simple example and refer readers for the file for all other options instead.