summaryrefslogtreecommitdiff
path: root/src/docs
diff options
context:
space:
mode:
Diffstat (limited to 'src/docs')
-rw-r--r--src/docs/api/entities/note.yaml14
-rw-r--r--src/docs/follow.ja-JP.md5
-rw-r--r--src/docs/reversi-bot.ja-JP.md2
-rw-r--r--src/docs/style.styl2
4 files changed, 17 insertions, 6 deletions
diff --git a/src/docs/api/entities/note.yaml b/src/docs/api/entities/note.yaml
index 89846a56c7..ce0c5de2e4 100644
--- a/src/docs/api/entities/note.yaml
+++ b/src/docs/api/entities/note.yaml
@@ -75,6 +75,20 @@ props:
ja-JP: "この投稿に対する自分の<a href='/docs/api/reactions'>リアクション</a>"
en-US: "The your <a href='/docs/api/reactions'>reaction</a> of this note"
+ renoteCount:
+ type: "number"
+ optional: false
+ desc:
+ ja-JP: "この投稿がRenoteされた数"
+ en-US: "The number of renotes for this post"
+
+ repliesCount:
+ type: "number"
+ optional: false
+ desc:
+ ja-JP: "この投稿に返信された数"
+ en-US: "The number of replies to this post"
+
reactionCounts:
type: "object"
optional: false
diff --git a/src/docs/follow.ja-JP.md b/src/docs/follow.ja-JP.md
index a883435ab4..28a606e283 100644
--- a/src/docs/follow.ja-JP.md
+++ b/src/docs/follow.ja-JP.md
@@ -1,8 +1,3 @@
# フォロー
ユーザーをフォローすると、タイムラインにそのユーザーの投稿が表示されるようになります。ただし、他のユーザーに対する返信は含まれません。
ユーザーをフォローするには、ユーザーページの「フォロー」ボタンをクリックします。フォローを解除するには、もう一度クリックします。
-
-## ストーキング
-ユーザーをフォローしている状態では、さらに「ストーキング」モードをオンにすることができます。ストーキングを行うと、タイムラインにそのユーザーの全ての投稿が表示されるようになります。つまり、他のユーザーに対する返信も含まれることになります。
-ストーキングするには、ユーザーページの「ストークする」をクリックします。ストーキングをやめるには、もう一度クリックします。
-ストーキングしていることは相手に通知されません。
diff --git a/src/docs/reversi-bot.ja-JP.md b/src/docs/reversi-bot.ja-JP.md
index 98b543ca6c..a389ead571 100644
--- a/src/docs/reversi-bot.ja-JP.md
+++ b/src/docs/reversi-bot.ja-JP.md
@@ -124,7 +124,7 @@ type: `switch`
スイッチを表示します。何かの機能をオン/オフさせたい場合に有用です。
##### プロパティ
-`desc` ... スイッチの詳細な説明。
+`label` ... スイッチに表記するテキスト。
#### ラジオボタン
type: `radio`
diff --git a/src/docs/style.styl b/src/docs/style.styl
index 4af0f288b0..96d14c2b98 100644
--- a/src/docs/style.styl
+++ b/src/docs/style.styl
@@ -3,6 +3,8 @@
html
--primary #fb4e4e
+ --link #fb4e4e
+ --linkTapHighlight #fb4e4eb3
body
margin 0