Skip to content

Updating the documentation of BioImage.IO

esgomezm edited this page Oct 28, 2022 · 3 revisions

Add a new item that lives in the docs file to the slidebar

  • Add the new item in bioimage.io/docs/_sidebar.md. E.g.:
    * [Getting Started](getting_started.md)
    
    Documentation is rendered from the docs folder, so the markdown needs to live there.

Add a new item that lives in another repository to the slidebar

  • Add the alias item into the index.html file. For example:
          homepage: homepage,
        alias: {
          '/bioimageio_spec': 'https://raw.githubusercontent.com/bioimage-io/spec-bioimage-io/master/README.md'
        }
    
  • Add the new item in bioimage.io/docs/_sidebar.md. E.g.:
    * [Contribute Models](/contribute_models/README.md)
      - [Model Resource Description File (RDF)](https://bioimage.io/docs/#/bioimageio_model_spec)
    
Clone this wiki locally