Skip to content

tartiflette/tartiflette.io

Repository files navigation

Tartiflette

Tartiflette is a GraphQL Server implementation built with/for Python 3.6+.

This repository contains the tartiflette instance of docusaurus. You will find only the HTML/CSS files, the skeleton of the tartiflette.io website, not its content. If you want to contribute to the content (API/Tutorial), please refer to the docs folder of the tartiflette repository -> https://github.com/tartiflette/tartiflette/tree/master/docs.

Tartiflette.io background

How to run the website locally?

git clone git@github.com:tartiflette/tartiflette.io.git
cd tartiflette.io
make import-docs
make run

How to pin a new version

git clone git@github.com:tartiflette/tartiflette.io.git
cd tartiflette.io
./create-new-version.sh 1.1.0
git commit -a -m "doc: new version 1.1.0"