Skip to content

Commit 43aa138

Browse files
i80andandf-mongodb
authored andcommitted
DOP-2048: Drop .tar.gz and .epub files from the sitemap
1 parent 7ceee64 commit 43aa138

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

conf-sitemap.xml

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<site
3-
base_url="http://docs.mongodb.com/manual/"
3+
base_url="https://docs.mongodb.com/manual/"
44
store_into="build/master/sitemap.xml.gz"
55
verbose="1"
66
>
77

88
<directory
99
path="build/public/master/"
10-
url="http://docs.mongodb.com/manual/"
10+
url="https://docs.mongodb.com/manual/"
1111
default_file="index.html"
1212
/>
1313
<filter action="drop" type="wildcard" pattern="*~" />
@@ -18,6 +18,8 @@
1818
<filter action="drop" type="wildcard" pattern="*.js" />
1919
<filter action="drop" type="wildcard" pattern="*.gif" />
2020
<filter action="drop" type="wildcard" pattern="*.png" />
21+
<filter action="drop" type="wildcard" pattern="*.tar.gz" />
22+
<filter action="drop" type="wildcard" pattern="*.epub" />
2123
<filter action="drop" type="regexp" pattern="/\.[^/]*" />
2224
<filter action="drop" type="wildcard" pattern="*/master/single*"/>
2325
<filter action="drop" type="wildcard" pattern="*/meta/*"/>

0 commit comments

Comments
 (0)