Move "Versions" down to a level-3 heading.
[mkws-moved-to-github.git] / doc / index.markdown
index 4484c19..e69fbae 100644 (file)
@@ -17,19 +17,6 @@ searching with minimal effort.  All you need to do is pull in our
 JavaScript and optional stylesheet, then add `<div>`s to your page
 that have special `class` attributes. We do the rest.
 
-A minimal example
------------------
-
-Here is a completely functional (though ugly) MKWS-based
-searching application:
-
-       <script type="text/javascript" src="http://mkws.indexdata.com/mkws-complete.js"></script>
-       <div class="mkwsSearch"></div>
-       <div class="mkwsResults"></div>
-
-That's it. A complete metasearching application. Everything
-else is refinement.
-
 Supported Browsers
 ------------------
 
@@ -45,6 +32,19 @@ Any modern browser will work fine. JavaScript must be enabled.
 
 Not supported: IE6, IE7
 
+A minimal example
+-----------------
+
+Here is a completely functional (though ugly) MKWS-based
+searching application:
+
+       <script type="text/javascript" src="http://mkws.indexdata.com/mkws-complete.js"></script>
+       <div class="mkwsSearch"></div>
+       <div class="mkwsResults"></div>
+
+That's it. A complete metasearching application. Everything
+else is refinement.
+
 Documentation
 -------------
 
@@ -89,8 +89,7 @@ Minified versions of the MKWS JavaScript files are also available:
 * <a href="mkws.min.js">mkws.min.js</a>
 * <a href="mkws-complete.min.js">mkws-complete.min.js</a>
 
-Versions
---------
+### Specific versions
 
 The links above to the various forms of the widget-set JavaScript
 (<a href="mkws.js">mkws.js</a>,