Skip to content

Commit 99ddd02

Browse files
author
Sam Kleinman
committed
primer: update with new configuration
1 parent d2757a1 commit 99ddd02

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,4 @@ source/includes/steps/
4040
source/includes/generated/includes-overview.rst
4141
source/includes/generated/
4242
primer/config/sphinx.yaml
43+
primer/conf.py

primer/config/sphinx-local.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
project: 'mongodb-primer'
2+
master_doc: 'index'
3+
logo: ".static/logo-mongodb.png"
4+
paths:
5+
static: ['source/.static']
6+
theme:
7+
name: 'manual'
8+
project: 'primer'
9+
google_analytics: 'UA-7301842-8'
10+
book_path_base: 'MongoDB-primer'
11+
repo: 'docs'
12+
jira: 'DOCS'
13+
sidebars:
14+
'**':
15+
- 'pagenav.html'
16+
- 'formats.html'
17+
...

0 commit comments

Comments
 (0)