This repository provides the documentation for OpenFeature.
⚠️ The docs have moved!: You can find the new docs here.
We are following a slightly modified version of the diataxis framework for our documentation:
- Docs: Reference material for using OpenFeature e.g. the specific commands and code
- Getting Started: Guide on using OpenFeature
- Tutorials: Use Cases and specific implementations
- Explanations: Extensive explanations of the different components
We welcome your contribution to the OpenFeature documentation. Please make sure to read our contributor guidelines
This website is built using Docusaurus 2, a modern static website generator. Please refer to the docusaurus documentation to learn how to format the documentation.
When adding a diagram to the documentation, it's recommended to use one of the following tools:
Mermaid is uses a Markdown-inspired text definitions to create diagrams. These diagrams are natively supported in GitHub and Docusaurus.
Excalidraw is a virtual whiteboard for sketching hand-drawn like diagrams. When saving an Excalidraw image, make sure to use the "embed scene" option. That will allow others to edit the image in the future.
You will need Node.js installed. Node.js >= 16.10 comes with corepack
which can be used to access yarn
. Instructions for using yarn on all versions of node can be found here.
yarn
yarn start
This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
yarn build
This command generates static content into the build
directory and can be served using any static contents hosting service.
The documentation is hosted by Netlify and deployments are automatically triggered after a successful merge to main.
- Documentation: CC-BY-4.0
- Code: Apache-2.0