File tree Expand file tree Collapse file tree 3 files changed +5
-15
lines changed
Expand file tree Collapse file tree 3 files changed +5
-15
lines changed Original file line number Diff line number Diff line change @@ -21,22 +21,11 @@ class MutationUpdateUser : GQLMutationUpdateUser {
2121}
2222```
2323
24- ** Getting started [ here] ( docs /codegen/gettings-started.md) !**
24+ ** Getting started [ here] ( /codegen/gettings-started.md ) !**
2525
2626
2727## Spring Boot integration
2828This integration works in a more opinionated way as it provides additional annotations which can be used to register code for various GraphQL types.
2929It also comes with a servlet, which handles all GraphQL requests.
3030
31- ** Getting started [ here] ( docs/spring-boot-integration/getting-started.md ) !**
32-
33-
34- ## Documentation
35- * Code generation
36- * [ Getting started (Gradle Plugin)] ( docs/codegen/gettings-started.md )
37- * [ Schema configuration] ( docs/codegen/schema-configuration.md )
38- * [ Advanced configuration (Gradle Plugin)] ( docs/codegen/advanced-configuration.md )
39- * [ Code generation with Spring Boot integration] ( docs/codegen/code-generation-with-spring-boot-integration.md )
40- * Spring Boot integration
41- * [ Getting started] ( docs/spring-boot-integration/getting-started.md )
42- * [ Annotations] ( docs/spring-boot-integration/annotations.md )
31+ ** Getting started [ here] ( /spring-boot-integration/getting-started.md ) !**
Original file line number Diff line number Diff line change @@ -17,6 +17,6 @@ graphqlKotlinCodegen {
1717}
1818```
1919
20- After you've configured the plugin you may [ ** continue with configuring your schema** ] ( schema-configuration.md ) .
20+ After you've configured the plugin you may [ ** continue with configuring your schema** ] ( /codegen/ schema-configuration.md) .
2121
22- Further configuration options for the plugin can be found [ here] ( advanced-configuration.md ) .
22+ Further configuration options for the plugin can be found [ here] ( /codegen/ advanced-configuration.md) .
Original file line number Diff line number Diff line change 1919 </ script >
2020 < script src ="//cdn.jsdelivr.net/npm/docsify/lib/docsify.min.js "> </ script >
2121 < script src ="//cdn.jsdelivr.net/npm/prismjs@1/components/prism-kotlin.min.js "> </ script >
22+ < script src ="//cdn.jsdelivr.net/npm/prismjs@1/components/prism-graphql.min.js "> </ script >
2223</ body >
2324</ html >
You can’t perform that action at this time.
0 commit comments