From f9f57ed2739bce26410c55cf774429d909ad102a Mon Sep 17 00:00:00 2001 From: Rachel Mackintosh <148898879+rachel-mack@users.noreply.github.com> Date: Thu, 6 Mar 2025 15:45:19 -0500 Subject: [PATCH] [Java RS] Remove "MongoDB" from page title (#105) (cherry picked from commit 4dd3dbfe11b29f450301e2906fad8598edc91771) --- source/index.txt | 4 ++-- source/read-data-from-mongo.txt | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/source/index.txt b/source/index.txt index e2ce5bd..21c52ea 100644 --- a/source/index.txt +++ b/source/index.txt @@ -71,8 +71,8 @@ Write Data to MongoDB Learn how you can write data to MongoDB in the :ref:`java-rs-write` section. -Read Data from MongoDB ----------------------- +Read Data +--------- Learn how you can retrieve data from MongoDB in the :ref:`java-rs-read` section. diff --git a/source/read-data-from-mongo.txt b/source/read-data-from-mongo.txt index 72cfed7..f9d5bee 100644 --- a/source/read-data-from-mongo.txt +++ b/source/read-data-from-mongo.txt @@ -1,8 +1,8 @@ .. _java-rs-read: -====================== -Read Data From MongoDB -====================== +========= +Read Data +========= .. contents:: On this page :local: