Skip to content

Commit

Permalink
update(docs): ecosystem contributions refinement (#424)
Browse files Browse the repository at this point in the history
  • Loading branch information
Koooooo-7 committed May 12, 2024
1 parent c992342 commit 3560007
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
7 changes: 0 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -223,13 +223,6 @@ func main() {
For more information, please refer to [handbook](https://go-echarts.github.io/go-echarts/), [go-echarts/examples](https://github.com/go-echarts/examples) and
the [GoDoc](https://pkg.go.dev/github.com/go-echarts/go-echarts/v2).

### Ecosystem

> The section lists awesome projects which integrate with go-echarts specially.
- [templ](https://github.com/a-h/templ) A language for writing HTML user interfaces in Go. You can use `go-echarts` as its components.
- [`GoNB`](https://github.com/janpfeifer/gonb) A Go Notebook Kernel for Jupyter. You can run `go-echarts` inside of it smoothly, see [examples](https://janpfeifer.github.io/gonb-echarts/).

### 💡 Contribution

go-echarts is an open source project and built on the top of other open-source projects.
Expand Down
3 changes: 1 addition & 2 deletions docs/_sidebar.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
- [Event and Action](en-us/event-and-action)
- Advanced
- [Render to Image](en-us/render-to-image)
- [Ecosystem](en-us/ecosystem)
- Chart Configration
- [Global](en-us/options/global)

[//]: # ( - [Series](en-us/options/series))

[//]: # ( - [Options](en-us/options/options))
- [Ecosystem](en-us/ecosystem)
- Showcases
- [Line](en-us/charts/line)
- [Bar](en-us/charts/bar)
Expand All @@ -38,4 +38,3 @@
- [Line3D](en-us/charts/line3d)
- [Liquid](en-us/charts/liquid)
- [WordCloud](en-us/charts/wordcloud)

2 changes: 2 additions & 0 deletions docs/en-us/ecosystem.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@

This part lists all the ecosystem of go-echarts. Thanks for those great works.

- [`templ`](https://github.com/a-h/templ) A language for writing HTML user interfaces in Go. You can use `go-echarts` as its components.
- [`GoNB`](https://github.com/janpfeifer/gonb) A Go Notebook Kernel for Jupyter. You can run `go-echarts` inside of it smoothly, see [examples](https://janpfeifer.github.io/gonb-echarts/).

0 comments on commit 3560007

Please sign in to comment.