This repository contains the central documentation site for the GeneWeaver project. Geneweaver is a web-based software tool for the integration of functional genomics data. The Geneweaver web application is available at Geneweaver.org.
The documentation is built using MkDocs and Material for MkDocs, and is hosted on GitHub Pages.
You can view the documentation at https://thejacksonlaboratory.github.io/geneweaver-docs/.
First, clone this repository to your local machine:
git clone git@github.com:TheJacksonLaboratory/geneweaver-docs.git
cd geneweaver-docs
To view the documentation locally, you will need to have MkDocs installed on your machine. If you don't have it already, you can install it using poetry, or with pip:
poetry install
pip install mkdocs
Once you have MkDocs installed, you can view the documentation by running the following command:
mkdocs serve
This will start a local development server at http://localhost:8000/, where you can view the documentation in your web browser.
If you notice any errors or omissions in the documentation, please feel free to submit a pull request with your changes. We welcome contributions from the community!