mirror of
https://github.com/visgl/react-map-gl.git
synced 2026-01-25 16:02:50 +00:00
5.0 release prep
This commit is contained in:
parent
2d9b93293d
commit
acb714cb42
@ -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",
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user