Skip to content

Commit

Permalink
[sea-orm-pro] edit
Browse files Browse the repository at this point in the history
  • Loading branch information
billy1624 committed Feb 3, 2025
1 parent 229d8ad commit 118f9d0
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 4 deletions.
8 changes: 5 additions & 3 deletions sea-orm-pro/docs/01-index.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,9 @@ AdventureWorks

7. GUI Development

7.1 Overview
7.1 [Overview](07-gui-development/01-overview.md)
+ Overview of React project
7.2 Development and Release
7.3 GraphQL Playground

7.2 [Development and Release](07-gui-development/02-dev-and-release.md)

7.3 [GraphQL Playground](07-gui-development/03-graphql.md)
1 change: 1 addition & 0 deletions sea-orm-pro/docs/07-gui-development/01-overview.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Overview
1 change: 1 addition & 0 deletions sea-orm-pro/docs/07-gui-development/02-dev-and-release.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Development and Release
4 changes: 3 additions & 1 deletion sea-orm-pro/docs/07-gui-development/03-graphql.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# GraphQL Playground

```graphql
query {
customer(
Expand All @@ -19,4 +21,4 @@ query {
}
}
}
```
```
4 changes: 4 additions & 0 deletions sea-orm-pro/docs/07-gui-development/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"label": "GUI Development",
"collapsed": false
}

0 comments on commit 118f9d0

Please sign in to comment.