diff options
author | Aaron Parecki <aaron@parecki.com> | 2017-03-18 17:26:12 +0000 |
---|---|---|
committer | Aaron Parecki <aaron@parecki.com> | 2017-03-18 17:26:12 +0000 |
commit | 34afa1f5f220af14c055e5eb5e0844be0b5120aa (patch) | |
tree | 960c55e5f1a6cd8286aa89a04642c4c2c876b63c /controllers | |
parent | def648bba6307a2259bd41e1509731bdec1daf97 (diff) |
add docs for favorites
Diffstat (limited to 'controllers')
-rw-r--r-- | controllers/static.php | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/controllers/static.php b/controllers/static.php index e2006af..9822d6b 100644 --- a/controllers/static.php +++ b/controllers/static.php @@ -5,8 +5,9 @@ function doc_pages($page=null) { 'signing-in' => 'Signing In', 'creating-posts' => 'Creating Posts', 'editor' => 'Rich Editor', - 'note' => 'Note Interface', - 'bookmark' => 'Bookmark Interface', + 'note' => 'Creating a Note', + 'bookmark' => 'Creating a Bookmark', + 'favorite' => 'Favoriting a Post', 'syndication' => 'Syndication', 'post-status' => 'Post Status', ]; |