Skip to content

Commit

Permalink
feat: move bruno to tools section
Browse files Browse the repository at this point in the history
  • Loading branch information
dotoleeoak committed May 14, 2024
1 parent e48389e commit 0fd7ac9
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 5 deletions.
26 changes: 22 additions & 4 deletions .vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,13 +78,10 @@ export default defineConfig({
{
text: '코드 스타일 가이드',
link: '/dev/intro/style-guide'
},
{
text: 'API 문서 (Bruno)',
link: '/dev/intro/bruno'
}
]
},

{
text: 'Project',
items: [
Expand All @@ -101,8 +98,29 @@ export default defineConfig({
link: '/dev/project/stage-server'
}
]
},

{
text: 'Backend',
items: [
{
text: '개발 가이드',
link: '/dev/backend/'
}
]
},

{
text: 'Tools',
items: [
{
text: 'API 문서 (Bruno)',
link: '/dev/tools/bruno'
}
]
}
],

'/user/': [
{
text: '관리자',
Expand Down
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
2 changes: 1 addition & 1 deletion dev/intro/bruno.md → dev/tools/bruno.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ password가 조건에 맞지 않는 경우.

### GraphQL

![GraphQL Docs](assets/graphql-docs.png)
![GraphQL Docs](assets/bruno-graphql-docs.png)
GraphQL 서버 개발 시, field 타입을 정확하게 지정하여 Docs panel만으로 필드 및 반환 객체의 이름과 타입 정보를 알 수 있게 해 주세요.

Query나 Mutation에 인자가 들어가는 경우, `Variables` 항목에 분리하여 작성해주세요.

0 comments on commit 0fd7ac9

Please sign in to comment.