docs: add link to api schema docs

This commit is contained in:
Scott Jungling
2021-09-08 10:18:25 -07:00
parent f3c0f3f493
commit 444cf47bba

View File

@@ -1,20 +1,20 @@
# Table of contents
* [Welcome to Moderne](README.md)
- [Welcome to Moderne](README.md)
## Getting Started
* [Quick Start: Running your first recipe](getting-started/running-your-first-recipe.md)
- [Quick Start: Running your first recipe](getting-started/running-your-first-recipe.md)
## How-to Guides <a id="how-to"></a>
* [Creating your own recipes with Builder](how-to/creating-your-own-recipes-with-builder.md)
* [Importing projects from GitHub](how-to/importing-projects-from-github.md)
* [Importing External Recipes](how-to/importing-external-recipes.md)
- [Creating your own recipes with Builder](how-to/creating-your-own-recipes-with-builder.md)
- [Importing projects from GitHub](how-to/importing-projects-from-github.md)
- [Importing External Recipes](how-to/importing-external-recipes.md)
## References
* [Repository Selection](references/repository-selection.md)
* [GitHub Permissions](references/github-permissions.md)
* [Token Management](references/create-api-access-tokens.md)
- [Repository Selection](references/repository-selection.md)
- [GitHub Permissions](references/github-permissions.md)
- [Token Management](references/create-api-access-tokens.md)
- [GraphQL API Documentation](references/api-schema.md)