Skip to content

Commit 37b34c7

Browse files
Add 'content/mongodb-shell/' from commit '585d824c32bb16688435480c45263977bec1eb6a'
git-subtree-dir: content/mongodb-shell git-subtree-mainline: 602f280 git-subtree-split: 585d824
2 parents 602f280 + 585d824 commit 37b34c7

File tree

141 files changed

+15712
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

141 files changed

+15712
-0
lines changed
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
## DESCRIPTION
2+
3+
4+
## STAGING
5+
6+
7+
## JIRA
8+
9+
10+
## BUILD LOG
11+
12+
13+
## Self-Review Checklist
14+
15+
- [ ] Is this free of any warnings or errors in the RST?
16+
- [ ] Is this free of spelling errors?
17+
- [ ] Is this free of grammatical errors?
18+
- [ ] Is this free of staging / rendering issues?
19+
- [ ] Are all the links working?
20+
21+
## External Review Requirements
22+
23+
[What's expected of an external reviewer?](https://wiki.corp.mongodb.com/display/DE/Reviewing+Guidelines+for+the+MongoDB+Server+Documentation)

content/mongodb-shell/.gitignore

Lines changed: 90 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,90 @@
1+
build/*
2+
*.swp
3+
.#*
4+
\#*#
5+
*__pycache__*
6+
*.pyc
7+
*.pyo
8+
*.bak
9+
.DS_Store
10+
source/includes/hash.rst
11+
source/includes/install-*-release-*.rst
12+
13+
source/includes/toc-*.rst
14+
source/includes/dfn*.rst
15+
source/includes/manpage-options-auth-mongo.rst
16+
source/includes/manpage-options-ssl-settings.rst
17+
source/includes/manpage-options-audit-settings.rst
18+
TAGS
19+
mongodb-domain.yaml
20+
composite-pages.yaml
21+
!bin/*/mongodb-domain.yaml
22+
meta.yaml
23+
build
24+
source/driver-examples/
25+
*~
26+
source/reference/*/*.rst
27+
source/reference/*/*/*.rst
28+
source/reference/*.rst
29+
source/compass/images/*
30+
source/images/compass/
31+
giza.log
32+
pdfs.yaml
33+
intersphinx.yaml
34+
!bin/*/pdfs.yaml
35+
source/includes/hash.rst
36+
docs_meta.yaml
37+
!bin/docs_meta.yaml
38+
fabfile
39+
source/includes/toc/
40+
source/includes/table/
41+
source/includes/steps/
42+
source/includes/generated/includes-overview.rst
43+
source/includes/generated/
44+
source/includes/option/
45+
source/includes/changelogs/*.rst
46+
!source/includes/changelogs/releases/*.rst
47+
primer/source/includes/toc/
48+
primer/source/includes/table/
49+
primer/source/includes/steps/
50+
primer/source/includes/generated/includes-overview.rst
51+
primer/source/includes/generated/
52+
primer/source/includes/option/
53+
primer/source/includes/hash.rst
54+
primer/source/.static
55+
primer/source/*.rst
56+
primer/source/core/*.rst
57+
primer/source/includes/example*.txt
58+
primer/source/includes/example-*.rst
59+
primer/source/includes/driver-table.rst
60+
primer/source/includes/fact-installation-bind-ip-default-in-config.rst
61+
primer/source/includes/fact-installation-directories.rst
62+
primer/source/includes/fact-selinux-redhat-options.rst
63+
primer/source/includes/list-mongodb-org-packages.rst
64+
primer/source/includes/note-package-change.rst
65+
primer/source/includes/note-suse-ulimit.rst
66+
primer/source/tutorial/*.rst
67+
primer/source/includes/toc-*yaml
68+
primer/source/includes/steps-*yaml
69+
!primer/source/includes/steps-client-*.yaml
70+
!primer/source/includes/steps-getting-started-prereq.yaml
71+
primer/source/includes/release-*yaml
72+
primer/source/tutorial/install-mongodb-on-*.txt
73+
!primer/config/intersphinx.yaml
74+
!primer/config/published_branches.yaml
75+
!primer/source/includes/toc-primer-*yaml
76+
!primer/source/includes/steps-primer*yaml
77+
!primer/source/includes/client-*rst
78+
!primer/source/includes/prereq-*.rst
79+
primer/source/images/*.png
80+
primer/source/images/*.rst
81+
primer/source/images/*.svg
82+
primer/source/includes/*.cpp
83+
primer/source/includes/*.java
84+
primer/source/includes/*.cs
85+
*.mo
86+
.stub
87+
primer/source/includes/table-linux-kernel-version-production.yaml
88+
venv
89+
.vscode
90+
changelogs/.mongodb-jira.yaml

content/mongodb-shell/README.rst

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
=====================
2+
mongosh Documentation
3+
=====================
4+
5+
This repository contains documentation for the MongoDB shell.
6+
7+
Building
8+
--------
9+
10+
First install `mut <https://github.com/mongodb/mut>`_.
11+
12+
Then you can download and build this documentation locally with
13+
the following command:
14+
15+
git clone https://github.com/mongodb/docs-mongodb-shell.git
16+
cd docs-mongodb-shell/
17+
make build
18+
19+
View ``build/master/html/index.html`` to view your current build of the
20+
documentation.
21+
22+
Contributing
23+
------------
24+
25+
To contribute to the documentation, please fork this repository on
26+
GitHub and issue a pull request. If you have not done so already,
27+
please sign the `MongoDB/10gen Contributor Agreement
28+
<https://www.mongodb.com/legal/contributor-agreement>`_.
29+
30+
See the following documents within this repository that provide a more
31+
thorough overview of the documentation style, and process. These links
32+
point back to the MongoDB Manual materials:
33+
34+
- `Style Guide <https://www.mongodb.com/docs/meta/style-guide>`_
35+
- `Documentation Practices <https://www.mongodb.com/docs/meta/practices>`_
36+
- `Documentation Organization <https://www.mongodb.com/docs/meta/organization>`_
37+
38+
File issue reports or requests at the `Documentation Jira Project
39+
<https://jira.mongodb.org/browse/DOCS>`_.
40+
41+
All documentation is available under the terms of a `Creative Commons
42+
License <http://creativecommons.org/licenses/by-nc-sa/3.0/>`_.
43+
44+
The MongoDB Documentation Project is governed by the terms of the
45+
`MongoDB/10gen Contributor Agreement
46+
<https://www.mongodb.com/legal/contributor-agreement>`_.
47+
48+
If you have any questions, please contact `docs@mongodb.com
49+
<mailto:docs@mongodb.com>`_.
50+
51+
-- The MongoDB/10gen Docs Team

content/mongodb-shell/build.sh

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# ensures that we always use the latest version of the script
2+
if [ -f build-site.sh ]; then
3+
rm build-site.sh
4+
fi
5+
6+
7+
curl https://raw.githubusercontent.com/mongodb/docs-worker-pool/netlify-poc/scripts/build-site.sh -o build-site.sh
8+
sh build-site.sh
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
define: base https://www.mongodb.com/docs/mongodb-shell
2+
3+
# DOCSP-44183 - Redirect old free monitoring page
4+
raw: docs/mongodb-shell/free-monitoring -> ${base}/

content/mongodb-shell/netlify.toml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
[[integrations]]
2+
name = "snooty-cache-plugin"
3+
4+
# Production context: all deploys from the Production branch
5+
# set in your site’s Branches settings in the UI will inherit
6+
# these settings.
7+
[build]
8+
publish = "snooty/public"
9+
command = ". ./build.sh"

content/mongodb-shell/snooty.toml

Lines changed: 139 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,139 @@
1+
name = "mongodb-shell"
2+
title = "mongosh"
3+
4+
intersphinx = [ "https://www.mongodb.com/docs/manual/objects.inv" ]
5+
6+
toc_landing_pages = ["/install",
7+
"/install/verify-signatures",
8+
"/run-commands",
9+
"/crud",
10+
"/field-level-encryption",
11+
"/write-scripts",
12+
"/snippets",
13+
"/configure-mongosh",
14+
"/reference/configure-shell-settings",
15+
"/reference/ejson",
16+
"/logs",
17+
"/logs/retention"
18+
]
19+
20+
[constants]
21+
22+
version = "2.4.0"
23+
mdb-version = "8.0"
24+
pgp-version = "{+mdb-version+}"
25+
atlas = "MongoDB Atlas"
26+
27+
[substitutions]
28+
29+
2fa = ":abbr:`2FA (Two Factor Authentication)`"
30+
aki = ":abbr:`AKI (Azure Key Identifier)`"
31+
akv = ":abbr:`AKV (Azure Key Vault)`"
32+
api = ":abbr:`API (Application Programming Interface)`"
33+
arn = ":abbr:`ARN (Amazon Resource Name)`"
34+
aws = ":abbr:`AWS (Amazon Web Services)`"
35+
aws-pl = "AWS PrivateLink"
36+
aws-eni = ":abbr:`ENI (Elastic Network Interface)`"
37+
azure = ":abbr:`Azure (Microsoft Azure)`"
38+
bic-full = ":bic:`MongoDB Connector for BI </>`"
39+
bic-official = "MongoDB Connector for Business Intelligence for Atlas"
40+
bic-short = ":bic:`BI Connector </>`"
41+
bic-short-no-link = "BI Connector"
42+
bic = "BI Connector for Atlas"
43+
bson = ":abbr:`BSON (Binary Javascript Object Notation)`"
44+
certauth = "Certificate Authority"
45+
charts = "MongoDB Charts"
46+
charts-short = "Charts"
47+
cidr = ":abbr:`CIDR (Classless Inter-Domain Routing)`"
48+
cifs = ":abbr:`CIFS (Common Internet File System)`"
49+
cps = ":abbr:`CPS (Cloud Provider Snapshots)`"
50+
cmk = ":abbr:`CMK (customer master key)`"
51+
compass = "MongoDB Compass"
52+
data-lakes = "Data Lakes"
53+
data-lake = "Data Lake"
54+
datadog = "`Datadog <https://www.datadoghq.com/>`__"
55+
dns = ":abbr:`DNS (Domain Name System)`"
56+
Epoch-time-ms = "Timestamp in the number of milliseconds that have elapsed since the `UNIX epoch <https://en.wikipedia.org/wiki/Unix_time?oldid=828172017>`__"
57+
epoch-time-ms = "timestamp in the number of milliseconds that have elapsed since the `UNIX epoch <https://en.wikipedia.org/wiki/Unix_time?oldid=828172017>`__"
58+
Epoch-time = "Timestamp in the number of seconds that have elapsed since the `UNIX epoch <https://en.wikipedia.org/wiki/Unix_time?oldid=828172017>`__"
59+
epoch-time = "timestamp in the number of seconds that have elapsed since the `UNIX epoch <https://en.wikipedia.org/wiki/Unix_time?oldid=828172017>`__"
60+
fcv = ":abbr:`FCV (Feature Compatibility Version)`"
61+
fqdn = ":abbr:`FQDN (fully qualified domain name)`"
62+
fts = "Atlas Search"
63+
gcp = ":abbr:`GCP (Google Cloud Platform)`"
64+
global-write-clusters = "Global Clusters"
65+
global-write-cluster = "Global Cluster"
66+
global-write = "Global Writes"
67+
hmac = ":abbr:`HMAC (hash-based message authentication code)`"
68+
https = ":abbr:`HTTPS (Secure HyperText Transport Protocol)`"
69+
html = ":abbr:`HTML (Hypertext Markup Language)`"
70+
http = ":abbr:`HTTP (HyperText Transport Protocol)`"
71+
iam = ":abbr:`IAM (Identity and Access Management)`"
72+
iana = ":abbr:`IANA (Internet Assigned Numbers Authority)`"
73+
idp = ":abbr:`IdP (Identity Provider)`"
74+
idps = ":abbr:`IdPs (Identity Providers)`"
75+
iops = ":abbr:`IOPS (Input/Output Operations per Second)`"
76+
ipaddr = ":abbr:`IP (Internet Protocol)`"
77+
ipv4 = ":abbr:`IPv4 (Internet Protocol version 4)`"
78+
ipv6 = ":abbr:`IPv6 (Internet Protocol version 6)`"
79+
iso8601-duration = "Duration in `ISO 8601 <https://en.wikipedia.org/wiki/ISO_8601?oldid=851138376#Durations>`__ notation"
80+
iso8601-time = "Timestamp in `ISO 8601 <https://en.wikipedia.org/wiki/ISO_8601?oldid=793821205>`__ date and time format in |utc|"
81+
iso8601 = "`ISO 8601 <https://en.wikipedia.org/wiki/ISO_8601?oldid=793821205>`__"
82+
jira = "`Jira <https://jira.mongodb.org>`__"
83+
json = ":abbr:`JSON (Javascript Object Notation)`"
84+
kdc = ":abbr:`KDC (Key Distribution Center)`"
85+
kmip = ":abbr:`KMIP (Key Management Interoperability)`"
86+
kms = ":abbr:`KMS (Key Management Service)`"
87+
ldaps = ":abbr:`LDAPS (Secure Lightweight Directory Access Protocol)`"
88+
ldap = ":abbr:`LDAP (Lightweight Directory Access Protocol)`"
89+
mdb-shell= "MongoDB Shell"
90+
mms-full = "MongoDB Cloud Manager"
91+
mms = "Cloud Manager"
92+
mongo = ":binary:`~bin.mongo`"
93+
mongod = ":binary:`~bin.mongod`"
94+
mongos = ":binary:`~bin.mongos`"
95+
nfs = ":abbr:`NFS (Network File System)`"
96+
nvme = ":abbr:`NVMe (non-volatile memory express)`"
97+
nvme-clusters = "clusters with local NVMe SSDs"
98+
pa = "Performance Advisor"
99+
pem = ":abbr:`PEM (Privacy Enhanced Mail)`"
100+
pit = ":abbr:`PIT (Point in Time)`"
101+
piv = ":abbr:`PIV (Personal Identity Verification)`"
102+
rdp = ":abbr:`RDP (Remote Desktop Protocol)`"
103+
repl = ":abbr:`REPL (Read Eval Print Loop)`"
104+
restapi = ":abbr:`REST (Representational State Transfer)` :abbr:`API (Application Programming Interface)`"
105+
rest = ":abbr:`REST (Representational State Transfer)`"
106+
s3 = ":abbr:`S3 (Simple Storage Service)`"
107+
sak = ":abbr:`SAK (Service Account Key)`"
108+
saml = ":abbr:`SAML (Security Assertion Markup Language)`"
109+
sca = ":abbr:`SCA (Strong Customer Authentication)`"
110+
service-fullname = "MongoDB Atlas"
111+
service-pricing = "Atlas pricing page"
112+
service = "Atlas"
113+
sms = ":abbr:`SMS (short message service)`"
114+
smtp = ":abbr:`SMTP (Simple Mail Transport Protocol)`"
115+
sni = ":abbr:`SNI (Server Name Indication)`"
116+
snmp = ":abbr:`SNMP (Simple Network Management Protocol)`"
117+
spn = ":abbr:`SPN (Service Principal Name)`"
118+
ssd = ":abbr:`SSD (Solid State Disk)`"
119+
ssl = ":abbr:`SSL (Secure Sockets Layer)`"
120+
stitch-docs = "MongoDB Stitch"
121+
tcp = ":abbr:`TCP (Transmission Control Protocol)`"
122+
tls-ssl = ":abbr:`TLS (Transport Layer Security)` / :abbr:`SSL (Secure Sockets Layer)`"
123+
tls = ":abbr:`TLS (Transport Layer Security)`"
124+
totp = ":abbr:`TOTP (Time-based One-time Password Algorithm)`"
125+
udp = ":abbr:`UDP (User Datagram Protocol)`"
126+
upn = ":abbr:`UPN (User Principal Name)`"
127+
uri = ":abbr:`URI (Uniform Resource Identifier)`"
128+
url = ":abbr:`URL (Uniform Resource Locator)`"
129+
utc = ":abbr:`UTC (Coordinated Universal Time)`"
130+
vpc = ":abbr:`VPC (Virtual Private Cloud)`"
131+
yaml = ":abbr:`YAML (Yet Another Markup Language)`"
132+
133+
[bundle]
134+
manpages = "manpages.tar.gz"
135+
136+
[manpages.mongosh]
137+
file = "reference/options.txt"
138+
title = "mongosh"
139+
section = 1

content/mongodb-shell/source/.static/.mongodb

Whitespace-only changes.

0 commit comments

Comments
 (0)