diff options
author | Aaron Parecki <aaron@parecki.com> | 2017-01-19 20:19:00 -0800 |
---|---|---|
committer | Aaron Parecki <aaron@parecki.com> | 2017-01-19 20:19:00 -0800 |
commit | 61a80c5a2c1cd3ee6fb53602e20d6c0c832c9138 (patch) | |
tree | 22b04a8e6de2048b496d4dacc998c1921074f1d9 /controllers | |
parent | d376dac11c8008c59dc29d6515543ac23f856a0e (diff) |
add docs for bookmark posts
Diffstat (limited to 'controllers')
-rw-r--r-- | controllers/static.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/controllers/static.php b/controllers/static.php index 6b64df7..e2006af 100644 --- a/controllers/static.php +++ b/controllers/static.php @@ -6,6 +6,7 @@ function doc_pages($page=null) { 'creating-posts' => 'Creating Posts', 'editor' => 'Rich Editor', 'note' => 'Note Interface', + 'bookmark' => 'Bookmark Interface', 'syndication' => 'Syndication', 'post-status' => 'Post Status', ]; |