forked from PalisadoesFoundation/talawa-api
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add auto schema markdown generation to Talawa-API [Fixes part of Pali…
…sadoesFoundation#1240] (PalisadoesFoundation#1247) * Add schema documentation * Add branch for testing * Fix docker action * Fix script * Remove docker * Bug fix * Move to correct workflow file * Remove docker files * Add documentation and change directory structure * Add schema export * Fix linting * Make required changes * Linting fix * Change commit message * Add docs directory * Add manual git command * Disable hooks in CI * Generate GraphQL Schema and Markdown Documentation * Better descriptions * Add docs to ESLint ignore * Upload schema.json as artifact * Sync * Fix movement * Bug fix * Syntax fix * Syntax fix * Bug fix * Add ls * Add ls * Change driectories * Add listing * Fix directory structure * Change branchname * Remove spec * Fix workflow * Generate GraphQL Schema and Markdown Documentation * Add secret authentication * Finalise tested workflow * Change token * Move get-graphql-schema to a dev dependency * Move to TALAWA_DOCS_SYNC token --------- Co-authored-by: EshaanAgg <[email protected]>
- Loading branch information
Showing
10 changed files
with
5,776 additions
and
8 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 |
---|---|---|
|
@@ -3,4 +3,5 @@ | |
build | ||
coverage | ||
node_modules | ||
src/types | ||
src/types | ||
docs/Schema.md |
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
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
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
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 |
---|---|---|
|
@@ -3,4 +3,5 @@ | |
build | ||
coverage | ||
node_modules | ||
src/types | ||
src/types | ||
docs/Schema.md |
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
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Documentation | ||
|
||
This directory contain the all the relevant documentation about the API for the developers. | ||
|
||
Currently it has only one: | ||
|
||
- [Schema.md](./Schema.md): Contains the documentation about the GraphQL schema in Markdown format. Auto-generated on push to `develop` branch with the help of `graphql-markdown` plugin. |
Oops, something went wrong.