diff --git a/docs/index.html b/docs/index.html
index caab100..1e5cb66 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -17,49 +17,49 @@
Setup, HTML, CSS, Javascript and Intro to React
-
+
Step 0
HTML/CSS/JS
-
+
Step 1
Todo HTML
-
+
Step 2
Todo CSS
-
+
Step 3
Todo JS
-
+
Step 4
React Intro
-
+
Step 5
React Components
-
+
Step 6
State Driven UI
-
+
Step 7
UI Driven State
@@ -76,63 +76,63 @@
Step 1
Typescript Basics
-
+
Step 3
Theming and Styling
-
+
Step 4
Testing with jest
-
+
Step 5
Redux: Reducers
-
+
Step 6
Redux: Dispatch Actions
-
+
Step 7
Redux: Connect to UI
-
+
Step 8
Redux: Combine Reducers
-
+
Step 9
Redux: Service Calls
-
+
diff --git a/tsconfig.json b/tsconfig.json
index 38839b0..3545c2b 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -12,5 +12,5 @@
"skipLibCheck": true,
"skipDefaultLibCheck": true
},
- "exclude": ["node_modules"]
+ "exclude": ["node_modules", "docs"]
}