diff --git a/examples/index.pug b/examples/index.pug index df5f042bd2..60fea4da8c 100644 --- a/examples/index.pug +++ b/examples/index.pug @@ -21,8 +21,6 @@ block prepend headerButtons a(href="https://github.com/OpenGeoscience/geojs") Source a(href="https://github.com/OpenGeoscience/geojs/issues") Bugs a(href="https://opengeoscience.github.io/geojs/apidocs/") Documentation - a(href="https://geojs.readthedocs.org/en/latest/") Developers guide - a(href="https://my.cdash.org/index.php?project=geojs") Testing block screenShot diff --git a/tutorials/index.pug b/tutorials/index.pug index bffe401de3..84aa9761db 100644 --- a/tutorials/index.pug +++ b/tutorials/index.pug @@ -21,8 +21,6 @@ block prepend headerButtons a(href="https://github.com/OpenGeoscience/geojs") Source a(href="https://github.com/OpenGeoscience/geojs/issues") Bugs a(href="https://opengeoscience.github.io/geojs/apidocs/") Documentation - a(href="https://geojs.readthedocs.org/en/latest/") Developers guide - a(href="https://my.cdash.org/index.php?project=geojs") Testing block mainContent .jumbotron diff --git a/website/package.json b/website/package.json index 3474c9580c..2cf8062795 100644 --- a/website/package.json +++ b/website/package.json @@ -6,10 +6,10 @@ "version": "5.4.2" }, "dependencies": { - "hexo": "^5.4.0", - "hexo-fs": "^4.0.0", + "hexo": "^7.0.0", + "hexo-fs": "^5.0.0", "hexo-renderer-ejs": "^2.0.0", - "hexo-renderer-marked": "^6.1.0", + "hexo-renderer-marked": "^7.0.0", "hexo-renderer-sass": "^0.5.0", "hexo-renderer-stylus": "^3.0.0", "hexo-server": "^3.0.0" diff --git a/website/source/index.html b/website/source/index.html index 7dca07465e..a662c39cc3 100644 --- a/website/source/index.html +++ b/website/source/index.html @@ -66,7 +66,7 @@
Examples, some with real-world data and some just to show off features.
Guides for users and developers, plus how to build and contribute to GeoJS.