remove duplicate blogs (#16)

* add v0.7.0 release note

* fix comments

* remove duplicate blog
2 files changed
tree: 1efb6bed5d4dd9f535efefcc66f17f38c1582196
  1. .github/
  2. blog/
  3. community/
  4. i18n/
  5. src/
  6. static/
  7. versions/
  8. versions_sidebars/
  9. .asf.yaml
  10. .DS_Store
  11. .gitignore
  12. docusaurus.config.ts
  13. package-lock.json
  14. package.json
  15. README.md
  16. sidebars.ts
  17. tsconfig.json
  18. yarn.lock
README.md

GeaFlow Website

Installation

yarn

Local Development

yarn start

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

Build

yarn build

This command generates static content into the build directory and can be served using any static contents hosting service.