Welcome to the GORM official website, accessible at https://gorm.io.
At our GitHub repository, we currently only accept pull requests for English documentation. Basic markdown knowledge is sufficient for you to contribute. Feel free to update documents in the pages/docs
and pages/gen
directories. We highly value your contributions!
The site will automatically deploy new changes to the master
branch upon commit.
For translations into other languages, please visit https://translate.gorm.io. To add a new language for GORM, submit your request via GitHub issues. Approved translations will be managed through the translation site.
The site is developed using hexo. Start your development with these commands:
$ npm install
$ npm install hexo -g
$ hexo serve