Skip to content

Commit 3ac4a91

Browse files
committed
add config
1 parent f88b8d4 commit 3ac4a91

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

config/intersphinx.yaml

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Weirdly, giza wants a non-empty list of two or more, so we have to include extraneous/unused one --hence the python
2+
name: python
3+
url: https://docs.python.org/2/
4+
path: python2.inv
5+
---
6+
name: mongodb
7+
url: https:/www.mongodb.com/docs/manual/
8+
path: mongodb.inv
9+
...

config/redirects

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
define: prefix docs/drivers/csharp
2+
define: base https://www.mongodb.com/${prefix}
3+
define: versions 2.17 master
4+
5+
raw: ${prefix}/ -> ${base}/current/
6+
raw: ${prefix}/stable -> ${base}/current/

0 commit comments

Comments
 (0)