Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ghettovoice committed Oct 22, 2018
1 parent 9a42401 commit 916ba6c
Showing 1 changed file with 35 additions and 33 deletions.
68 changes: 35 additions & 33 deletions docs/_sidebar.md
Original file line number Diff line number Diff line change
@@ -1,56 +1,58 @@
* Overview

* [Quick start](quickstart.md)
* [Demo](demo.md)
* [Quick start](/docs/quickstart.md)
* [Demo](/docs/demo.md)

* Components

* [vl-geoloc](component/geoloc.md)
* [vl-map](component/map.md)
* [vl-feature](component/feature.md)
* [vl-overlay](component/overlay.md)
* [vl-view](component/view.md)
* [vl-geoloc](/docs/component/geoloc.md)
* [vl-map](/docs/component/map.md)
* [vl-feature](/docs/component/feature.md)
* [vl-overlay](/docs/component/overlay.md)
* [vl-view](/docs/component/view.md)

* Layer

* [vl-layer-image](component/image-layer.md)
* [vl-layer-tile](component/tile-layer.md)
* [vl-layer-vector](component/vector-layer.md)
* [vl-layer-vector-tile](component/vector-tile-layer.md)
* [vl-layer-image](/docs/component/image-layer.md)
* [vl-layer-tile](/docs/component/tile-layer.md)
* [vl-layer-vector](/docs/component/vector-layer.md)
* [vl-layer-vector-tile](/docs/component/vector-tile-layer.md)

* Source

* [vl-source-bing-maps](component/bing-maps-source.md)
* [vl-source-image-static](component/image-static-source.md)
* [vl-source-osm](component/osm-source.md)
* [vl-source-sputnik](component/sputnik-source.md)
* [vl-source-vector](component/vector-source.md)
* [vl-source-vector-tile](component/vector-tile-source.md)
* [vl-source-wms](component/wms-source.md)
* [vl-source-wmts](component/wmts-source.md)
* [vl-source-bing-maps](/docs/component/bing-maps-source.md)
* [vl-source-image-static](/docs/component/image-static-source.md)
* [vl-source-osm](/docs/component/osm-source.md)
* [vl-source-sputnik](/docs/component/sputnik-source.md)
* [vl-source-vector](/docs/component/vector-source.md)
* [vl-source-vector-tile](/docs/component/vector-tile-source.md)
* [vl-source-wms](/docs/component/wms-source.md)
* [vl-source-wmts](/docs/component/wmts-source.md)

* Geometry

* [vl-geom-point](component/point-geom.md)
* [vl-geom-line-string](component/line-string-geom.md)
* [vl-geom-polygon](component/polygon-geom.md)
* [vl-geom-multi-point](component/multi-point-geom.md)
* [vl-geom-multi-line-string](component/multi-line-string-geom.md)
* [vl-geom-multi-polygon](component/multi-polygon-geom.md)
* [vl-geom-circle](component/circle-geom.md)
* [vl-geom-point](/docs/component/point-geom.md)
* [vl-geom-line-string](/docs/component/line-string-geom.md)
* [vl-geom-polygon](/docs/component/polygon-geom.md)
* [vl-geom-multi-point](/docs/component/multi-point-geom.md)
* [vl-geom-multi-line-string](/docs/component/multi-line-string-geom.md)
* [vl-geom-multi-polygon](/docs/component/multi-polygon-geom.md)
* [vl-geom-circle](/docs/component/circle-geom.md)

* Interaction

* [vl-interaction-draw](component/draw-interaction.md)
* [vl-interaction-modify](component/modify-interaction.md)
* [vl-interaction-select](component/select-interaction.md)
* [vl-interaction-snap](component/snap-interaction.md)
* [vl-interaction-draw](/docs/component/draw-interaction.md)
* [vl-interaction-modify](/docs/component/modify-interaction.md)
* [vl-interaction-select](/docs/component/select-interaction.md)
* [vl-interaction-snap](/docs/component/snap-interaction.md)

* Style

* [vl-style-box](component/style-box.md)
* [vl-style-circle](component/circle-style.md)
* [vl-style-box](/docs/component/style-box.md)
* [vl-style-circle](/docs/component/circle-style.md)

* Mixins

...
* Misc

* [ol-ext](/docs/misc/ol-ext.md)

0 comments on commit 916ba6c

Please sign in to comment.