-
-
Notifications
You must be signed in to change notification settings - Fork 127
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
32 changed files
with
564 additions
and
1,351 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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,16 +1,11 @@ | ||
.PHONY : install test serve-docs lint | ||
.PHONY : install test lint | ||
|
||
POETRY := $(shell command -v poetry 2> /dev/null) | ||
MKDOCS := $(shell command -v mkdocs 2> /dev/null) | ||
|
||
all: install test serve-docs | ||
all: install test | ||
|
||
install: | ||
${POETRY} install | ||
|
||
test: | ||
${POETRY} run pytest | ||
|
||
serve-docs: | ||
poetry install | ||
${MKDOCS} serve |
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,38 @@ | ||
--- | ||
title: Strawberry Django docs | ||
--- | ||
|
||
# Strawberry Django docs | ||
|
||
## General | ||
|
||
- [Index](./index.md) | ||
- [Community Projects](./community-projects.md) | ||
- [FAQ](./faq.md) | ||
|
||
## Guide | ||
|
||
- [Authentication](./guide/authentication.md) | ||
- [Export Schema](./guide/export-schema.md) | ||
- [Fields](./guide/fields.md) | ||
- [Filters](./guide/filters.md) | ||
- [Mutations](./guide/mutations.md) | ||
- [Optimizer](./guide/optimizer.md) | ||
- [Ordering](./guide/ordering.md) | ||
- [Pagination](./guide/pagination.md) | ||
- [Permissions](./guide/permissions.md) | ||
- [Queries](./guide/queries.md) | ||
- [Relay](./guide/relay.md) | ||
- [Resolvers](./guide/resolvers.md) | ||
- [Settings](./guide/settings.md) | ||
- [Subscriptions](./guide/subscriptions.md) | ||
- [Types](./guide/types.md) | ||
- [Unit Testing](./guide/unit-testing.md) | ||
- [Views](./guide/views.md) | ||
|
||
## Integrations | ||
|
||
- [Channels](./integrations/channels.md) | ||
- [Choices Field](./integrations/choices-field.md) | ||
- [Debug Toolbar](./integrations/debug-toolbar.md) | ||
- [Guardian](./integrations/guardian.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 was deleted.
Oops, something went wrong.
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
Oops, something went wrong.