diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..4926076
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
+.vscode/
+node_modules/
\ No newline at end of file
diff --git a/README.md b/README.md
index 2ab1bb6..722806a 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,6 @@ This is intended to be a curation of resources for Software Testers to follow. N
Happy Learnning!
-
## Contribution
Just fork and raise a pull request [here](https://github.com/priyanshus/awesome-qa).
diff --git a/docs/README.md b/docs/README.md
index a2b5254..2ab1bb6 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -1,6 +1,8 @@
# awesome-qa
> A curated list of awesome QA resources.
+👉 **[Check the resources here](https://priyanshus.github.io/awesome-qa)**
+
## Foreword
This is intended to be a curation of resources for Software Testers to follow. Not targeteed to any specific topic or role.
diff --git a/docs/_media/test-ideas-for-2fa.png b/docs/_media/test-ideas-for-2fa.png
new file mode 100644
index 0000000..6e63ec8
Binary files /dev/null and b/docs/_media/test-ideas-for-2fa.png differ
diff --git a/docs/_media/test-ideas-mindmap.png b/docs/_media/test-ideas-mindmap.png
new file mode 100644
index 0000000..8ce0072
Binary files /dev/null and b/docs/_media/test-ideas-mindmap.png differ
diff --git a/docs/_sidebar.md b/docs/_sidebar.md
index 2b22a6b..6890a26 100644
--- a/docs/_sidebar.md
+++ b/docs/_sidebar.md
@@ -2,15 +2,17 @@
- **Introduction to Testing**
- [What is Testing?](/introduction/what-is-testing.md)
- [Test Classifications](/introduction/test-classification.md)
- - [Test Strategy](/introduction/test-strategy.md)
+ - [Test Ideas](/introduction/test-ideas.md)
- [Tester's responsibilities](/introduction/testers-responsibilities.md)
- **Automation**
+ - [Test Automation Strategy](/automation/test-automation-strategy.md)
- [UI Automation](/automation/ui-test-automation.md)
- [API Automation](/automation/api-test-automation.md)
- **Testing Techniques**
- [Exploratory Testing](/others/exploratory-testing.md)
- **CI/CD**
- [Introduction To CI/CD](/cicd/introduction-to-cicd.md)
-- [Agile](/agile/agile-introduction.md)
-- [Critical Thinking](/others/critical-thinking.md)
-- [Books](/others/books.md)
+- [**Security Testing**](/others/security-testing.md)
+- [**Agile**](/agile/agile-introduction.md)
+- [**Critical Thinking**](/others/critical-thinking.md)
+- [**Books**](/others/books.md)
diff --git a/docs/introduction/test-strategy.md b/docs/automation/test-automation-strategy.md
similarity index 94%
rename from docs/introduction/test-strategy.md
rename to docs/automation/test-automation-strategy.md
index 01231a1..d9fede2 100644
--- a/docs/introduction/test-strategy.md
+++ b/docs/automation/test-automation-strategy.md
@@ -1,4 +1,4 @@
-## Test Strategy
+## Test Automation Strategy
### Blogs
* [TestPyramid](https://martinfowler.com/bliki/TestPyramid.html) - Test Pyramid By Martin Fowler
diff --git a/docs/index.html b/docs/index.html
index 7f82dc4..6d98d46 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -30,12 +30,16 @@
repo: 'https://github.com/priyanshus/awesome-qa',
coverpage: false,
loadSidebar: true,
- subMaxLevel: 1,
- auto2top: true,
- search: 'auto'
+ subMaxLevel: 2,
+ sidebarDisplayLevel: 2,
+
+ alias: {
+ "/.*/_sidebar.md": "/_sidebar.md",
+ },
};
+