tree: ffc2f7ed0a43160aef2af88af9ba11a1259c56ea [path history] [tgz]
  1. .github/
  2. asset/
  3. asset-src/
  4. blog/
  5. blog-src/
  6. build/
  7. config/
  8. en/
  9. public/
  10. slides/
  11. src/
  12. tool/
  13. zh/
  14. .babelrc
  15. .gitignore
  16. _config.yml
  17. build.js
  18. google2e051bafb7b53dc1.html
  19. LICENSE
  20. package-lock.json
  21. package.json
  22. README.md
  23. server.js
README.md

About

This project is part of the source of The Apache ECharts Official Website. See echarts-website for more details of the building process.

Online Docs

Development

Document content development

Do not need other project.

npm run dev

It will:

  • Start a static server
  • Watch doc site src change and rebuild.
  • Watch doc markdown change and rebuild.

Tips about writing doc

Global variables can be used in doc:

  • galleryViewPath
  • galleryEditorPath
  • websitePath

For example:

~[700x300](${galleryViewPath}doc-example/aria-pie&edit=1&reset=1)

Reference of option

A ~ can be used to refer to a option item in the same doc. For example:

[xAxis.name](~xAxis.name)