Skip to content

Commit

Permalink
remove google search and analyse
Browse files Browse the repository at this point in the history
  • Loading branch information
xbsura committed Sep 24, 2014
1 parent 5f02c4e commit a1bb43b
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 6 deletions.
1 change: 0 additions & 1 deletion conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,6 @@ def has(self, *args):
'language': language,
'repo_name': sconf.theme.repo,
'jira_project': sconf.theme.jira,
'google_analytics': sconf.theme.google_analytics,
'project': sconf.theme.project,
'version': version,
'version_selector': get_versions(conf),
Expand Down
3 changes: 1 addition & 2 deletions config/sphinx_local.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ paths:
theme:
name: 'manual'
project: 'manual'
google_analytics: 'UA-7301842-8'
book_path_base: 'MongoDB-manual'
repo: 'docs'
jira: 'DOCS'
Expand Down Expand Up @@ -34,4 +33,4 @@ theme:
sidebars:
'**':
- 'pagenav.html'
...
...
3 changes: 1 addition & 2 deletions primer/config/sphinx_local.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ theme:
name: 'primer'
project: 'primer'
sitename: "MongoDB Primer"
google_analytics: 'UA-7301842-8'
book_path_base: 'MongoDB-primer'
repo: 'docs'
jira: 'DOCS'
Expand All @@ -21,4 +20,4 @@ sidebars:
'**':
- 'pagenav.html'
- 'formats.html'
...
...
1 change: 0 additions & 1 deletion source/.static/osd.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
<Image height="16" width="16" type="image/vnd.microsoft.icon">http://media.mongodb.org/favicon.ico</Image>
<Developer>MongoDB, Inc.</Developer>
<Contact>[email protected]</Contact>
<Url type="text/html" rel="results" template="http://www.google.com/cse?cx=017213726194841070573:WMX6838984&amp;ie=UTF-8&amp;q={searchTerms}" />
<Url type="application/opensearchdescription+xml" rel="self" template="http://docs.mongodb.org/osd.xml"/>
<Attribution>Google Custom Search by MongoDB.com</Attribution>
</OpenSearchDescription>

0 comments on commit a1bb43b

Please sign in to comment.