Skip to content

Commit f4d8d8b

Browse files
remove intersphinx, change names
1 parent a27ce92 commit f4d8d8b

File tree

5 files changed

+5
-13
lines changed

5 files changed

+5
-13
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
MongoDB C++ Documentation
1+
MongoDB C++ Driver Documentation
22
====================================
33

44
This repository contains documentation for C++, the MongoDB driver

config/intersphinx.yaml

Lines changed: 0 additions & 8 deletions
This file was deleted.

snooty.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
name = "cpp"
2-
title = "C++"
1+
name = "cpp-driver"
2+
title = "C++ Driver"
33

44
intersphinx = [
55
"https://www.mongodb.com/docs/manual/objects.inv",

source/facets.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[[facets]]
22
category = "programming_language"
3-
value = "cpp"
3+
value = "cpp-driver"
44

55
[[facets]]
66
category = "target_product"

source/index.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
==================
2-
C++
2+
C++ Driver
33
==================
44

55
.. default-domain:: mongodb

0 commit comments

Comments
 (0)