Strider-CD/strider

Finish Guides setup

Open

#1007 opened on Dec 6, 2016

View on GitHub
 (5 comments) (0 reactions) (0 assignees)JavaScript (4,587 stars) (454 forks)batch import
documentationenhancementgood for beginnershelp wanted

Description

FutureStudios via @marcuspoehls has given us permission to move/adapt their Strider blog post series into our website. This has been started here: https://github.com/Strider-CD/strider/tree/master/docs but still needs more work:

  • Add all sections to nav (see README in docs folder)
  • Fix image links in all posts
  • Cleanup all post intro and conclusions that mention the series or future studios
  • Add an attribution to futurestudios
  • General cleanup/spell check

Writing and Testing Docs

To serve the docs install docpress and:

cd strider
docpress s

Open http://localhost:3000, and this will also watch for changes and recompute or give errors in the terminal.

Contributor guide