Skip to content

Commit 815866d

Browse files
authored
[C++] Backport title fix to v4.0 (#105)
* fix title * vale fix
1 parent 43afbb1 commit 815866d

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

.github/workflows/vale-tdbx.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ jobs:
1212
- name: checkout
1313
uses: actions/checkout@v4
1414

15+
- name: Install docutils
16+
run: sudo apt-get install -y docutils
17+
1518
- id: files
1619
uses: masesgroup/retrieve-changed-files@v2
1720
with:

source/index.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ Connect to MongoDB
4949
Learn how to create and configure a connection to a MongoDB deployment
5050
in the :ref:`cpp-connect` section.
5151

52-
Read Data from MongoDB
53-
----------------------
52+
Read Data
53+
---------
5454

5555
Learn how you can retrieve data from MongoDB in the :ref:`cpp-read` section.
5656

source/read.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
.. _cpp-read:
22

3-
======================
4-
Read Data from MongoDB
5-
======================
3+
=========
4+
Read Data
5+
=========
66

77
.. contents:: On this page
88
:local:

0 commit comments

Comments
 (0)