You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-commits@jackrabbit.apache.org by md...@apache.org on 2014/05/14 15:32:51 UTC

svn commit: r1594577 - /jackrabbit/oak/trunk/oak-doc/src/site/markdown/FAQ.md

Author: mduerig
Date: Wed May 14 13:32:51 2014
New Revision: 1594577

URL: http://svn.apache.org/r1594577
Log:
OAK-301: Document Oak
- Better formatting of FAQ

Modified:
    jackrabbit/oak/trunk/oak-doc/src/site/markdown/FAQ.md

Modified: jackrabbit/oak/trunk/oak-doc/src/site/markdown/FAQ.md
URL: http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-doc/src/site/markdown/FAQ.md?rev=1594577&r1=1594576&r2=1594577&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-doc/src/site/markdown/FAQ.md (original)
+++ jackrabbit/oak/trunk/oak-doc/src/site/markdown/FAQ.md Wed May 14 13:32:51 2014
@@ -17,18 +17,18 @@
 
 # Frequently asked questions
 
-### I get a warning "Traversed 1000 nodes ...", what does that mean?
+#### I get a warning "Traversed 1000 nodes ...", what does that mean?
 
 You might be missing an index. See [Query engine](query.html).
 
 
-### I get a warning "Attempt to perform ... while another thread is concurrently ...", what is wrong?
+#### I get a warning "Attempt to perform ... while another thread is concurrently ...", what is wrong?
 
 You are accessing a `Session` instance concurrently from multiple threads. Session instances are
 [not thread safe](dos_and_donts.html#Anti_pattern:_concurrent_session_access).
 
 
-### My question is not listed here
+#### My question is not listed here
 
 Search the [Oak dev list](http://jackrabbit.markmail.org/search/+list:org.apache.jackrabbit.oak-dev)
 and the [Oak issue tracker](https://issues.apache.org/jira/browse/OAK). If you still can't find an