Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 792 Bytes

File metadata and controls

17 lines (11 loc) · 792 Bytes

Novartis.github.io

Source repo for the NIBR Open Source website.

Adding a project to the gallery

Submit an issue to this repo to get started.

Maintainers

Adding a project:

  • New project-name.md goes in the projects directory.
  • Supporting files — images, JavaScript — go in the static/projects directory.
  • Images in Markdown files must be referenced by their full path (/projects/my-project/my-image.jpg).
  • Links must be absolute, not relative (e.g. you should use https://github.com/Novartis/peax instead of /Novartis/peax).
  • Supporting files should be kept to a minimum. Demos are suitable for the gallery site. Extensive documentation should be hosted on the gh-pages branch of the associated repository instead.