stashapp / Stash-Docs

The documentation maintained by the community for Stash
https://docs.stashapp.cc
GNU Affero General Public License v3.0
20 stars 47 forks source link
documentation go golang graphql hacktoberfest json media organize organizer porn ruby scss static-site video

Stash-Docs

Website: https://docs.stashapp.cc

Contributing

Everyone is welcome to help with the documentation. All changes are managed through pull requests.

Read step-by-step guide on how to create a pull request CONTRIBUTING.md.

Running locally with Ruby

Prerequsites

Building the site

  1. Open Terminal/Command Prompt with Ruby and go to your directory where you saved the copy of the repository
  2. Run bundle exec jekyll serve

    You can add --livereload option to automatically refresh the page after changes.