https://github.com/morphiaorg/morphia-docs
Repository for the website and reference materials for Morphia
https://github.com/morphiaorg/morphia-docs
Last synced: 5 months ago
JSON representation
Repository for the website and reference materials for Morphia
- Host: GitHub
- URL: https://github.com/morphiaorg/morphia-docs
- Owner: MorphiaOrg
- Created: 2020-03-07T04:32:28.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-06-17T02:54:29.000Z (about 1 year ago)
- Last Synced: 2025-06-17T03:34:43.587Z (about 1 year ago)
- Language: HTML
- Size: 8.51 MB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Morphia Documentation
This repository holds the source for the Morphia documentation. It is built using [antora](antora.org) to build and aggregate the documentation for the supported versions of Morphia. To build the docs you'll need the following installed:
1. npm
1. make
## Building
To build all the docs, simply run `make` from the root directory. This will build the site locally and synchronize it in to a local
checkout of the `gh_pages` branch where you can view the documentation as it would look online. If you have commit rights, `make
publish` will do all that and push those updates online.