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 [email protected]:TheJacksonLaboratory/geneweaver-docs.git
cd geneweaver-docsTo 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 installpip install mkdocsOnce you have MkDocs installed, you can view the documentation by running the following command:
mkdocs serveThis 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!