-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into snyk-fix-ddfa5495b174d68eee966e1e7408f3c0
- Loading branch information
Showing
225 changed files
with
19,101 additions
and
23,793 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Binary file added
BIN
+138 KB
images/images/version1.3.0/use-cases/configure-mongodb/add-access-list-entry.png
Oops, something went wrong.
Binary file added
BIN
+57.6 KB
images/images/version1.3.0/use-cases/configure-mongodb/api-access-list.png
Oops, something went wrong.
Binary file added
BIN
+164 KB
images/images/version1.3.0/use-cases/configure-mongodb/create-api-key.png
Oops, something went wrong.
Binary file added
BIN
+161 KB
images/images/version1.3.0/use-cases/configure-mongodb/host-mapping.png
Oops, something went wrong.
Binary file added
BIN
+111 KB
images/images/version1.3.0/use-cases/configure-mongodb/ops-access-manager.png
Oops, something went wrong.
Binary file added
BIN
+189 KB
images/images/version1.3.0/use-cases/configure-mongodb/ops-deployment.png
Oops, something went wrong.
Binary file added
BIN
+160 KB
images/images/version1.3.0/use-cases/configure-mongodb/ops-manager-db.png
Oops, something went wrong.
Binary file added
BIN
+78.2 KB
images/images/version1.3.0/use-cases/configure-mongodb/ops-manager-ui.png
Oops, something went wrong.
Binary file added
BIN
+69 KB
images/images/version1.3.0/use-cases/configure-mongodb/ops-organizations.png
Oops, something went wrong.
Binary file added
BIN
+86.9 KB
images/images/version1.3.0/use-cases/configure-mongodb/organization-settings.png
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+228 KB
images/images/version1.3.0/use-cases/configure-mongodb/replicaset-deployment.png
Oops, something went wrong.
Binary file added
BIN
+55.3 KB
...images/version1.3.0/use-cases/configure-mongodb/replicaset-outside-clusters.png
Oops, something went wrong.
Binary file added
BIN
+69.9 KB
.../images/version1.3.0/use-cases/configure-mongodb/replicaset-within-clusters.png
Oops, something went wrong.
Binary file added
BIN
+141 KB
images/images/version1.3.0/use-cases/configure-mongodb/save-api-key-info.png
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
import React from 'react'; | ||
import clsx from 'clsx'; | ||
import Translate from '@docusaurus/Translate'; | ||
import Heading from '@theme/Heading'; | ||
export default function NotFoundContent({className}) { | ||
return ( | ||
<main className={clsx('container margin-vert--xl', className)}> | ||
<div className="row"> | ||
<div className="col col--6 col--offset-3"> | ||
<Heading as="h1" className="hero__title"> | ||
<Translate | ||
id="theme.NotFound.title" | ||
description="The title of the 404 page"> | ||
Page Not Found | ||
</Translate> | ||
</Heading> | ||
<p> | ||
<Translate | ||
id="theme.NotFound.p1" | ||
description="The first paragraph of the 404 page"> | ||
We could not find what you were looking for. | ||
</Translate> | ||
</p> | ||
<p> | ||
<Translate | ||
id="theme.NotFound.p2" | ||
description="The 2nd paragraph of the 404 page"> | ||
Please contact the owner of the site that linked you to the | ||
original URL and let them know their link is broken. | ||
</Translate> | ||
</p> | ||
</div> | ||
</div> | ||
</main> | ||
); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
function uniquePath(path) { | ||
const segments = path?.split("/").filter(Boolean); | ||
for (let i = 0; i < segments.length; i++) { | ||
if (segments.length === 2 && segments[i] === segments[i + 1]) { | ||
return segments[0] + "/"; | ||
} | ||
} | ||
return path; | ||
} | ||
|
||
|
||
export function getValidPaths(items) { | ||
return items?.flatMap((item) => { | ||
const paths = []; | ||
|
||
if (item?.label) { | ||
if (item.label !== "Overview") { | ||
const formattedTitle = `category/${item?.label.toLowerCase().replace(/\s+/g, "-")}`; | ||
paths.push(formattedTitle); | ||
} | ||
} | ||
|
||
if (item?.items) { | ||
paths.push(...getValidPaths(item?.items)); | ||
} else if (typeof item === "string") { | ||
paths.push(uniquePath(item)); | ||
} | ||
|
||
return paths; | ||
}); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.