Skip to content

Commit 48aa8ec

Browse files
authored
Merge pull request #1368 from OpenGeoscience/update-web-build
docs: Update some of the packages used on the website
2 parents 406e294 + d3e7f80 commit 48aa8ec

File tree

4 files changed

+4
-8
lines changed

4 files changed

+4
-8
lines changed

examples/index.pug

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ block prepend headerButtons
2121
a(href="https://github.com/OpenGeoscience/geojs") Source
2222
a(href="https://github.com/OpenGeoscience/geojs/issues") Bugs
2323
a(href="https://opengeoscience.github.io/geojs/apidocs/") Documentation
24-
a(href="https://geojs.readthedocs.org/en/latest/") Developers guide
25-
a(href="https://my.cdash.org/index.php?project=geojs") Testing
2624

2725
block screenShot
2826

tutorials/index.pug

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ block prepend headerButtons
2121
a(href="https://github.com/OpenGeoscience/geojs") Source
2222
a(href="https://github.com/OpenGeoscience/geojs/issues") Bugs
2323
a(href="https://opengeoscience.github.io/geojs/apidocs/") Documentation
24-
a(href="https://geojs.readthedocs.org/en/latest/") Developers guide
25-
a(href="https://my.cdash.org/index.php?project=geojs") Testing
2624

2725
block mainContent
2826
.jumbotron

website/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
"version": "5.4.2"
77
},
88
"dependencies": {
9-
"hexo": "^5.4.0",
10-
"hexo-fs": "^4.0.0",
9+
"hexo": "^7.0.0",
10+
"hexo-fs": "^5.0.0",
1111
"hexo-renderer-ejs": "^2.0.0",
12-
"hexo-renderer-marked": "^6.1.0",
12+
"hexo-renderer-marked": "^7.0.0",
1313
"hexo-renderer-sass": "^0.5.0",
1414
"hexo-renderer-stylus": "^3.0.0",
1515
"hexo-server": "^3.0.0"

website/source/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ <h1>Get started</h1>
6666
<p class="text-muted">Examples, some with real-world data and some just to show off features.</p>
6767
</div>
6868
<div class="col-md-6 col-sm-12">
69-
<a href="https://geojs.readthedocs.io/en/latest/"><h3><i class="fa fa-book"></i> Documentation</h3></a>
69+
<a href="https://github.com/OpenGeoscience/geojs/blob/master/README.md#documentation"><h3><i class="fa fa-book"></i> Documentation</h3></a>
7070
<p class="text-muted">Guides for users and developers, plus how to build and contribute to GeoJS.</p>
7171
</div>
7272
<div class="col-md-6 col-sm-12">

0 commit comments

Comments
 (0)