Skip to content

Commit

Permalink
Adding dotnet installation docs. #102
Browse files Browse the repository at this point in the history
  • Loading branch information
BugDiver committed Jul 20, 2018
1 parent e8ed21e commit 19564b8
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion source/assets/stylesheets/_getting-started.scss
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@

.icon_vsc {
@extend %installation_icons;
background: url(/assets/images/icons/visual_studio_code-box.png) no-repeat 0 0;
background: url(/assets/images/icons/visual_studio_code.png) no-repeat 0 0;
background-size: contain;
}

Expand Down
4 changes: 2 additions & 2 deletions source/partials/_installation.erb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Initialize a new Gauge project in the language of your choice. Running the command below will create a new project template in your prefered language with a sample test specification.
</p>
<div class="code-box">
<code>$ gauge init js # or csharp, java, python, ruby
<code>$ gauge init js # or csharp, dotnet, java, python, ruby
</code>
</div>
<p class="instruction">Now run the sample specification with this command.</p>
Expand Down Expand Up @@ -34,7 +34,7 @@
<p class="instruction">
<a href="https://marketplace.visualstudio.com/items?itemName=getgauge.gauge" class="download_plugin">VSCode Plugin </a>
</p>
<P>This plugin currently supports Gauge with JavaScript, Ruby and Python.</p>
<P>This plugin currently supports Gauge with JavaScript, Ruby, Python and CSharp (.Net Core only).</p>

</div>
<div class="tab-content" id="intellij">
Expand Down
9 changes: 8 additions & 1 deletion source/plugins/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,14 @@ Let us know if you are working on a plugin, and we will list it here.
<div class="plugin_name">
<a href="https://github.com/getgauge/gauge-csharp/releases" > <img src="/assets/images/Plugin-icons/Crunner.svg" class="icon-md">C# runner</a>
</div>
<div class="more">Plugin that lets you write your tests in C#. <a href="https://github.com/getgauge/gauge-csharp#gauge-csharp" > Read more</a></div>
<div class="more">Plugin that lets you write your tests in C# with .Net Framework as runtime. <a href="https://github.com/getgauge/gauge-csharp#gauge-csharp" > Read more</a></div>
<div class="owner"> <a href="https://www.thoughtworks.com/products">ThoughtWorks Inc.</a></div>
</li>
<li class="flex-container__item">
<div class="plugin_name">
<a href="https://github.com/getgauge/gauge-dotnet/releases" > <img src="/assets/images/Plugin-icons/Crunner.svg" class="icon-md">C# runner (.Net Core)</a>
</div>
<div class="more">Plugin that lets you write your tests in C# with .Net Core as runtime. <a href="https://github.com/getgauge/gauge-dotnet#gauge-dotnet" > Read more</a></div>
<div class="owner"> <a href="https://www.thoughtworks.com/products">ThoughtWorks Inc.</a></div>
</li>
<li class="flex-container__item">
Expand Down

0 comments on commit 19564b8

Please sign in to comment.