Skip to content

Commit

Permalink
Documentation: Getting started with an example (#2034)
Browse files Browse the repository at this point in the history
* Add getting started roots, copy bookshop readme

* Change headings

* Add images and fix links

* Add Get the BookShop example

* Fix lint errors, code styling

* Reformat filter examples

* Adjust TOC
  • Loading branch information
tzongithub authored Jul 3, 2020
1 parent 376e5c9 commit 4602653
Show file tree
Hide file tree
Showing 12 changed files with 468 additions and 0 deletions.
447 changes: 447 additions & 0 deletions docs/Getting-Started/Getting-Started-With-An-Example.md

Large diffs are not rendered by default.

13 changes: 13 additions & 0 deletions docs/Getting-Started/Getting-Started.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Getting Started

## Start with a new project

Learn the basics of SpecFlow and follow our step by step guide to setup SpecFlow and the SpecFlow+ Runner with a new project in Visual Studio.

[Getting Started with a new project](https://specflow.org/getting-started)

## Start with an example

Follow our step by step guide to explore, experiment and learn the basics of SpecFlow based on a simple web application project using SpecFlow and the SpecFlow+ Runner.

[Getting Started with an example project](Getting-Started-With-An-Example.md)
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_static/images/BookshopCommandLine.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_static/images/BookshopUserJourney.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_static/images/RunnerReport.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,14 @@ Indices and tables

.. toctree::
:maxdepth: 1
:caption: Getting Started
:hidden:

Getting-Started/Getting-Started.md
Getting-Started/Getting-Started-With-An-Example.md

.. toctree::
:maxdepth: 2
:caption: Installation
:hidden:

Expand Down

0 comments on commit 4602653

Please sign in to comment.