File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<site
3
- base_url =" http ://docs.mongodb.com/manual/"
3
+ base_url =" https ://docs.mongodb.com/manual/"
4
4
store_into =" build/master/sitemap.xml.gz"
5
5
verbose =" 1"
6
6
>
7
7
8
8
<directory
9
9
path =" build/public/master/"
10
- url =" http ://docs.mongodb.com/manual/"
10
+ url =" https ://docs.mongodb.com/manual/"
11
11
default_file =" index.html"
12
12
/>
13
13
<filter action =" drop" type =" wildcard" pattern =" *~" />
18
18
<filter action =" drop" type =" wildcard" pattern =" *.js" />
19
19
<filter action =" drop" type =" wildcard" pattern =" *.gif" />
20
20
<filter action =" drop" type =" wildcard" pattern =" *.png" />
21
+ <filter action =" drop" type =" wildcard" pattern =" *.tar.gz" />
22
+ <filter action =" drop" type =" wildcard" pattern =" *.epub" />
21
23
<filter action =" drop" type =" regexp" pattern =" /\.[^/]*" />
22
24
<filter action =" drop" type =" wildcard" pattern =" */master/single*" />
23
25
<filter action =" drop" type =" wildcard" pattern =" */meta/*" />
You can’t perform that action at this time.
0 commit comments