These docs are provided by the Gray Foundation Data Coordinating Center (GF-DCC) to describe the consortium portal, data, metadata, and other topics. (This is a work in progress.)
If you have suggestions or questions as a researcher (either as a Gray Foundation-supported or an external researcher interacting with our data/portal), we prefer you file an issue here. Alternatively, if you do not have a GitHub account or if the issue is sensitive, contact us at gray-foundation-service@sagebase.org.
Please add or update a page/section in a new branch and submit a pull request (PR). It is helpful to read this guide to MDX and Markdown (knowledge of Markdown only will be sufficient for most sections).
We're using the Nextra docs theme.
Docs can be edited in "local development" mode with live previews. This especially helps if the changes are large and complicated (e.g. going beyond adding a new paragraph). However, this requires some technical setup.
- Install Node.js on Windows, MacOs, or Linux.
- Install yarn and use yarn to install dependencies for this docs site.
- Run
yarn nextto preview the site athttp://localhost:3000. As you make changes, live reload will show the updated site.