[Groonga-commit] groonga/gcs.groonga.org [gh-pages] Add contents list to the FAQ and the tutlrial

Back to archive index

null+****@clear***** null+****@clear*****
2012年 7月 5日 (木) 12:08:48 JST


SHIMODA Hiroshi	2012-07-05 12:08:48 +0900 (Thu, 05 Jul 2012)

  New Revision: 7e31edadada9c337faae908c79079f9bfc58537f
  https://github.com/groonga/gcs.groonga.org/commit/7e31edadada9c337faae908c79079f9bfc58537f

  Log:
    Add contents list to the FAQ and the tutlrial

  Modified files:
    docs/faq/index.md
    docs/tutorial/index.md
    stylesheets/screen/base.css

  Modified: docs/faq/index.md (+8 -0)
===================================================================
--- docs/faq/index.md    2012-07-05 12:02:52 +0900 (3d631f9)
+++ docs/faq/index.md    2012-07-05 12:08:48 +0900 (d0399e1)
@@ -5,6 +5,14 @@ layout: default
 
 # FAQ
 
+ * [Why Groonga CloudSearch development is started?](#why-started)
+ * [Does Groonga CloudSearch work in the cloud?](#work-in-the-cloud)
+ * [Why Groonga CloudSearch has “Cloud” in its name?](#why-cloud-in-name)
+ * [What language processor is used?](#language-processor)
+ * [What full text search engine is used?](#search-engine)
+ * [Is Groonga CloudSearch 100% compatible Amazon CloudSearch API?](#api-compatibility)
+ * [How to contribute?](#how-to-contribute)
+
 ## Why Groonga CloudSearch development is started? {#why-started}
 
 It's for development.

  Modified: docs/tutorial/index.md (+17 -0)
===================================================================
--- docs/tutorial/index.md    2012-07-05 12:02:52 +0900 (dc0bc5d)
+++ docs/tutorial/index.md    2012-07-05 12:08:48 +0900 (d822b38)
@@ -15,6 +15,23 @@ as how to start Amazon CloudSearch service and how much payment will
 be caused for your application. See [Amazon CloudSearch
 page](http://aws.amazon.com/cloudsearch/) about them.
 
+ * [Summary](#summary)
+ * [Prepare test environment](#prepare_test_environment)
+   * [Install Groonga CloudSearch](#install_groonga_cloudsearch)
+   * [Register example search domain](#register__search_domain)
+   * [Start Groonga CloudSearch service](#start_groonga_cloudsearch_service)
+   * [Import example documents](#import_example_documents)
+ * [How to search documents](#how-to-search-documents)
+   
+   * [Restrictions](#restrictions)
+ * [How to register documents](#how-to-register-documents)
+   * [Configuration API](#configuration_api)
+   * [Creating search domain API](#creating_search_domain_api)
+   * [Registering endpoint host names](#registering_endpoint_host_names)
+   * [Defining index field API](#defining_index_field_api)
+   * [Registering documents API](#registering_documents_api)
+ * [Next step](#next_step)
+
 ## Summary
 
 Groonga CloudSearch is an Amazon CloudSearch compatible open source

  Modified: stylesheets/screen/base.css (+8 -0)
===================================================================
--- stylesheets/screen/base.css    2012-07-05 12:02:52 +0900 (0df5836)
+++ stylesheets/screen/base.css    2012-07-05 12:08:48 +0900 (60219cd)
@@ -104,6 +104,14 @@ ul li:before {
   top: 0.5em;
 }
 
+ul li p:first-child,
+ul ul {
+  margin-bottom: 0;
+  margin-top: 0;
+  padding-bottom: 0;
+  padding-top: 0;
+}
+
 
 nav {
   font-size: 90%;
-------------- next part --------------
HTML$B$NE:IU%U%!%$%k$rJ]4I$7$^$7$?(B...
下载 



Groonga-commit メーリングリストの案内
Back to archive index