Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to document cnd's HTTP API #38

Merged
merged 20 commits into from
Sep 3, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix some periods
  • Loading branch information
luckysori committed Sep 3, 2019
commit 16e4698d054ae5b982b329f760692deb9e53bd0d
6 changes: 3 additions & 3 deletions 0015-how-to-document-cnd-http-api.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ Fortunately, this specification will be <<test-specification,tested>> and we can
==== Options ====

===== https://petstore.swagger.io/[SwaggerUI] =====
* Extremely popular (over 15k stars on https://github.com/swagger-api/swagger-ui[GitHub])
* Extremely popular (over 15k stars on https://github.com/swagger-api/swagger-ui[GitHub]).
* RPC-style.
* Looks like this:
image::How_to_visualise_documentation/Swagger_UI_2019-08-29_18-16-23.png[scaledwidth=100%]
Expand All @@ -179,10 +179,10 @@ ReDoc because it is easy and I think it looks nice.

=== What does the documentation include? ===

==== HTTP API Specification. ====
==== HTTP API Specification ====
Models services.

==== JSON Schema. ====
==== JSON Schema ====
Models data.

=== How to host documentation for current `master` HEAD ===
Expand Down