docs-invenio-rdm icon indicating copy to clipboard operation
docs-invenio-rdm copied to clipboard

InvenioRDM docs

inveniordm.docs.cern.ch

About

This is the source of InvenioRDM user documentation web site. You can view the documentation for the current release of InvenioRDM at https://inveniordm.docs.cern.ch/, which tracks the production branch of this repository. You can see the documentation for the in-development next version of InvenioRDM at https://inveniordm-dev.docs.cern.ch/, which tracks the master branch of this repository.

Running

$ mkvirtualenv docs-invenio-rdm
$ pip install -r requirements.txt
$ mkdocs serve
$ firefox http://127.0.0.1:8000