Website for http://IvorySQL.org
This website is built using Docusaurus 2, a modern static website generator.
$ yarn
$ yarn start
This command starts a local development server and open up a browser window. Most changes are reflected live without having to restart the server.
$ yarn build
This command generates static content into the build
directory.
The website is automatically deployed to netlify each time the main
branch receives a new push.
- Submit bugs and feature requests, and help us verify as they are checked in.
- Review the website and make pull requests for anything from typos to new content suggestion.
-
- If you want to add a support for a new language. You can follow the docusaurus tutorial
- Currently the website is localized for English and Chinese languages. You can contribute by submitting the translation updates for documents located at https://github.com/IvorySQL/Ivory-www/tree/main/i18n/zh-CN/docusaurus-plugin-content-docs/current
- Details on the IvorySQL documentation directory structure and file location see Locating a file for IvorySQL documentation