Skip to content

go-gorm/gorm.io

Repository files navigation

Gorm Official Website

Welcome to the GORM official website, accessible at https://gorm.io.

build

Contributing to Documentation

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.

Translating the Website

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.

Developing this Site

The site is developed using hexo. Start your development with these commands:

$ npm install
$ npm install hexo -g
$ hexo serve