Skip to content
This repository has been archived by the owner on Apr 14, 2023. It is now read-only.

OpenFeature Documentation

License

CC-BY-4.0, Apache-2.0 licenses found

Licenses found

CC-BY-4.0
LICENSE
Apache-2.0
LICENSE-CODE
Notifications You must be signed in to change notification settings

open-feature/docs.openfeature.dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

OpenFeature Documentation

This repository provides the documentation for OpenFeature.

⚠️ The docs have moved!: You can find the new docs here.

Documentation Structure

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

Contributing

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.

Style Guide

Diagrams

When adding a diagram to the documentation, it's recommended to use one of the following tools:

Mermaid

Mermaid is uses a Markdown-inspired text definitions to create diagrams. These diagrams are natively supported in GitHub and Docusaurus.

Excalidraw

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.

Excalidraw Embed Scene

Running locally

Installation Prerequisites

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.

Installation

yarn

Local Development

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.

Build

yarn build

This command generates static content into the build directory and can be served using any static contents hosting service.

Deployment

The documentation is hosted by Netlify and deployments are automatically triggered after a successful merge to main.

Licenses