help: add empty documents entry, update config accordingly

This commit is contained in:
rolux 2014-02-17 09:40:20 +00:00
parent 671667eb5a
commit cfbeecd21e
5 changed files with 7 additions and 0 deletions

View File

@ -86,6 +86,7 @@
{"id": "lists", "title": "Lists"},
{"id": "player", "title": "Player"},
{"id": "editor", "title": "Editor"},
{"id": "documents", "title": "Documents"},
{"id": "edits", "title": "Edits"},
{"id": "texts", "title": "Texts"},
{"id": "embeds", "title": "Embeds"}

View File

@ -87,6 +87,7 @@
{"id": "lists", "title": "Lists"},
{"id": "player", "title": "Player"},
{"id": "editor", "title": "Editor"},
{"id": "documents", "title": "Documents"},
{"id": "edits", "title": "Edits"},
{"id": "texts", "title": "Texts"},
{"id": "embeds", "title": "Embeds"}

View File

@ -86,6 +86,7 @@
{"id": "lists", "title": "Lists"},
{"id": "player", "title": "Player"},
{"id": "editor", "title": "Editor"},
{"id": "documents", "title": "Documents"},
{"id": "edits", "title": "Edits"},
{"id": "texts", "title": "Texts"},
{"id": "embeds", "title": "Embeds"}

View File

@ -86,6 +86,7 @@
{"id": "lists", "title": "Lists"},
{"id": "player", "title": "Player"},
{"id": "editor", "title": "Editor"},
{"id": "documents", "title": "Documents"},
{"id": "edits", "title": "Edits"},
{"id": "texts", "title": "Texts"},
{"id": "embeds", "title": "Embeds"}

View File

@ -151,6 +151,9 @@
</p>
<img src="/static/jpg/help.editor.jpg">
</div>
<div id="documents">
<p>Coming soon...</p>
</div>
<div id="edits">
<p>Coming soon...</p>
</div>