Skip to content

Commit

Permalink
Fixed capitalization in titles and headings
Browse files Browse the repository at this point in the history
  • Loading branch information
nastena1606 committed Nov 22, 2023
1 parent 72c58e3 commit 34d3f32
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion docs/details/authentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Percona Backup for MongoDB has no authentication and authorization subsystem of
For the S3-compatible remote storage authentication config, see
[Percona Backup for MongoDB configuration in a cluster (or non-sharded replica set)](../reference/config.md).

## MongoDB connection strings - A Reminder (or Primer)
## MongoDB connection strings

Percona Backup for MongoDB uses [MongoDB Connection URI](https://docs.mongodb.com/manual/reference/connection-string/) strings to open
MongoDB connections. Neither `pbm` CLI nor `pbm-agent` accept legacy-style
Expand Down
8 changes: 4 additions & 4 deletions docs/details/control-collections.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# PBM Control Collections
# PBM control collections

The config and state (current and historical) for backups is stored in
collections in the MongoDB cluster or non-sharded replica set itself. These are
put in the system `admin` db to keep them cleanly separated from user db namespaces.

In sharded clusters, this is the `admin` db of the config server replica set. In a non-sharded replica set, the PBM Control Collections are stored in
In sharded clusters, this is the `admin` db of the config server replica set. In a non-sharded replica set, the PBM control collections are stored in
`admin` db of the replica set itself.

* *admin.pbmBackups* - Log / status of each backup.
Expand All @@ -15,8 +15,8 @@ In sharded clusters, this is the `admin` db of the config server replica set. In
* *admin.pbmLockOp* - Is used to coordinate operations that are not mutually exclusive such as make backup and delete backup.
* *admin.pbmLog* - Stores log information from all `pbm-agents` in the MongoDB environment. Available in Percona Backup for MongoDB as of version 1.4.0.
* *admin.pbmOpLog* - Stores [operation IDs](../reference/glossary.md#opids).
* *admin.pbmPITRChunks* - Stores [Point-in-Time Recovery](../reference/glossary.md#point-in-time-recovery) oplog slices.
* *admin.pbmPITRState* - Contains current state of Point-in-Time Recovery incremental backups.
* *admin.pbmPITRChunks* - Stores [Point-in-time recovery](../reference/glossary.md#point-in-time-recovery) oplog slices.
* *admin.pbmPITRState* - Contains current state of Point-in-time recovery incremental backups.
* *admin.pbmRestores* - Contains restore history and the restore state for all replica sets.
* *admin.pbmStatus* - Stores Percona Backup for MongoDB status records.

Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Percona Backup for MongoDB Documentation
# Percona Backup for MongoDB documentation

Percona Backup for MongoDB (PBM) is an open source and distributed solution for consistent backups and restore of [MongoDB sharded clusters and replica sets](details/deployments.md). There is no notable performance nor operating degradation associated with PBM.

Expand Down
2 changes: 1 addition & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Quickstart Guide
# Quickstart guide

Percona Backup for MongoDB (PBM) is an open source and distributed solution for consistent backups and restore of [MongoDB sharded clusters and replica sets](details/deployments.md). [Read more](index.md).

Expand Down
2 changes: 1 addition & 1 deletion docs/trademark-policy.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Trademark Policy
# Trademark policy

This [Trademark Policy](https://www.percona.com/trademark-policy) is to ensure that users of Percona-branded products or
services know that what they receive has really been developed, approved,
Expand Down
4 changes: 2 additions & 2 deletions mkdocs-base.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# MkDocs configuration for builds with material theme

site_name: Percona Backup for MongoDB
site_description: Documentation
site_description: documentation
site_author: Percona LLC
copyright: >
<a href="https://www.percona.com/about">Percona LLC</a> and/or its affiliates © 2023 — <a href="#__consent">Cookie Consent</a>
Expand Down Expand Up @@ -201,7 +201,7 @@ nav:
- 'Percona Backup for MongoDB 1.0.0 (2019-09-19)': 'release-notes/1.0.0.md'
- 'Percona Backup for MongoDB 0.5.0 (2019-06-17)': 'release-notes/0.5.0.md'
- Get started:
- Quickstart Guide: installation.md
- Quickstart guide: installation.md
- Install:
- From repositories: install/repos.md
- Download tarballs: install/tarball.md
Expand Down

0 comments on commit 34d3f32

Please sign in to comment.