Skip to content

Commit 415443e

Browse files
author
Chris Cho
authored
DOCSP-20367: Subdomain consolidation (#89)
* DOCSP-20367: Subdomain consolidation
1 parent 9bc88f5 commit 415443e

File tree

9 files changed

+5
-350
lines changed

9 files changed

+5
-350
lines changed

README.rst

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,9 @@ To contribute to the documentation,
3131
See the following documents that provide an overview of the
3232
documentation style and process:
3333

34-
- `Style Guide <http://docs.mongodb.org/manual/meta/style-guide>`_
35-
- `Documentation Practices <http://docs.mongodb.org/manual/meta/practices>`_
36-
- `Documentation Organization <http://docs.mongodb.org/manual/meta/organization>`_
37-
- `Build Instructions <http://docs.mongodb.org/manual/meta/build>`_
34+
- `Style Guide <http://www.mongodb.com/docs/meta/style-guide>`_
35+
- `Documentation Practices <http://www.mongodb.com/docs/meta/practices>`_
36+
- `Documentation Organization <http://www.mongodb.com/docs/meta/organization>`_
3837

3938
File JIRA Tickets
4039
-----------------
@@ -52,4 +51,4 @@ The MongoDB Documentation Project is governed by the terms of the
5251
`MongoDB Contributor Agreement
5352
<https://www.mongodb.com/legal/contributor-agreement>`_.
5453

55-
-- The MongoDB Docs Team
54+
-- The MongoDB Docs Team

config/build_conf.yaml

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

config/htaccess.yaml

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

config/integration.yaml

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

config/intersphinx.yaml

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

config/push.yaml

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

config/sphinx.yaml

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

config/sphinx_local.yaml

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

snooty.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "spark-connector"
22
title = "MongoDB Spark Connector"
33

4-
intersphinx = ["https://docs.mongodb.com/manual/objects.inv"]
4+
intersphinx = ["https://www.mongodb.com/docs/manual/objects.inv"]
55

66
toc_landing_pages = ["/java-api", "/python-api", "/scala-api", "/r-api"]
77

@@ -15,4 +15,3 @@ scala-version-full = "2.12.13"
1515
[substitutions]
1616
copy = "unicode:: U+000A9"
1717
ent-build = "MongoDB Enterprise"
18-
hardlink = "http://docs.mongodb.com/docs-spark-connector"

0 commit comments

Comments
 (0)