UNPKG
@lyra/generate-help-url
Version:
latest (0.3.0)
0.3.0
0.2.5
0.2.4
0.2.0
Generates URLs to specific sections of the Lyra documentation
vegapublish.com
VegaPublish/vega
@lyra/generate-help-url
/
index.js
6 lines
(4 loc)
•
128 B
JavaScript
View Raw
1
2
3
4
5
6
var
baseUrl
=
'https://docs.vegapublish.com/help/'
module
.
exports
= function
generateHelpUrl
(slug)
{
return
baseUrl + slug }