diff --git a/apps/homepage/src/content/docs/getting-started/introduction.mdx b/apps/homepage/src/content/docs/getting-started/introduction.mdx index 1694bfc..7fa186d 100644 --- a/apps/homepage/src/content/docs/getting-started/introduction.mdx +++ b/apps/homepage/src/content/docs/getting-started/introduction.mdx @@ -27,6 +27,10 @@ a simple and efficient way to visualize data without the bulk of heavier librari ## Network + + ## Map diff --git a/apps/homepage/src/content/docs/getting-started/simple-pie.mdx b/apps/homepage/src/content/docs/getting-started/simple-pie.mdx index 17c05ae..8ab8f4e 100644 --- a/apps/homepage/src/content/docs/getting-started/simple-pie.mdx +++ b/apps/homepage/src/content/docs/getting-started/simple-pie.mdx @@ -2,7 +2,8 @@ title: simple-pie description: How to install and use simple-pie npm package --- -import { Aside, Card, CardGrid, Code, Tabs, TabItem } from '@astrojs/starlight/components'; +import { Aside, Code, Tabs, TabItem } from '@astrojs/starlight/components'; +import Network from '@components/Network.astro' `simple-pie` creates simple svg pie and doughnut charts for infographics like graphs and others in browser environments. @@ -126,3 +127,9 @@ const nodes = new DataSet([{ }, ... ``` + + + +