-
-
Notifications
You must be signed in to change notification settings - Fork 146
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: Added integration docs to gitbook summary
- Loading branch information
Showing
1 changed file
with
10 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,15 @@ | ||
# Table of contents | ||
|
||
* [❔ What is keyshade?](README.md) | ||
- [❔ What is keyshade?](README.md) | ||
|
||
## 🥰 CONTRIBUTING TO KEYSHADE | ||
|
||
* [Summary](contributing-to-keyshade/summary.md) | ||
* [Prerequisites](contributing-to-keyshade/prerequisites.md) | ||
* [Environment Variables](contributing-to-keyshade/environment-variables.md) | ||
* [Setting things up](contributing-to-keyshade/setting-things-up.md) | ||
* [Running things locally](contributing-to-keyshade/running-things-locally/README.md) | ||
* [Running the API](contributing-to-keyshade/running-things-locally/running-the-api.md) | ||
* [Design of our code](contributing-to-keyshade/design-of-our-code/README.md) | ||
* [API](contributing-to-keyshade/design-of-our-code/api.md) | ||
- [Summary](contributing-to-keyshade/summary.md) | ||
- [Prerequisites](contributing-to-keyshade/prerequisites.md) | ||
- [Environment Variables](contributing-to-keyshade/environment-variables.md) | ||
- [Setting things up](contributing-to-keyshade/setting-things-up.md) | ||
- [Running things locally](contributing-to-keyshade/running-things-locally/README.md) | ||
- [Running the API](contributing-to-keyshade/running-things-locally/running-the-api.md) | ||
- [Design of our code](contributing-to-keyshade/design-of-our-code/README.md) | ||
- [API](contributing-to-keyshade/design-of-our-code/api.md) | ||
- [Integrations](contributing-to-keyshade/design-of-our-code/integrations.md) |