Official documents for Gorse recommender system.
This is a VuePress project, so you need to install:
# Clone the repository
git clone [email protected]:gorse-io/docs.git
# Change directory
cd docs
# Install dependencies
yarn install
# Run Gorse Docs on http://localhost:8080
yarn docs:dev
Gorse Docs is deployed as a static website. The main branch is deployed at https://gorse.io.
You can build the static website like this:
yarn docs:build
The static files will be available in .vuepress/dist
.
Welcome to translate the Gorse document into more languages on GitLocalize.
Language | Progress |
---|---|
Chinese |
- The VuePress version of documents is contributed by @andresribeiro.
- The theme of VuePress is vuepress-theme-hope.