Skip to content

Commit ad03e94

Browse files
docs(NODE-4018): Doc generation script improvements and site enhancements (mongodb#3157)
1 parent 178804b commit ad03e94

Some content is hidden

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

44 files changed

+1609
-19867
lines changed

.eslintignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1-
docs
1+
/docs
22
lib
33
test/disabled
4+
!etc/docs

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -72,4 +72,5 @@ lb.env
7272
etc/docs/build
7373
!docs
7474
!docs/s/lib
75-
!docs/s/js
75+
!docs/s/js
76+
!docs/s/img/*png

docs/404.html

+6-3
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<meta name="author" content="">
88
<meta name="keyword" content="">
99

10-
<link rel="shortcut icon" href="/node-mongodb-native/img/favicon.png">
10+
<link rel="shortcut icon" href="/node-mongodb-native/s/img/favicon.ico">
1111

1212
<title>404 Page not found</title>
1313

@@ -52,8 +52,11 @@
5252
<div class="col-md-2"></div>
5353
<div class="col-md-6">
5454
<h1>404: Page not found</h1>
55+
<a href="/node-mongodb-native">
56+
<div> Return to Docs Homepage </div>
57+
</a>
5558
</div>
56-
<div class="col-md-2" id="mongodbJVMlogo"></div>
59+
<div class="col-md-2" id="mongodbNodelogo"></div>
5760
</div>
5861
</div>
5962
</div>
@@ -65,7 +68,7 @@ <h1>404: Page not found</h1>
6568
<div class="col-md-12">
6669
<div class="footer">
6770
<div class="copyright">
68-
<p>Copyright © 2015 <a class="smalltext" href="http://www.mongodb.com">MongoDB, Inc</a>.
71+
<p>Copyright © 2022 <a class="smalltext" href="http://www.mongodb.com">MongoDB, Inc</a>.
6972
Licensed under <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/ ">Creative Commons</a>.
7073
MongoDB, Mongo, and the leaf logo are registered trademarks of MongoDB, Inc.
7174
</p>

docs/favicon.ico

-5.24 KB
Binary file not shown.

0 commit comments

Comments
 (0)