Skip to content

Commit 0aaba0b

Browse files
[C] Remove "MongoDB" from page title (#87) (#88)
* fix title * vale fix (cherry picked from commit 3db77dc) Co-authored-by: Rachel Mackintosh <[email protected]>
1 parent a4663c4 commit 0aaba0b

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@master
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
@@ -55,8 +55,8 @@ Write Data to MongoDB
5555

5656
Learn how you can write data to MongoDB in the :ref:`c-write` section.
5757

58-
Read Data from MongoDB
59-
----------------------
58+
Read Data
59+
---------
6060

6161
Learn how you can retrieve data from MongoDB in the :ref:`c-read` section.
6262

source/read.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
.. _c-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)