Skip to content

Commit dfe7a9b

Browse files
authored
Merge pull request #43 from movabletype/add-v6-docs
Add v6 docs
2 parents 026a663 + f14873f commit dfe7a9b

16 files changed

Lines changed: 35967 additions & 53 deletions

File tree

docs/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ <h2 id="api-リファレンス">API リファレンス</h2>
2929
<li><a href="v3.html">API リファレンス (v3)</a></li>
3030
<li><a href="v4.html">API リファレンス (v4)</a></li>
3131
<li><a href="v5.html">API リファレンス (v5)</a></li>
32+
<li><a href="v6.html">API リファレンス (v6)</a></li>
3233
</ul>
3334
<h2 id="sdk">SDK</h2>
3435
<ul>

docs/v1.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

docs/v2.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

docs/v3.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

docs/v4.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

docs/v5.html

Lines changed: 37 additions & 37 deletions
Large diffs are not rendered by default.

docs/v6.html

Lines changed: 7195 additions & 0 deletions
Large diffs are not rendered by default.

download-openapi.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22

3-
for v in v1 v2 v3 v4 v5; do \
3+
for v in v1 v2 v3 v4 v5 v6; do \
44
curl -s http://192.168.58.25/cgi-bin/mt/mt-data-api.cgi/${v}/ \
55
| jq '.servers[0].url = "https://example.com/mt/mt-data-api.cgi/v1"' \
66
| jq -S . > src/openapi/${v}.json; \

redoc-build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22

3-
for v in v1 v2 v3 v4 v5; do \
3+
for v in v1 v2 v3 v4 v5 v6; do \
44
npx redoc-cli build src/openapi/${v}.json \
55
--template src/openapi/data-api-redoc.hbs \
66
--disableGoogleFont \

src/markdown/index_main.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
- [API リファレンス (v3)](v3.html)
1313
- [API リファレンス (v4)](v4.html)
1414
- [API リファレンス (v5)](v5.html)
15+
- [API リファレンス (v6)](v6.html)
1516

1617

1718
## SDK

0 commit comments

Comments
 (0)