5.0 release prep

This commit is contained in:
Xiaoji Chen 2019-05-31 16:11:32 -07:00
parent 2d9b93293d
commit acb714cb42
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{
"name": "react-map-gl",
"description": "A React wrapper for MapboxGL-js and overlay API.",
"version": "4.0.0-beta.7",
"version": "5.0.0-beta.0",
"keywords": [
"mapbox",
"mapbox-gl",

View File

@ -3,7 +3,7 @@ import ExamplesComponent from '../components/examples';
import PagesComponent from '../components/page';
function getDocUrl(filename) {
return `docs/${filename}`;
return `https://raw.githubusercontent.com/uber/react-map-gl/5.0-release/docs/${filename}`;
}
// mapping from file path in source to generated page url