diff options
author | Elrond <elrond+mediagoblin.org@samba-tng.org> | 2013-01-26 19:21:40 +0100 |
---|---|---|
committer | Elrond <elrond+mediagoblin.org@samba-tng.org> | 2013-01-26 19:38:52 +0100 |
commit | ae9f0aec381c7f04898f0dde3af322ec876b9651 (patch) | |
tree | 29f63092a5c67d4a94a99991d55c149905ac4844 /docs/source/index.rst | |
parent | 3214c653dd72605ecacfffe13d1972c2c88506c1 (diff) | |
download | mediagoblin-ae9f0aec381c7f04898f0dde3af322ec876b9651.tar.lz mediagoblin-ae9f0aec381c7f04898f0dde3af322ec876b9651.tar.xz mediagoblin-ae9f0aec381c7f04898f0dde3af322ec876b9651.zip |
Docs: Add a database guide to the plugin docs.
Plugin writers will often need to create new tables. So
give them some hints, what they need to do and where they
might find more info.
Diffstat (limited to 'docs/source/index.rst')
-rw-r--r-- | docs/source/index.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/source/index.rst b/docs/source/index.rst index 576e7af9..abd891a0 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -70,6 +70,7 @@ This guide covers writing new GNU MediaGoblin plugins. pluginwriter/foreward pluginwriter/quickstart + pluginwriter/database pluginwriter/api |