Skip to content

Commit

Permalink
Add doc links to placement and namespace config operational guides (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
robskillington authored Oct 6, 2018
1 parent 6e61b39 commit 2f79e0d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Namespace Modifications
# Namespace Configuration

## Introduction

Namespaces in M3DB are analogous to tables in other databases. Each namespace has a unique name as well as distinct configuration with regards to data retention and blocksize. For more information about namespaces, read our [storage engine documentation](../architecture/engine.md).

## Namespace Configuration
## Namespace Attributes

### bootstrapEnabled

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Placement Changes
# Placement Configuration

## Overview

Expand Down
4 changes: 3 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,9 @@ pages:
- "M3DB Cluster Deployment, Manually": "how_to/cluster_hard_way.md"
- "M3DB on Kubernetes": "how_to/kubernetes.md"
- "Operational Guides":
- "Placement / Topology": "operational_guide/placement.md"
- "Placement/Topology": "operational_guide/placement.md"
- "Placement/Topology Configuration": "operational_guide/placement_configuration.md"
- "Namespace Configuration": "operational_guide/namespace_configuration.md"
- "Bootstrapping": "operational_guide/bootstrapping.md"
- "Integrations":
- "Prometheus": "integrations/prometheus.md"
Expand Down

0 comments on commit 2f79e0d

Please sign in to comment.