-
Notifications
You must be signed in to change notification settings - Fork 28
/
mkdocs.yml
31 lines (27 loc) · 1.56 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Copyright 2015-Present Couchbase, Inc.
#
# Use of this software is governed by the Business Source License included in
# the file licenses/BSL-Couchbase.txt. As of the Change Date specified in that
# file, in accordance with the Business Source License, use of this software
# will be governed by the Apache License, Version 2.0, included in the file
# licenses/APL2.txt.
site_name: cbft Technical Documentation (v0.3 DP)
pages:
- ['index.md', 'Home']
- ['dev-guide/overview.md', "Developer's Guide", "Developer's guide overview"]
- ['dev-guide/concepts.md', "Developer's Guide", "Key concepts"]
- ['dev-guide/index-definitions.md', "Developer's Guide", "Index definitions"]
- ['dev-guide/index-queries.md', "Developer's Guide", "Index queries"]
- ['dev-guide/performance.md', "Developer's Guide", "Performance"]
- ['api-ref.md', "API Reference"]
- ['admin-guide/overview.md', "Administrator's Guide", "Administrator's guide overview"]
- ['admin-guide/command.md', "Administrator's Guide", "cbft command-line"]
- ['admin-guide/planning.md', "Administrator's Guide", "Planning your deployment"]
- ['admin-guide/running.md', "Administrator's Guide", "Running cbft"]
- ['admin-guide/clustering.md', "Administrator's Guide", "Clustering cbft"]
- ['admin-guide/managing.md', "Administrator's Guide", "Managing cbft"]
- ['admin-guide/monitoring.md', "Administrator's Guide", "Monitoring cbft"]
- ['admin-guide/diagnosing.md', "Administrator's Guide", "Diagnosing issues"]
- ['links.md', "Links"]
copyright: Copyright © 2015, <a href="http://couchbase.com">Couchbase, Inc.</a>.
theme: flatly