Skip to content

Commit

Permalink
add solid polygon layer doc
Browse files Browse the repository at this point in the history
  • Loading branch information
jianhuang01 committed Apr 17, 2019
1 parent e709f83 commit d7d2924
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions website/contents/pages.js
Original file line number Diff line number Diff line change
Expand Up @@ -407,6 +407,10 @@ export const docPages = generatePath([
name: 'PolygonLayer',
content: getDocUrl('layers/polygon-layer.md')
},
{
name: 'SolidPolygonLayer',
content: getDocUrl('layers/solid-polygon-layer.md')
},
{
name: 'ScatterplotLayer',
content: getDocUrl('layers/scatterplot-layer.md')
Expand Down

0 comments on commit d7d2924

Please sign in to comment.