Navigation Menu

Skip to content

Commit

Permalink
Add how-to document page
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Oct 12, 2015
1 parent 16619ac commit 6eba817
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 1 deletion.
19 changes: 19 additions & 0 deletions how-to/index.md
@@ -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
* ...

## ...

* ...
3 changes: 2 additions & 1 deletion index.md
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions tutorial/index.md
Expand Up @@ -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/).

0 comments on commit 6eba817

Please sign in to comment.