-
Notifications
You must be signed in to change notification settings - Fork 20
Docsp-49013 #226
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Docsp-49013 #226
Changes from all commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
0505886
DOCSP-49013: Added tips to redirect to installation to use BOM for be…
mballard-mdb 78a9258
DOCSP-49013: Added tips to redirect to installation to use BOM for be…
mballard-mdb 1c0c2c3
DOCSP-49013: Fixing link.
mballard-mdb 2ea2d5d
DOCSP-49013: Includes attempt, link still broken
mballard-mdb 5a78726
DOCSP-49013-Relocating BOM Tip on Serialization page
mballard-mdb 8f69c58
DOCSP-49013-fixing link
mballard-mdb 5e9f84c
DOCSP-49013-fixing serialization
mballard-mdb 1d6a8af
DOCSP-49013-actual installation page for link
mballard-mdb 9b55bb2
DOCSP-49013-reverted link
mballard-mdb 16913e7
DOCSP-49013-shared update
mballard-mdb 62d9a61
DOCSP-49013-update shared file name
mballard-mdb 8b8d254
DOCSP-49013-edits, removed versions from implementations and maven in…
mballard-mdb db217f5
DOCSP-49013-whitespace, fix link
mballard-mdb ab77d92
DOCSP-49013-fix removal of versions on dependencies
mballard-mdb b5df3e6
DOCSP-49013-shared include link fix?
mballard-mdb 5a32034
DOCSP-49013-fix grammar on link
mballard-mdb 4195a9b
DOCSP-49013-fix grammar on link
mballard-mdb 7ff1585
DOCSP-49013-removed versions from mongodb-crypt and all kotlin(x) imp…
mballard-mdb 87c888b
DOCSP-49013-encrypt fields update position of tio
mballard-mdb 283f651
DOCSP-49013-suggested changes
mballard-mdb 40e7ed1
DOCSP-49013-encryption reformat
mballard-mdb e9fc0f5
DOCSP-49013-indentation
mballard-mdb File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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
2 changes: 1 addition & 1 deletion
2
source/includes/fundamentals/code-snippets/bson-gradle-versioned.rst
This file contains hidden or 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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
.. code-block:: kotlin | ||
dependencies { | ||
implementation("org.mongodb:bson:{+full-version+}") | ||
implementation("org.mongodb:bson") | ||
} | ||
This file contains hidden or 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
2 changes: 1 addition & 1 deletion
2
source/includes/fundamentals/code-snippets/crypt-gradle-versioned.rst
This file contains hidden or 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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
.. code-block:: groovy | ||
|
||
dependencies { | ||
implementation("org.mongodb:mongodb-crypt:{+mongocrypt-version+}") | ||
implementation("org.mongodb:mongodb-crypt") | ||
} |
This file contains hidden or 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 hidden or 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 hidden or 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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.