summaryrefslogtreecommitdiff
path: root/docs/src/using.dox
diff options
context:
space:
mode:
Diffstat (limited to 'docs/src/using.dox')
-rw-r--r--docs/src/using.dox23
1 files changed, 23 insertions, 0 deletions
diff --git a/docs/src/using.dox b/docs/src/using.dox
new file mode 100644
index 00000000000..1b0307bbfe1
--- /dev/null
+++ b/docs/src/using.dox
@@ -0,0 +1,23 @@
+/*! @page using Writing WiredTiger applications
+
+This section explains how to use WiredTiger by developing a sequence of
+example programs:
+
+- @subpage basic_api
+- @subpage config_strings
+- @subpage schema
+- @subpage cursors
+- @subpage threads
+- @subpage transactions
+
+Additional Notes:
+
+- @subpage home
+- @subpage security
+- @subpage file_formats
+- @subpage compression
+- @subpage name_space
+- @subpage signals
+- @subpage tuning
+
+ */