Skip to content

IFB-ElixirFr/sandboxbio-IFB-docs

Sandboxbio hosted by IFB documentation

Project layout

    mkdocs.yml    # The configuration file.
    docs/
        index.md  # The documentation homepage.
        ...       # Other markdown pages, images and other files.

For collaborators and developers

This part is for collaborators and developers.

Modify content

When you are in the repository, add and/or modify your markdown tutorials in the docs directory. The arborescence of the website menu is to setup in the mkdocs.yml file.

Mkdocs

To work locally with this project, you'll have to follow the steps below:

  1. Fork, clone or download this project
  2. Create and activate conda env
cd sandboxbio-IFB-docs
conda env create -f env_docs.yml
conda activate docs
  1. Preview your project
mkdocs serve

Note : The site can be accessed under http://localhost:8000/

  1. Add content

Add/update markdown files in docs folder

  1. Test
mkdocs build
  1. Deploy

Only if previous command is Ok !

mkdocs gh-deploy --force

If you add an extension to (Material) MKdocs that requires the installation of a new package. Don't forget to export the conda environment (env_docs.yml) using the command line below.

conda env export --no-builds env_docs.yml

Read more at:

Citation

If you use our guide, please cite us :

IFB-ElixirFr, Sandbox.bio hosted by IFB documentation, https://github.com/IFB-ElixirFr/sandboxbio-IFB-docs

A DOI with Zenodo is comming.

Contributors

Contributing

Please, see the CONTRIBUTING file.

Contributor Code of Conduct

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms. See CODE_OF_CONDUCT file.

License

Our guide is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.

CC BY-SA 4.0

Acknowledgement

  • All contributors

Ressources

mkdocs