Skip to content

Commit 53b4905

Browse files
authored
DOCSP-55884 Go Meta updates (#16548)
# Pull Request Info [PR Reviewing Guidelines](https://github.com/mongodb/docs-java/blob/master/REVIEWING.md) ### JIRA Ticket <!-- start jira --><!-- end jira --> ### Staging Links <!-- start insert-links --><!-- end insert-links --> ## Self-Review Checklist - [ ] Is the build log free of new errors and warnings? - [ ] Does the content render properly in staging (including links)? - [ ] Did you check the [Style Guide](https://www.mongodb.com/docs/meta/) for any style questions? - [ ] Are [facets and meta keywords](https://wiki.corp.mongodb.com/display/DE/Docs+Taxonomy) accurate? - [ ] Are page titles 20+ characters long and [SEO relevant](https://docs.google.com/spreadsheets/d/1Wkt0-5z04KmcMNscN5bjUKnzwWAtMq9VESp-Lz6r2o8/edit?usp=sharing)? - [ ] If you deleted/renamed files, did you add redirects? - [ ] If you added/deleted/moved files, did you update the offline and TypeScript TOCs?
1 parent 8ebd48f commit 53b4905

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/golang/upcoming/source/crud/gridfs.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ GridFS
1010

1111
.. meta::
1212
:keywords: code example, large files, storage, images
13-
:description: Learn how to store and retrieve large files in the MongoDB Go Driver using GridFS, which splits files into chunks and manages them in a bucket for efficient access.
13+
:description: Learn how to efficiently store and retrieve large files in the MongoDB Go Driver using GridFS, which splits files into chunks and manages them in a bucket.
1414

1515
.. contents:: On this page
1616
:local:

content/golang/upcoming/source/reference/release-notes.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Release Notes
1717

1818
.. meta::
1919
:keywords: update, backward compatibility
20-
:description: Discover the latest updates and features in the with the MongoDB Go Driver, including OpenID Connect support, streamlined APIs, and improved error handling in version 2.0.
20+
:description: Discover the latest updates and features for each version of the MongoDB Go Driver, including bug fixes and breaking changes.
2121

2222
.. tip:: Release Notes
2323

0 commit comments

Comments
 (0)