From ff6ce69a24e4251e309833b3b89a227da458a396 Mon Sep 17 00:00:00 2001 From: Angela Date: Mon, 3 Mar 2025 14:28:27 -0500 Subject: [PATCH 1/2] change title (cherry picked from commit 6a20829d857e71d78d277dd992c817b26383d7f6) --- source/fundamentals/crud/write-operations/insert.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/fundamentals/crud/write-operations/insert.txt b/source/fundamentals/crud/write-operations/insert.txt index b8e9221e..e8ee6f89 100644 --- a/source/fundamentals/crud/write-operations/insert.txt +++ b/source/fundamentals/crud/write-operations/insert.txt @@ -1,8 +1,8 @@ .. _golang-insert-guide: -================= -Insert a Document -================= +================ +Insert Documents +================ .. facet:: :name: genre From 9848a61d05d328e037fac766451921a1a14fb14f Mon Sep 17 00:00:00 2001 From: Angela Date: Tue, 4 Mar 2025 15:49:28 -0500 Subject: [PATCH 2/2] change titles (cherry picked from commit 9d03cf40e06ba217e29e8d6d1c766d458ba46dc7) --- source/fundamentals/crud/write-operations/insert.txt | 6 +++--- source/usage-examples/insertOne.txt | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/source/fundamentals/crud/write-operations/insert.txt b/source/fundamentals/crud/write-operations/insert.txt index e8ee6f89..b8e9221e 100644 --- a/source/fundamentals/crud/write-operations/insert.txt +++ b/source/fundamentals/crud/write-operations/insert.txt @@ -1,8 +1,8 @@ .. _golang-insert-guide: -================ -Insert Documents -================ +================= +Insert a Document +================= .. facet:: :name: genre diff --git a/source/usage-examples/insertOne.txt b/source/usage-examples/insertOne.txt index a9689bf6..c4eff808 100644 --- a/source/usage-examples/insertOne.txt +++ b/source/usage-examples/insertOne.txt @@ -1,8 +1,8 @@ .. _golang-insert-one: -================= -Insert a Document -================= +========================= +Insert a Document Example +========================= .. default-domain:: mongodb