Skip to content

Latest commit

 

History

History
38 lines (29 loc) · 1.73 KB

File metadata and controls

38 lines (29 loc) · 1.73 KB

BrainSTEM Documentation and Support Website

This repository hosts the documentation and support website for BrainSTEM.org. BrainSTEM is a collaborative electronic lab notebook for FAIR data sharing in neuroscience research. The website provides comprehensive documentation of the BrainSTEM platform: the data model, the web interface, the API and API tools, tutorials, and the public data-sharing portal.

You can view the documentation and support website at support.brainstem.org.

The documentation is built using the Just the Docs Jekyll theme, which offers a clean, minimalistic design with easy navigation and search functionality.

Contribution and Feedback

We encourage dialog, feedback, and contributions to improve BrainSTEM and the documentation and tutorials. Please use the following systems for collaboration:

  • Issues: Report bugs, suggest improvements, or request new documentation content.
  • Discussions: Engage with the community, ask questions, or propose ideas for the platform.

Local Development

To run the documentation site locally:

  1. Clone this repository:
    git clone https://github.com/brainstem-org/brainstem_support.git
  2. Navigate into the docs directory:
    cd brainstem_support/docs
  3. Install Jekyll and dependencies:
    bundle install
  4. Serve the site locally:
    bundle exec jekyll serve
  5. Access the local site at http://localhost:4000.

License

This documentation is released under the MIT License.