Skip to content

Commit

Permalink
fix: docs sequence 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
korECM committed Oct 2, 2022
1 parent 463516f commit 04e3610
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 11 deletions.
2 changes: 1 addition & 1 deletion src/docs/asciidoc/cafe-feeds.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[[Feed-API]]
== Feed API
=== Feed API

[[Get-Feed]]
==== 카페 피드 조회
Expand Down
2 changes: 1 addition & 1 deletion src/docs/asciidoc/cafe.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[[Cafe-API]]
== Cafe API
=== Cafe API

[[Get-Cafe]]
==== 카페 조회
Expand Down
4 changes: 2 additions & 2 deletions src/docs/asciidoc/common-response.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[[Common_Response]]
=== 공통 응답
=== 응답

==== 응답이 없을 때
operation::common-response-null[snippets='http-response,response-fields']
Expand All @@ -10,6 +10,6 @@ operation::common-response-single[snippets='http-response,response-fields']
==== 응답이 여러 개일 때
operation::common-response-list[snippets='http-response,response-fields']

==== 에러가 발생한 경우 응답
==== 에러가 발생한 경우
operation::common-response-error[snippets='http-response,response-fields']

2 changes: 1 addition & 1 deletion src/docs/asciidoc/follow.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[[follow-API]]
== 팔로우 API
=== 팔로우 API

[[follow]]
==== 멤버 팔로우
Expand Down
6 changes: 6 additions & 0 deletions src/docs/asciidoc/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
:sectlinks:
:docinfo: shared-head

[[Common]]
== 공통

include::common-response.adoc[]

[[Auth]]
Expand All @@ -15,6 +18,9 @@ include::common-response.adoc[]
include::apple-auth.adoc[]
include::kakao-auth.adoc[]

[[Etc]]
== 기타

include::profile.adoc[]

include::follow.adoc[]
Expand Down
2 changes: 1 addition & 1 deletion src/docs/asciidoc/keyword.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[[Keyword-API]]
== Keyword API
=== Keyword API

[[Get-Keyword-List]]
==== 키워드 목록 조회
Expand Down
4 changes: 1 addition & 3 deletions src/docs/asciidoc/profile.adoc
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
[[profile-API]]
== 프로필 API
=== 프로필 API

[[get]]
==== 멤버 프로필 조회

operation::get-profile[snippets='http-request,path-parameters,http-response,response-fields-body']


2 changes: 1 addition & 1 deletion src/docs/asciidoc/review.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[[Review-API]]
== Review API
=== Review API

[[writeReview]]
==== 리뷰 작성
Expand Down
2 changes: 1 addition & 1 deletion src/docs/asciidoc/search.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[[Search-API]]
== Search API
=== Search API

[[Search-Member-By-Name]]
==== 멤버 이름 검색
Expand Down

0 comments on commit 04e3610

Please sign in to comment.