diff options
author | Michael Cahill <michael.cahill@wiredtiger.com> | 2012-02-27 17:04:35 +1100 |
---|---|---|
committer | Michael Cahill <michael.cahill@wiredtiger.com> | 2012-02-27 17:04:35 +1100 |
commit | 1a2c78c37e40e20b54be21c83fab0abf137d01df (patch) | |
tree | 2bfe501cdc04ffad6a44c2f580ba58a7ccd2cd6a | |
parent | fda8b7125fa86c710fa02de5ade6cff2cd535a0c (diff) | |
download | mongo-1a2c78c37e40e20b54be21c83fab0abf137d01df.tar.gz |
Put the architecture page into the doc structure.
-rw-r--r-- | docs/src/introduction.dox | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/docs/src/introduction.dox b/docs/src/introduction.dox index dd28444634a..055bf09c40d 100644 --- a/docs/src/introduction.dox +++ b/docs/src/introduction.dox @@ -6,8 +6,12 @@ Open Source extensible platform for data management. WiredTiger supports both traditional row-oriented storage, where all columns of a row are stored together, and column-oriented storage, where one or more columns can be stored individually, allowing more efficient -access and storage. For more information on the WiredTiger architecture -and why it might be right for your project, see @ref architecture. +access and storage. + +For more information on the WiredTiger architecture and why it might be +right for your project, see: + +- @subpage architecture. This documentation describes the programming interface to WiredTiger used by developers to construct applications. We follow SQL |