summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-07-15 18:28:08 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-07-15 18:28:08 +0900
commit5f5156561fe58b5d842e5505a2293bc94a732a72 (patch)
tree9555eaff9375006e05df5adb0a027d96243b5485 /src
parentグローバルタイムラインに返信を含めないように (diff)
downloadsharkey-5f5156561fe58b5d842e5505a2293bc94a732a72.tar.gz
sharkey-5f5156561fe58b5d842e5505a2293bc94a732a72.tar.bz2
sharkey-5f5156561fe58b5d842e5505a2293bc94a732a72.zip
ドキュメントをMarkdownで書くように
Diffstat (limited to 'src')
-rw-r--r--src/client/docs/about.en.pug3
-rw-r--r--src/client/docs/about.ja.pug3
-rw-r--r--src/client/docs/api.ja.pug103
-rw-r--r--src/client/docs/follow.ja.pug9
-rw-r--r--src/client/docs/gulpfile.ts18
-rw-r--r--src/client/docs/index.en.pug3
-rw-r--r--src/client/docs/index.ja.pug3
-rw-r--r--src/client/docs/license.en.pug17
-rw-r--r--src/client/docs/license.ja.pug17
-rw-r--r--src/client/docs/mute.ja.pug13
-rw-r--r--src/client/docs/search.ja.pug120
-rw-r--r--src/client/docs/tou.ja.pug3
-rw-r--r--src/docs/about.en.md3
-rw-r--r--src/docs/about.ja.md3
-rw-r--r--src/docs/api/endpoints/style.styl (renamed from src/client/docs/api/endpoints/style.styl)0
-rw-r--r--src/docs/api/endpoints/view.pug (renamed from src/client/docs/api/endpoints/view.pug)0
-rw-r--r--src/docs/api/entities/drive-file.yaml (renamed from src/client/docs/api/entities/drive-file.yaml)0
-rw-r--r--src/docs/api/entities/note.yaml (renamed from src/client/docs/api/entities/note.yaml)0
-rw-r--r--src/docs/api/entities/post.yaml (renamed from src/client/docs/api/entities/post.yaml)0
-rw-r--r--src/docs/api/entities/style.styl (renamed from src/client/docs/api/entities/style.styl)0
-rw-r--r--src/docs/api/entities/user.yaml (renamed from src/client/docs/api/entities/user.yaml)0
-rw-r--r--src/docs/api/entities/view.pug (renamed from src/client/docs/api/entities/view.pug)0
-rw-r--r--src/docs/api/mixins.pug (renamed from src/client/docs/api/mixins.pug)0
-rw-r--r--src/docs/api/style.styl (renamed from src/client/docs/api/style.styl)0
-rw-r--r--src/docs/article.pug4
-rw-r--r--src/docs/layout.pug (renamed from src/client/docs/layout.pug)0
-rw-r--r--src/docs/style.styl (renamed from src/client/docs/style.styl)2
-rw-r--r--src/docs/ui.styl (renamed from src/client/docs/ui.styl)0
-rw-r--r--src/server/web/docs.ts28
29 files changed, 27 insertions, 325 deletions
diff --git a/src/client/docs/about.en.pug b/src/client/docs/about.en.pug
deleted file mode 100644
index 893d9dd6a1..0000000000
--- a/src/client/docs/about.en.pug
+++ /dev/null
@@ -1,3 +0,0 @@
-h1 About Misskey
-
-p Misskey is a mini blog SNS.
diff --git a/src/client/docs/about.ja.pug b/src/client/docs/about.ja.pug
deleted file mode 100644
index fec933b0c6..0000000000
--- a/src/client/docs/about.ja.pug
+++ /dev/null
@@ -1,3 +0,0 @@
-h1 Misskeyについて
-
-p MisskeyはミニブログSNSです。
diff --git a/src/client/docs/api.ja.pug b/src/client/docs/api.ja.pug
deleted file mode 100644
index 665cfdc4b8..0000000000
--- a/src/client/docs/api.ja.pug
+++ /dev/null
@@ -1,103 +0,0 @@
-h1 Misskey API
-
-p MisskeyはWeb APIを公開しており、様々な操作をプログラム上から行うことができます。
-p APIを自分のアカウントから利用する場合(自分のアカウントのみ操作したい場合)と、アプリケーションから利用する場合(不特定のアカウントを操作したい場合)とで利用手順が異なりますので、それぞれのケースについて説明します。
-
-section
- h2 自分の所有するアカウントからAPIにアクセスする場合
- p 「設定 > API」で、APIにアクセスするのに必要なAPIキーを取得してください。
- p APIにアクセスする際には、リクエストにAPIキーを「i」というパラメータ名で含めます。
- div.ui.info.warn: p %fa:exclamation-triangle%アカウントを不正利用される可能性があるため、このトークンは第三者に教えないでください(アプリなどにも入力しないでください)。
- p APIの詳しい使用法は「Misskey APIの利用」セクションをご覧ください。
-
-section
- h2 アプリケーションからAPIにアクセスする場合
- p
- | 直接ユーザーのAPIキーをアプリケーションが扱うのは危険なので、
- | アプリケーションからAPIを利用する際には、アプリケーションとアプリケーションを利用するユーザーが結び付けられた専用のトークン(アクセストークン)をMisskeyに発行してもらい、
- | そのトークンをリクエストのパラメータに含める必要があります。
- div.ui.info: p %fa:info-circle%アクセストークンは、ユーザーが自分のアカウントにあなたのアプリケーションがアクセスすることを許可した場合のみ発行されます
-
- p それでは、アクセストークンを取得するまでの流れを説明します。
-
- section
- h3 1.アプリケーションを登録する
- p まず、あなたのアプリケーションやWebサービス(以後、あなたのアプリと呼びます)をMisskeyに登録します。
- p
- a(href=common.config.dev_url, target="_blank") デベロッパーセンター
- | にアクセスし、「アプリ > アプリ作成」に進みます。
- | フォームに必要事項を記入し、アプリを作成してください。フォームの記入欄の説明は以下の通りです:
-
- table
- thead
- tr
- th 名前
- th 説明
- tbody
- tr
- td アプリケーション名
- td あなたのアプリの名称。
- tr
- td アプリの概要
- td あなたのアプリの簡単な説明や紹介。
- tr
- td コールバックURL
- td ユーザーが後述する認証フォームで認証を終えた際にリダイレクトするURLを設定できます。あなたのアプリがWebサービスである場合に有用です。
- tr
- td 権限
- td あなたのアプリが要求する権限。ここで要求した機能だけがAPIからアクセスできます。
-
- p 登録が済むとあなたのアプリのシークレットキーが入手できます。このシークレットキーは後で使用します。
- div.ui.info.warn: p %fa:exclamation-triangle%アプリに成りすまされる可能性があるため、極力このシークレットキーは公開しないようにしてください。
-
- section
- h3 2.ユーザーに認証させる
- p あなたのアプリを使ってもらうには、ユーザーにアカウントへのアクセスの許可をもらう必要があります。
- p
- | 認証セッションを開始するには、#{common.config.api_url}/auth/session/generate へパラメータに appSecret としてシークレットキーを含めたリクエストを送信します。
- | リクエスト形式はJSONで、メソッドはPOSTです。
- | レスポンスとして認証セッションのトークンや認証フォームのURLが取得できるので、認証フォームのURLをブラウザで表示し、ユーザーにフォームを提示してください。
-
- p
- | あなたのアプリがコールバックURLを設定している場合、
- | ユーザーがあなたのアプリの連携を許可すると設定しているコールバックURLに token という名前でセッションのトークンが含まれたクエリを付けてリダイレクトします。
-
- p
- | あなたのアプリがコールバックURLを設定していない場合、ユーザーがあなたのアプリの連携を許可したことを(何らかの方法で(たとえばボタンを押させるなど))確認出来るようにしてください。
-
- section
- h3 3.ユーザーのアクセストークンを取得する
- p ユーザーが連携を許可したら、#{common.config.api_url}/auth/session/userkey へ次のパラメータを含むリクエストを送信します:
- table
- thead
- tr
- th 名前
- th 型
- th 説明
- tbody
- tr
- td appSecret
- td string
- td あなたのアプリのシークレットキー
- tr
- td token
- td string
- td セッションのトークン
- p 上手くいけば、認証したユーザーのアクセストークンがレスポンスとして取得できます。おめでとうございます!
-
- p アクセストークンが取得できたら、「ユーザーのアクセストークン+あなたのアプリのシークレットキーをsha256したもの」を「i」というパラメータでリクエストに含めると、APIにアクセスすることができます。
-
- p 「i」パラメータの生成方法を擬似コードで表すと次のようになります:
- pre: code
- | const i = sha256(accessToken + secretKey);
-
- p APIの詳しい使用法は「Misskey APIの利用」セクションをご覧ください。
-
-section
- h2 Misskey APIの利用
- p APIはすべてリクエストのパラメータ・レスポンスともにJSON形式です。また、すべてのエンドポイントはPOSTメソッドのみ受け付けます。
- p APIリファレンスもご確認ください。
-
- section
- h3 レートリミット
- p Misskey APIにはレートリミットがあり、短時間のうちに多数のリクエストを送信すると、一定時間APIを利用することができなくなることがあります。
diff --git a/src/client/docs/follow.ja.pug b/src/client/docs/follow.ja.pug
deleted file mode 100644
index f0e83bc8fd..0000000000
--- a/src/client/docs/follow.ja.pug
+++ /dev/null
@@ -1,9 +0,0 @@
-h1 フォロー
-p ユーザーをフォローすると、タイムラインにそのユーザーの投稿が表示されるようになります。ただし、他のユーザーに対する返信は含まれません。
-p ユーザーをフォローするには、ユーザーページの「フォロー」ボタンをクリックします。フォローを解除するには、もう一度クリックします。
-
-section
- h2 ストーキング
- p ユーザーをフォローしている状態では、さらに「ストーキング」モードをオンにすることができます。ストーキングを行うと、タイムラインにそのユーザーの全ての投稿が表示されるようになります。つまり、他のユーザーに対する返信も含まれることになります。
- p ストーキングするには、ユーザーページの「ストークする」をクリックします。ストーキングをやめるには、もう一度クリックします。
- p ストーキングしていることは相手に通知されません。
diff --git a/src/client/docs/gulpfile.ts b/src/client/docs/gulpfile.ts
deleted file mode 100644
index 2a95dfbfee..0000000000
--- a/src/client/docs/gulpfile.ts
+++ /dev/null
@@ -1,18 +0,0 @@
-/**
- * Gulp tasks
- */
-
-import * as gulp from 'gulp';
-const stylus = require('gulp-stylus');
-const cssnano = require('gulp-cssnano');
-
-gulp.task('doc', [
- 'doc:styles'
-]);
-
-gulp.task('doc:styles', () =>
- gulp.src('./src/client/docs/**/*.styl')
- .pipe(stylus())
- .pipe((cssnano as any)())
- .pipe(gulp.dest('./built/client/docs/assets/'))
-);
diff --git a/src/client/docs/index.en.pug b/src/client/docs/index.en.pug
deleted file mode 100644
index 1fcc870d3d..0000000000
--- a/src/client/docs/index.en.pug
+++ /dev/null
@@ -1,3 +0,0 @@
-h1 Misskey Docs
-
-p Welcome to docs of Misskey.
diff --git a/src/client/docs/index.ja.pug b/src/client/docs/index.ja.pug
deleted file mode 100644
index 4a0bf7fa1d..0000000000
--- a/src/client/docs/index.ja.pug
+++ /dev/null
@@ -1,3 +0,0 @@
-h1 Misskey ドキュメント
-
-p Misskeyのドキュメントへようこそ
diff --git a/src/client/docs/license.en.pug b/src/client/docs/license.en.pug
deleted file mode 100644
index 45d8b76473..0000000000
--- a/src/client/docs/license.en.pug
+++ /dev/null
@@ -1,17 +0,0 @@
-h1 License
-
-div!= common.license
-
-details
- summary Libraries
-
- section
- h2 Libraries
-
- each dependency, name in common.dependencies
- details
- summary= name
-
- section
- h3= name
- pre= dependency.licenseText
diff --git a/src/client/docs/license.ja.pug b/src/client/docs/license.ja.pug
deleted file mode 100644
index 6eb9ac308e..0000000000
--- a/src/client/docs/license.ja.pug
+++ /dev/null
@@ -1,17 +0,0 @@
-h1 ライセンス
-
-div!= common.license
-
-details
- summary サードパーティ
-
- section
- h2 サードパーティ
-
- each dependency, name in common.dependencies
- details
- summary= name
-
- section
- h3= name
- pre= dependency.licenseText
diff --git a/src/client/docs/mute.ja.pug b/src/client/docs/mute.ja.pug
deleted file mode 100644
index 807f7b67a7..0000000000
--- a/src/client/docs/mute.ja.pug
+++ /dev/null
@@ -1,13 +0,0 @@
-h1 ミュート
-
-p ユーザーページから、そのユーザーをミュートすることができます。
-
-p ユーザーをミュートすると、そのユーザーに関する次のコンテンツがMisskeyに表示されなくなります:
-ul
- li タイムラインや投稿の検索結果内の、そのユーザーの投稿(およびそれらの投稿に対する返信やRenote)
- li そのユーザーからの通知
- li メッセージ履歴一覧内の、そのユーザーとのメッセージ履歴
-
-p ミュートを行ったことは相手に通知されず、ミュートされていることを知ることもできません。
-
-p 設定>ミュート から、自分がミュートしているユーザー一覧を確認することができます。
diff --git a/src/client/docs/search.ja.pug b/src/client/docs/search.ja.pug
deleted file mode 100644
index fc62d16cae..0000000000
--- a/src/client/docs/search.ja.pug
+++ /dev/null
@@ -1,120 +0,0 @@
-h1 検索
-
-p 投稿を検索することができます。
-p
- | キーワードを半角スペースで区切ると、and検索になります。
- | 例えば、「git コミット」と検索すると、「gitで編集したファイルの特定の行だけコミットする方法がわからない」などがマッチします。
-
-section
- h2 キーワードの除外
- p キーワードの前に「-」(ハイフン)をプリフィクスすると、そのキーワードを含まない投稿に限定します。
- p 例えば、「gitというキーワードを含むが、コミットというキーワードは含まない投稿」を検索したい場合、クエリは以下のようになります:
- code git -コミット
-
-section
- h2 完全一致
- p テキストを「"""」で囲むと、そのテキストと完全に一致する投稿を検索します。
- p 例えば、「"""にゃーん"""」と検索すると、「にゃーん」という投稿のみがヒットし、「にゃーん…」という投稿はヒットしません。
-
-section
- h2 タグ
- p キーワードの前に「#」(シャープ)をプリフィクスすると、そのキーワードと一致するタグを持つ投稿に限定します。
-
-section
- h2 オプション
- p
- | オプションを使用して、より高度な検索を行えます。
- | オプションを指定するには、「オプション名:値」という形式でクエリに含めます。
- p 利用可能なオプション一覧です:
-
- table
- thead
- tr
- th 名前
- th 説明
- tbody
- tr
- td user
- td
- | 指定されたユーザー名のユーザーの投稿に限定します。
- | 「,」(カンマ)で区切って、複数ユーザーを指定することもできます。
- br
- | 例えば、
- code user:himawari,sakurako
- | と検索すると「@himawariまたは@sakurakoの投稿」だけに限定します。
- | (つまりユーザーのホワイトリストです)
- tr
- td exclude_user
- td
- | 指定されたユーザー名のユーザーの投稿を除外します。
- | 「,」(カンマ)で区切って、複数ユーザーを指定することもできます。
- br
- | 例えば、
- code exclude_user:akari,chinatsu
- | と検索すると「@akariまたは@chinatsu以外の投稿」に限定します。
- | (つまりユーザーのブラックリストです)
- tr
- td follow
- td
- | true ... フォローしているユーザーに限定。
- br
- | false ... フォローしていないユーザーに限定。
- br
- | null ... 特に限定しない(デフォルト)
- tr
- td mute
- td
- | mute_all ... ミュートしているユーザーの投稿とその投稿に対する返信やRenoteを除外する(デフォルト)
- br
- | mute_related ... ミュートしているユーザーの投稿に対する返信やRenoteだけ除外する
- br
- | mute_direct ... ミュートしているユーザーの投稿だけ除外する
- br
- | disabled ... ミュートしているユーザーの投稿とその投稿に対する返信やRenoteも含める
- br
- | direct_only ... ミュートしているユーザーの投稿だけに限定
- br
- | related_only ... ミュートしているユーザーの投稿に対する返信やRenoteだけに限定
- br
- | all_only ... ミュートしているユーザーの投稿とその投稿に対する返信やRenoteに限定
- tr
- td reply
- td
- | true ... 返信に限定。
- br
- | false ... 返信でない投稿に限定。
- br
- | null ... 特に限定しない(デフォルト)
- tr
- td renote
- td
- | true ... Renoteに限定。
- br
- | false ... Renoteでない投稿に限定。
- br
- | null ... 特に限定しない(デフォルト)
- tr
- td media
- td
- | true ... メディアが添付されている投稿に限定。
- br
- | false ... メディアが添付されていない投稿に限定。
- br
- | null ... 特に限定しない(デフォルト)
- tr
- td poll
- td
- | true ... 投票が添付されている投稿に限定。
- br
- | false ... 投票が添付されていない投稿に限定。
- br
- | null ... 特に限定しない(デフォルト)
- tr
- td until
- td 上限の日時。(YYYY-MM-DD)
- tr
- td since
- td 下限の日時。(YYYY-MM-DD)
-
- p 例えば、「@syuiloの2017年11月1日から2017年12月31日までの『Misskey』というテキストを含む返信ではない投稿」を検索したい場合、クエリは以下のようになります:
- code user:syuilo since:2017-11-01 until:2017-12-31 reply:false Misskey
diff --git a/src/client/docs/tou.ja.pug b/src/client/docs/tou.ja.pug
deleted file mode 100644
index 7663258f82..0000000000
--- a/src/client/docs/tou.ja.pug
+++ /dev/null
@@ -1,3 +0,0 @@
-h1 利用規約
-
-p 公序良俗に反する行為はおやめください。
diff --git a/src/docs/about.en.md b/src/docs/about.en.md
new file mode 100644
index 0000000000..bb1c51927b
--- /dev/null
+++ b/src/docs/about.en.md
@@ -0,0 +1,3 @@
+# About Misskey
+
+Misskey is a mini blog SNS.
diff --git a/src/docs/about.ja.md b/src/docs/about.ja.md
new file mode 100644
index 0000000000..1b06361f0f
--- /dev/null
+++ b/src/docs/about.ja.md
@@ -0,0 +1,3 @@
+# Misskeyについて
+
+MisskeyはミニブログSNSです。
diff --git a/src/client/docs/api/endpoints/style.styl b/src/docs/api/endpoints/style.styl
index 2af9fe9a77..2af9fe9a77 100644
--- a/src/client/docs/api/endpoints/style.styl
+++ b/src/docs/api/endpoints/style.styl
diff --git a/src/client/docs/api/endpoints/view.pug b/src/docs/api/endpoints/view.pug
index e046b3fc33..e046b3fc33 100644
--- a/src/client/docs/api/endpoints/view.pug
+++ b/src/docs/api/endpoints/view.pug
diff --git a/src/client/docs/api/entities/drive-file.yaml b/src/docs/api/entities/drive-file.yaml
index 02ab0d608e..02ab0d608e 100644
--- a/src/client/docs/api/entities/drive-file.yaml
+++ b/src/docs/api/entities/drive-file.yaml
diff --git a/src/client/docs/api/entities/note.yaml b/src/docs/api/entities/note.yaml
index c508dab3db..c508dab3db 100644
--- a/src/client/docs/api/entities/note.yaml
+++ b/src/docs/api/entities/note.yaml
diff --git a/src/client/docs/api/entities/post.yaml b/src/docs/api/entities/post.yaml
index 6fd26543bb..6fd26543bb 100644
--- a/src/client/docs/api/entities/post.yaml
+++ b/src/docs/api/entities/post.yaml
diff --git a/src/client/docs/api/entities/style.styl b/src/docs/api/entities/style.styl
index bddf0f53ab..bddf0f53ab 100644
--- a/src/client/docs/api/entities/style.styl
+++ b/src/docs/api/entities/style.styl
diff --git a/src/client/docs/api/entities/user.yaml b/src/docs/api/entities/user.yaml
index 3328734d2b..3328734d2b 100644
--- a/src/client/docs/api/entities/user.yaml
+++ b/src/docs/api/entities/user.yaml
diff --git a/src/client/docs/api/entities/view.pug b/src/docs/api/entities/view.pug
index 3f50bfd3bd..3f50bfd3bd 100644
--- a/src/client/docs/api/entities/view.pug
+++ b/src/docs/api/entities/view.pug
diff --git a/src/client/docs/api/mixins.pug b/src/docs/api/mixins.pug
index 9e03abefeb..9e03abefeb 100644
--- a/src/client/docs/api/mixins.pug
+++ b/src/docs/api/mixins.pug
diff --git a/src/client/docs/api/style.styl b/src/docs/api/style.styl
index 3675a4da6f..3675a4da6f 100644
--- a/src/client/docs/api/style.styl
+++ b/src/docs/api/style.styl
diff --git a/src/docs/article.pug b/src/docs/article.pug
new file mode 100644
index 0000000000..fe68ceb910
--- /dev/null
+++ b/src/docs/article.pug
@@ -0,0 +1,4 @@
+extends ./layout.pug
+
+block main
+ != html
diff --git a/src/client/docs/layout.pug b/src/docs/layout.pug
index 4186d2d365..4186d2d365 100644
--- a/src/client/docs/layout.pug
+++ b/src/docs/layout.pug
diff --git a/src/client/docs/style.styl b/src/docs/style.styl
index 3b13617588..d9ee9dad4a 100644
--- a/src/client/docs/style.styl
+++ b/src/docs/style.styl
@@ -1,4 +1,4 @@
-@import "../style"
+@import "../client/style"
@import "./ui"
body
diff --git a/src/client/docs/ui.styl b/src/docs/ui.styl
index 8d5515712f..8d5515712f 100644
--- a/src/client/docs/ui.styl
+++ b/src/docs/ui.styl
diff --git a/src/server/web/docs.ts b/src/server/web/docs.ts
index f4d6be885b..8f707d4d3f 100644
--- a/src/server/web/docs.ts
+++ b/src/server/web/docs.ts
@@ -4,6 +4,7 @@
import * as fs from 'fs';
import * as path from 'path';
+import * as showdown from 'showdown';
import ms = require('ms');
import * as Router from 'koa-router';
import * as send from 'koa-send';
@@ -16,8 +17,6 @@ import { fa } from '../../misc/fa';
import { licenseHtml } from '../../misc/license';
const constants = require('../../const.json');
-const docs = `${__dirname}/../../client/docs/`;
-
async function genVars(lang: string): Promise<{ [key: string]: any }> {
const vars = {} as { [key: string]: any };
@@ -26,23 +25,23 @@ async function genVars(lang: string): Promise<{ [key: string]: any }> {
const endpoints = glob.sync('./built/server/api/endpoints/**/*.js');
vars['endpoints'] = endpoints.map(ep => require('../../../' + ep)).filter(x => x.meta).map(x => x.meta.name);
- const entities = glob.sync('./src/client/docs/api/entities/**/*.yaml');
+ const entities = glob.sync('./src/docs/api/entities/**/*.yaml');
vars['entities'] = entities.map(x => {
const _x = yaml.safeLoad(fs.readFileSync(x, 'utf-8')) as any;
return _x.name;
});
- const docs = glob.sync('./src/client/docs/**/*.*.pug');
+ const docs = glob.sync('./src/docs/**/*.md');
vars['docs'] = {};
docs.forEach(x => {
- const [, name, lang] = x.match(/docs\/(.+?)\.(.+?)\.pug$/);
+ const [, name, lang] = x.match(/docs\/(.+?)\.(.+?)\.md$/);
if (vars['docs'][name] == null) {
vars['docs'][name] = {
name,
title: {}
};
}
- vars['docs'][name]['title'][lang] = fs.readFileSync(x, 'utf-8').match(/^h1 (.+?)\r?\n/)[1];
+ vars['docs'][name]['title'][lang] = fs.readFileSync(x, 'utf-8').match(/^# (.+?)\r?\n/)[1];
});
vars['kebab'] = (string: string) => string.replace(/([a-z])([A-Z])/g, '$1-$2').replace(/\s+/g, '-').toLowerCase();
@@ -162,7 +161,7 @@ const router = new Router();
router.get('/assets/*', async ctx => {
await send(ctx, ctx.params[0], {
- root: docs + '/assets/',
+ root: `${__dirname}/../../docs/assets/`,
maxage: ms('7 days'),
immutable: true
});
@@ -183,20 +182,20 @@ router.get('/*/api/endpoints/*', async ctx => {
// @ts-ignore
params: sortParams(Object.entries(ep.params).map(([k, v]) => parseParamDefinition(k, v))),
paramDefs: extractParamDefRef(Object.entries(ep.params).map(([k, v]) => v)),
- res: ep.res.props ? sortParams(Object.entries(ep.res.props).map(([k, v]) => parsePropDefinition(k, v))) : null,
+ res: ep.res && ep.res.props ? sortParams(Object.entries(ep.res.props).map(([k, v]) => parsePropDefinition(k, v))) : null,
resDefs: null//extractPropDefRef(Object.entries(ep.res.props).map(([k, v]) => parsePropDefinition(k, v)))
};
- await ctx.render('../../../../src/client/docs/api/endpoints/view', Object.assign(await genVars(lang), vars));
+ await ctx.render('../../../../src/docs/api/endpoints/view', Object.assign(await genVars(lang), vars));
});
router.get('/*/api/entities/*', async ctx => {
const lang = ctx.params[0];
const entity = ctx.params[1];
- const x = yaml.safeLoad(fs.readFileSync(path.resolve('./src/client/docs/api/entities/' + entity + '.yaml'), 'utf-8')) as any;
+ const x = yaml.safeLoad(fs.readFileSync(path.resolve('./src/docs/api/entities/' + entity + '.yaml'), 'utf-8')) as any;
- await ctx.render('../../../../src/client/docs/api/entities/view', Object.assign(await genVars(lang), {
+ await ctx.render('../../../../src/docs/api/entities/view', Object.assign(await genVars(lang), {
name: x.name,
desc: x.desc,
props: sortParams(Object.entries(x.props).map(([k, v]) => parsePropDefinition(k, v))),
@@ -208,7 +207,12 @@ router.get('/*/*', async ctx => {
const lang = ctx.params[0];
const doc = ctx.params[1];
- await ctx.render('../../../../src/client/docs/' + doc + '.' + lang, await genVars(lang));
+ const conv = new showdown.Converter();
+ const md = fs.readFileSync(`${__dirname}/../../../src/docs/${doc}.${lang}.md`, 'utf8');
+
+ await ctx.render('../../../../src/docs/article', Object.assign({
+ html: conv.makeHtml(md)
+ }, await genVars(lang)));
});
export default router;