Skip to content
forked from intermine/im-docs

Documentation for the InterMine project

License

Notifications You must be signed in to change notification settings

ltachi11/im-docs

 
 

Repository files navigation

InterMine Server Documentation

Documentation for the InterMine project.

Documentation

The HTML documentation is generated from Markdown docs, using the static site generator called Docusaurus.

Building locally

You should build locally before you push, to make sure your changes are correct. You will need nodejs (version >= 10.15.1) and yarn (version >= 1.5) installed.

Building the docs:

cd im-docs
yarn install
yarn start

Deployment

This repository uses GitHub Actions to automatically deploy any changes pushed to the master branch to GitHub Pages. The website is deployed to: http://intermine.org/im-docs/

If you wish to deploy manually for some reason, you can use the below command considering you have commit access to the repository.

GIT_USER=<Your GitHub username> USE_SSH=true yarn deploy

About

Documentation for the InterMine project

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 91.0%
  • CSS 5.1%
  • Python 3.9%