🔄 synced local 'docs/guide/' with remote 'docs/guide/'
1 file changed
tree: 0c93f5c976f0218c5cf45e2360bdff2aad2fc4a4
  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. babel.config.js
  19. checklink_config.json
  20. CONTRIBUTING.md
  21. docusaurus.config.ts
  22. LICENSE
  23. NOTICE
  24. package-lock.json
  25. package.json
  26. postcss.config.js
  27. README.md
  28. sidebars.ts
  29. tailwind.config.js
  30. tsconfig.json
  31. 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.