diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html
index f76f83e..d7101d6 100644
--- a/docs/_layouts/default.html
+++ b/docs/_layouts/default.html
@@ -7,8 +7,6 @@
{% seo %}
-
-
{% include head-custom.html %}
@@ -19,9 +17,6 @@
{% if site.title and site.title != page.title %}
{% endif %}
-
{{ content }}
diff --git a/docs/_layouts/toc.html b/docs/_layouts/toc.html
deleted file mode 100644
index c580ccc..0000000
--- a/docs/_layouts/toc.html
+++ /dev/null
@@ -1,28 +0,0 @@
-
-
\ No newline at end of file
diff --git a/docs/assets/css/style.css b/docs/assets/css/style.css
deleted file mode 100644
index 33b4a51..0000000
--- a/docs/assets/css/style.css
+++ /dev/null
@@ -1,40 +0,0 @@
-body {
- display: flex;
- margin: 0;
- padding: 0;
- font-family: Arial, sans-serif;
-}
-
-.container {
- display: flex;
- width: 100%;
-}
-
-.sidebar {
- width: 250px;
- padding: 20px;
- background-color: #f0f0f0;
- height: 100vh;
- overflow-y: auto;
- position: fixed;
-}
-
-.content {
- flex-grow: 1;
- padding: 20px;
- margin-left: 250px;
-}
-
-.toc ul {
- list-style-type: none;
- padding-left: 20px;
-}
-
-.toc a {
- text-decoration: none;
- color: #333;
-}
-
-.toc a:hover {
- text-decoration: underline;
-}
diff --git a/docs/index.md b/docs/index.md
index d16987f..bbc6a4e 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -23,6 +23,6 @@ The core operations of the Steward Program are permissionless such that any cran
- [Running a Keeper](developers/keeper-bot-quick-start.md)
6. Advanced Concepts
- [SPL Stake Pool Internals](advanced/spl-stake-pool-internals.md)
- - [Validator States](advanced/managing-validator-states.md)
+ - [Validator States](advanced/validator-states.md)
7. [Governance](./governance.md)
8. [Validator FAQ](./faq.md) (work in progress)