Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
hugocxl committed Mar 2, 2024
1 parent bb98fda commit abcdcdc
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 30 deletions.
2 changes: 0 additions & 2 deletions docs/src/pages/_app.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import './global.css'

// @ts-ignore
export default function MyApp({ Component, pageProps }) {
return <Component {...pageProps} />
Expand Down
3 changes: 1 addition & 2 deletions docs/src/pages/_meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
"title": "Playground",
"type": "page",
"theme": {
"layout": "full",
"typesetting": "article"
"layout": "full"
}
},
"examples": {
Expand Down
6 changes: 1 addition & 5 deletions docs/src/pages/about.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
21 changes: 0 additions & 21 deletions docs/src/pages/global.css

This file was deleted.

0 comments on commit abcdcdc

Please sign in to comment.