chore: Upgrade Docusaurus from v2 to v3 (#52)

* chore: Upgrade Docusaurus from v2 to v3

* chore: Update "Test build" GH workflow

* fix: build

All markdown is processed as MDX

* fix: Broken links
This commit is contained in:
Eric Tuvesson
2024-01-12 16:53:22 +01:00
committed by GitHub
parent 65b0cf0417
commit 656e5fc8d2
156 changed files with 4854 additions and 10445 deletions

View File

@@ -3,13 +3,13 @@ title: Geospatial Turf API
hide_title: true
---
<##head##>
{/*##head##*/}
# Turf.js API
Returns the Turf.js API object, allowing to use other Turf.js functions that doesn't have nodes yet.
<##head##>
{/*##head##*/}
## Outputs

View File

@@ -3,13 +3,13 @@ title: Geospatial Area
hide_title: true
---
<##head##>
{/*##head##*/}
# Geospatial Area
Takes an array of coordinates and returns their area in different formats.
<##head##>
{/*##head##*/}
## Inputs

View File

@@ -3,13 +3,13 @@ title: Geospatial Center Of Mass
hide_title: true
---
<##head##>
{/*##head##*/}
# Geospatial Center Of Mass
Takes an array of coordinates and returns its center of mass using this formula: Centroid of Polygon.
<##head##>
{/*##head##*/}
## Inputs

View File

@@ -3,13 +3,13 @@ title: Geospatial Center
hide_title: true
---
<##head##>
{/*##head##*/}
# Geospatial Center
Takes a GeoJSON feature and returns the absolute center point.
<##head##>
{/*##head##*/}
Here is an example of how to use it.