🔄 synced local 'docs/guide/' with remote 'docs/guide/'
2 files changed
tree: 9b821421ef6b97f37dc4f97c27ec13463751f65b
  1. .agents/
  2. .claude/
  3. .github/
  4. blog/
  5. docs/
  6. i18n/
  7. public/
  8. scripts/
  9. src/
  10. static/
  11. versioned_docs/
  12. versioned_sidebars/
  13. .asf.yaml
  14. .gitignore
  15. .markdownlint.yml
  16. .yamllint
  17. AGENTS.md
  18. checklink_config.json
  19. CONTRIBUTING.md
  20. docusaurus.config.ts
  21. LICENSE
  22. NOTICE
  23. package-lock.json
  24. package.json
  25. postcss.config.js
  26. README.md
  27. sidebars.ts
  28. tailwind.config.js
  29. tsconfig.json
  30. versions.json
README.md

Apache Foryâ„¢ Website

The source repository of static website for Apache Foryâ„¢: https://github.com/apache/fory.

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.

Release doc version

yarn docusaurus docs:version xxxx

Note: This command also versions i18n docs automatically by copying
i18n/<locale>/docusaurus-plugin-content-docs/current/
to
i18n/<locale>/docusaurus-plugin-content-docs/version-xxxx/
for each locale with a current/ docs directory.

How to Contribute

Please read the CONTRIBUTING guide for instructions on how to contribute.

LICENSE

Apache License 2.0.