|
1 | | -/** Scrapboxのページの種類を表す文字列から`"page"`を除いたもの |
| 1 | +/** string representing Scrapbox page types excluding `"page"` |
2 | 2 | * |
3 | 3 | * | String | Description | |
4 | 4 | * | ------ | ----------- | |
5 | | - * | list | トップページと全文検索結果ページ | |
6 | | - * | stream | streamページ | |
7 | | - * | error-page | 何らかのエラーが発生したときに遷移するページ | |
8 | | - * | new-project-page | 新規project作成ページ | |
9 | | - * | invitation-page | projectに参加するときに出てくるページ | |
10 | | - * | invitation-page | projectに参加するときに出てくるページ | |
11 | | - * | settings-* | ユーザー設定ページ | |
12 | | - * | project-settings-* | projectの設定ページ | |
| 5 | + * | list | top page and full-text search results page | |
| 6 | + * | stream | stream page | |
| 7 | + * | error-page | page to navigate to when some error occurs | |
| 8 | + * | new-project-page | new project creation page | |
| 9 | + * | invitation-page | page that appears when joining a project | |
| 10 | + * | invitation-page | page that appears when joining a project | |
| 11 | + * | settings-* | user settings page | |
| 12 | + * | project-settings-* | project settings page | |
13 | 13 | */ |
14 | 14 | export type PartialLayout = |
15 | 15 | | "launch" |
@@ -41,5 +41,5 @@ export type PartialLayout = |
41 | 41 | | "project-settings-upload-page" |
42 | 42 | | "project-settings-billing-page"; |
43 | 43 |
|
44 | | -/** Scrapboxのページの種類を表す文字列 */ |
| 44 | +/** string representing Scrapbox page types */ |
45 | 45 | export type Layout = "page" | PartialLayout; |
0 commit comments