diff --git a/docs/src/pages/_app.tsx b/docs/src/pages/_app.tsx index b3549f1..7732ee6 100644 --- a/docs/src/pages/_app.tsx +++ b/docs/src/pages/_app.tsx @@ -1,5 +1,3 @@ -import './global.css' - // @ts-ignore export default function MyApp({ Component, pageProps }) { return diff --git a/docs/src/pages/_meta.json b/docs/src/pages/_meta.json index 3ba8dda..056b271 100644 --- a/docs/src/pages/_meta.json +++ b/docs/src/pages/_meta.json @@ -12,8 +12,7 @@ "title": "Playground", "type": "page", "theme": { - "layout": "full", - "typesetting": "article" + "layout": "full" } }, "examples": { diff --git a/docs/src/pages/about.mdx b/docs/src/pages/about.mdx index ec0553f..e36f132 100644 --- a/docs/src/pages/about.mdx +++ b/docs/src/pages/about.mdx @@ -2,11 +2,7 @@ React ECharts was initially created by [Hugo Corta](https://github.com/hugocxl). -## Team - -Currently, the project is hosted and maintained by the -[Kbox Labs](https://github.com/kbox-labs) organization. You can check out the -full list of contributors on +You can check out the full list of contributors on [GitHub](https://github.com/kbox-labs/react-echarts/graphs/contributors). ## Credits diff --git a/docs/src/pages/global.css b/docs/src/pages/global.css deleted file mode 100644 index 32a3750..0000000 --- a/docs/src/pages/global.css +++ /dev/null @@ -1,21 +0,0 @@ -html, -article.nextra-body-typesetting-article { - font-size: 14px !important; -} - -td, -th { - border: none; -} - -tr { - background-color: transparent !important; -} - -table * { - border-color: rgba(134, 152, 165, 0.1) !important; -} - -pre { - background-color: rgba(134, 152, 165, 0.1) !important; -}