docs: added beta features documentation (#4859)

This commit is contained in:
Shahed Nasser
2023-08-25 14:59:20 +03:00
committed by GitHub
parent 7aaa332a32
commit 6d94c0c181
4 changed files with 132 additions and 5 deletions
@@ -15,7 +15,7 @@ Feature flags are used in Medusa to guard beta features that arent ready for
If a feature is guarded by a flag, entities, migrations, endpoints, and other resources associated with that feature are guarded by that flag as well. So, these resources will only be available to use in Medusa if you have enabled the associated feature flag.
You can view a list of available feature flags that you can toggle in [the Medusa GitHub mono-repository](https://github.com/medusajs/medusa/tree/master/packages/medusa/src/loaders/feature-flags). In each feature flag file, you can find the default value of the feature flag, its name, environment variable name, and more.
You can view a list of available feature flags that you can toggle in [the Beta Features documentation](../../beta.md).
<DocCard item={{
type: 'link',