Skip to content

Commit cd75ff3

Browse files
committed
DOCS-9958: redirect separate docs-primer to getting started section of manual
1 parent b865e77 commit cd75ff3

File tree

127 files changed

+31
-8353
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

127 files changed

+31
-8353
lines changed

conf-sitemap.xml

+2-13
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,8 @@
66
>
77

88
<directory
9-
path="build/public/shell"
10-
url="http://docs.mongodb.com/getting-started/shell"
11-
default_file="index.html"
12-
/>
13-
<directory
14-
path="build/public/csharp"
15-
url="http://docs.mongodb.com/getting-started/csharp"
16-
default_file="index.html"
17-
/>
18-
<directory
19-
path="build/public/python"
20-
url="http://docs.mongodb.com/getting-started/python"
21-
default_file="index.html"
9+
path="build/public"
10+
url="http://docs.mongodb.com/getting-started"
2211
/>
2312
<filter action="drop" type="wildcard" pattern="*~" />
2413
<filter action="drop" type="wildcard" pattern="*.txt" />

conf.py

-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ def has(self, *args):
9797
html_static_path = sconf.paths.static
9898

9999
html_copy_source = False
100-
html_use_smartypants = True
101100
html_domain_indices = True
102101
html_use_index = True
103102
html_split_index = False

config/build_conf.yaml

+2-20
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,7 @@ project:
88
url: 'http://docs.mongodb.com/getting-started'
99
title: 'Getting Started With MongoDB'
1010
branched: false
11-
editions:
12-
- name: shell
13-
branched: false
14-
- name: python
15-
branched: false
16-
- name: csharp
17-
branched: false
11+
1812
version:
1913
release: '3.6.0'
2014
branch: '3.6'
@@ -25,23 +19,11 @@ system:
2519
- 'sphinx_local.yaml'
2620
- intersphinx:
2721
- 'intersphinx.yaml'
28-
- htaccess: ['htaccess.yaml', 'htaccess-java.yaml']
29-
- migrations:
30-
- 'primer-migrations-docs.yaml'
31-
- 'primer-migrations-csharp-examples.yaml'
22+
3223
assets:
33-
- branch: master
34-
path: build/docs
35-
repository: https://github.com/mongodb/docs.git
3624
- branch: master
3725
path: build/docs-tools
3826
repository: https://github.com/mongodb/docs-tools.git
39-
- branch: primer-dataset
40-
path: build/dataset
41-
repository: https://github.com/mongodb/docs-assets.git
42-
- branch: v2.2.x
43-
path: build/csharp-examples
44-
repository: https://github.com/mongodb/mongo-csharp-driver.git
4527
paths:
4628
output: 'build'
4729
source: 'source'

config/primer-migrations-cpp-examples.yaml

-228
This file was deleted.

0 commit comments

Comments
 (0)