Skip to content

Commit

Permalink
fix: broken links for netlify 🤖
Browse files Browse the repository at this point in the history
Signed-off-by: Vinayak Kulkarni <19776877+vinayakkulkarni@users.noreply.github.com>
  • Loading branch information
vinayakkulkarni committed Mar 9, 2023
1 parent bb6208d commit 58a587a
Show file tree
Hide file tree
Showing 11 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const sidebar: DefaultTheme.Config['sidebar'] = {
{ text: 'Controls', link: '/api/controls.md' },
{ text: 'Markers', link: '/api/marker.md' },
{ text: 'Popups', link: '/api/popup.md' },
{ text: 'Layers', link: '/api/Layers/README.md' },
{ text: 'Layers', link: '/api/Layers/index.md' },
{ text: 'GeoJSON Layer', link: '/api/Layers/geojsonlayer.md' },
{ text: 'Vector Layer', link: '/api/Layers/vectorlayer.md' },
{ text: 'Raster Layer', link: '/api/Layers/rasterlayer.md' },
Expand Down
2 changes: 1 addition & 1 deletion docs/api/Layers/canvaslayer.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Mapbox GL JS docs:

## Props

All common [layers props](/api/Layers/README.md#props)
All common [layers props](/api/Layers/index.md#props)

## Events

Expand Down
2 changes: 1 addition & 1 deletion docs/api/Layers/geojsonlayer.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Props

All common [layers props](/api/Layers/README.md#props)
All common [layers props](/api/Layers/index.md#props)

### `source`

Expand Down
2 changes: 1 addition & 1 deletion docs/api/Layers/imagelayer.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Props

All common [layers props](/api/Layers/README.md#props)
All common [layers props](/api/Layers/index.md#props)

### `source`

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion docs/api/Layers/rasterlayer.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Props

All common [layers props](/api/Layers/README.md#props)
All common [layers props](/api/Layers/index.md#props)

### `source`

Expand Down
2 changes: 1 addition & 1 deletion docs/api/Layers/vectorlayer.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Props

All common [layers props](/api/Layers/README.md#props)
All common [layers props](/api/Layers/index.md#props)

### `source`

Expand Down
2 changes: 1 addition & 1 deletion docs/api/Layers/videolayer.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Props

All common [layers props](/api/Layers/README.md#props)
All common [layers props](/api/Layers/index.md#props)

### `source`

Expand Down
2 changes: 1 addition & 1 deletion docs/guide/layers-and-sources.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ First moves a layer to a different z-position. Second destroys component and rem

## Layer events

Layers emits events when loading data or on user interaction like `click`. See full list of events in [API section](/api/Layers/README.md#events)
Layers emits events when loading data or on user interaction like `click`. See full list of events in [API section](/api/Layers/index.md#events)

## Migration from 0.1

Expand Down
2 changes: 1 addition & 1 deletion docs/plugin-components/plugin-components-development.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ Provides backbone for Map controls (like )

[Source](https://github.com/vinayakkulkarni/v-mapbox/blob/master/src/components/layer/layerMixin.js).
Provides backbone for Map layer.
See also [layers API doc](/api/layers)
See also [layers API doc](/api/Layers/index.md)

## Creating component for Mapbox GL JS plugin

Expand Down
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

[build]
command = "npm run docs:build"
publish = "docs/.vuepress/dist"
publish = "docs/.vitepress/dist"

0 comments on commit 58a587a

Please sign in to comment.