docs: add typedoc links and fix edge docs

This commit is contained in:
bcakmakoglu
2022-06-19 21:51:25 +02:00
parent 1dcfb2dfce
commit 9a72a5a0c1
11 changed files with 96 additions and 83 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ To use the background simply pass the `Background` component as a child to the `
</template>
```
## Props
## [Props](/typedocs/interfaces/BackgroundProps.html/)
| Name | Definition | Type | Optional | Default |
|--------------|-------------------|--------------------------------------------------------------|----------|---------|
+1 -1
View File
@@ -14,7 +14,7 @@ To use the controls simply pass the `Controls` component as a child to the `VueF
</template>
```
## Props
## [Props](/typedocs/interfaces/ControlProps.html/)
| Name | Definition | Type | Optional | Default |
|-----------------|---------------------------|------------------------------------------------------|----------|---------|
+1 -1
View File
@@ -19,7 +19,7 @@ To use the component pass the `MiniMapNode` as a child to the [`MiniMap`](/guide
</template>
```
## Props
## [Props](/typedocs/interfaces/MiniMapNodeProps.html/)
| Name | Definition | Type | Optional | Default |
|----------------|---------------------------------|-----------------------------------------------------|----------|---------|
+1 -1
View File
@@ -12,7 +12,7 @@ To use the minimap simply pass the `MiniMap` component as a child to the `VueFlo
</template>
```
## Props
## [Props](/typedocs/interfaces/MiniMapProps.html/)
| Name | Definition | Type | Optional | Default |
|------------------|--------------------------|------------------------------------------------------------------|----------|-------------------------|