[Groonga-commit] pgroonga/pgroonga.github.io at 6eba817 [master] Add how-to document page

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Oct 12 22:08:52 JST 2015


Kouhei Sutou	2015-10-12 22:08:52 +0900 (Mon, 12 Oct 2015)

  New Revision: 6eba817c6936adac7ec83ec064304e81474ad48f
  https://github.com/pgroonga/pgroonga.github.io/commit/6eba817c6936adac7ec83ec064304e81474ad48f

  Message:
    Add how-to document page

  Added files:
    how-to/index.md
  Modified files:
    index.md
    tutorial/index.md

  Added: how-to/index.md (+19 -0) 100644
===================================================================
--- /dev/null
+++ how-to/index.md    2015-10-12 22:08:52 +0900 (b19888c)
@@ -0,0 +1,19 @@
+---
+title: How to
+layout: en
+---
+
+# How to
+
+This document describes about useful information for specific situations.
+
+If you have useful information that isn't listed in this page, please send a pull request to [pgroonga/pgroonga.github.io](https://github.com/pgroonga/pgroonga.github.io). Please share your useful information!
+
+## How to use PGroonga with Web application framework
+
+  * How to use with Ruby on Rails: TODO
+  * ...
+
+## ...
+
+  * ...

  Modified: index.md (+2 -1)
===================================================================
--- index.md    2015-10-12 21:58:02 +0900 (95c9f07)
+++ index.md    2015-10-12 22:08:52 +0900 (91c52ab)
@@ -28,7 +28,8 @@ As default, PostgreSQL isn't capable for CJK full text search. You can use super
   * [Overview](overview/): It describes about PGroonga.
   * [Install](install/): It describes how to install PGroonga.
   * [Tutorial](tutorial/): It describes how to use PGroonga step by step.
-  * [Reference](reference/): It describes options and operators.
+  * [How to](how-to/): It describes about useful information for specific situations.
+  * [Reference](reference/): It describes details for each features such as options, functions and operators.
   * [Community](community/): It introduces about PGroonga community.
 
 ## License

  Modified: tutorial/index.md (+2 -0)
===================================================================
--- tutorial/index.md    2015-10-12 21:58:02 +0900 (53412d9)
+++ tutorial/index.md    2015-10-12 22:08:52 +0900 (523520c)
@@ -652,4 +652,6 @@ See [`pgroonga.table_name` function](../reference/functions/pgroonga-table-name.
 
 Now, you knew all PGroonga features! If you want to understand each feature, see [reference](../reference/) manual for each feature.
 
+[How to](../how-to/) may help you to use PGroonga for specific situation.
+
 If you get a problem or want to share your useful information, please contact [PGroonga community](../community/).
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index