From dd53bb9b7d45ab9c040759963509f01c0a72380d Mon Sep 17 00:00:00 2001 From: Don O'Neill Date: Thu, 4 May 2017 11:03:14 -0700 Subject: [PATCH] Remove stale /docs/tutorials - update index.html -- remove stale /docs/tutorials -- updated HREF on index to direct to correct tutorial Signed-off-by: Don O'Neill --- www/source/docs/index.html.slim | 2 +- www/source/docs/tutorials.html.md | 26 -------------------------- 2 files changed, 1 insertion(+), 27 deletions(-) delete mode 100644 www/source/docs/tutorials.html.md diff --git a/www/source/docs/index.html.slim b/www/source/docs/index.html.slim index 8a0d47b42..5b061d706 100644 --- a/www/source/docs/index.html.slim +++ b/www/source/docs/index.html.slim @@ -19,7 +19,7 @@ p If you're just getting started and want a quick introduction, then we recommen .columns.medium-6 .box-white-brdr.strict-center p.txt-margin Get your first hands-on experience - a.btn.clear href="tutorials" Tutorials + a.btn.clear href="/tutorials" Tutorials h3.margin-top-xs Contributing hr.strict-left diff --git a/www/source/docs/tutorials.html.md b/www/source/docs/tutorials.html.md deleted file mode 100644 index 569349577..000000000 --- a/www/source/docs/tutorials.html.md +++ /dev/null @@ -1,26 +0,0 @@ -# InSpec Tutorials - -The following tutorial provides step-by-step instructions on how easy it is to build, configure, deploy, and manage applications in Habitat. Huge thanks to Annie Hedgpeth for these fantastic guides! - -* [Day 1 - Hello World](http://www.anniehedgie.com/inspec-basics-1) -* [Day 2 - Command Resource Blog Logo](http://www.anniehedgie.com/inspec-basics-2) -* [Day 3 - File Resource](http://www.anniehedgie.com/inspec-basics-3) -* [Day 4 - Custom Matchers](http://www.anniehedgie.com/inspec-basics-4) -* [Day 5 - Creating a Profile](http://www.anniehedgie.com/inspec-basics-5) -* [Day 6 - Ways to Run It and Places to Store It](http://www.anniehedgie.com/inspec-basics-6) -* [Day 7 - How to Inherit a Profile from Chef Compliance Server](http://www.anniehedgie.com/inspec-basics-7) -* [Day 8 - Regular Expressions](http://www.anniehedgie.com/inspec-basics-8) -* [Day 9 - Attributes](http://www.anniehedgie.com/inspec-basics-9) -* [Day 10 - Attributes with Environment Variables](http://www.anniehedgie.com/inspec-basics-10) - -Additionally, these are great guides for specific areas or more advanced topics: - -* [Windows infrastructure testing using InSpec – Part I](http://datatomix.com/?p=236) -* [Windows infrastructure testing using InSpec and Profiles – Part II](http://datatomix.com/?p=238) -* [Operating InSpec in an air-gapped environment](https://github.com/jeremymv2/chef-intranet-scaffolding/blob/master/README.md) -* [Testing Ansible with InSpec](http://scienceofficersblog.blogspot.de/2016/02/testing-ansible-with-inspec.html) - -Podcasts: - -* [InSpec Foodfight](http://foodfightshow.org/2016/02/inspec.html) -* [Test Driven Infrastructure With Arthur Maltson And Michael Goetz](https://www.arresteddevops.com/tdi/)