Navigation Menu

Skip to content

Commit

Permalink
doc: add template files
Browse files Browse the repository at this point in the history
  • Loading branch information
kenhys committed Jul 28, 2016
1 parent 2f81f4b commit cf3fb73
Show file tree
Hide file tree
Showing 3 changed files with 82 additions and 0 deletions.
28 changes: 28 additions & 0 deletions doc/source/reference/commands/object_list.rst
@@ -0,0 +1,28 @@
.. -*- rst -*-
.. highlightlang:: none

.. groonga-command
.. database: commands_object_list
``object_list``
===============

Summary
-------

.. versionadded:: 6.0.7

Syntax
------

This command takes no parameters::

object_exist name

Usage
-----

Return value
------------

27 changes: 27 additions & 0 deletions doc/source/reference/functions/string_substring.rst
@@ -0,0 +1,27 @@
.. -*- rst -*-
.. highlightlang:: none

.. groonga-command
.. database: string_substring
``vector_slice``
================

Summary
-------

.. versionadded:: 6.0.7

To enable this function, register ``functions/string`` plugin by following the command::

plugin_register functions/string

Syntax
------

Usage
-----

Return value
------------
27 changes: 27 additions & 0 deletions doc/source/reference/functions/vector_slice.rst
@@ -0,0 +1,27 @@
.. -*- rst -*-
.. highlightlang:: none

.. groonga-command
.. database: vector_slice
``vector_slice``
================

Summary
-------

.. versionadded:: 6.0.7

To enable this function, register ``functions/vector`` plugin by following the command::

plugin_register functions/vector

Syntax
------

Usage
-----

Return value
------------

0 comments on commit cf3fb73

Please sign in to comment.