diff --git a/docs/Gemfile.lock b/docs/Gemfile.lock
index 76830faa..2b984f81 100644
--- a/docs/Gemfile.lock
+++ b/docs/Gemfile.lock
@@ -17,7 +17,7 @@ GEM
forwardable-extended (2.6.0)
htmlcompressor (0.4.0)
http_parser.rb (0.6.0)
- i18n (1.8.9)
+ i18n (1.8.10)
concurrent-ruby (~> 1.0)
jekyll (4.1.1)
addressable (~> 2.4)
@@ -63,7 +63,7 @@ GEM
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
liquid (4.0.3)
- listen (3.5.0)
+ listen (3.5.1)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
mercenary (0.4.0)
diff --git a/docs/_data/docs.yml b/docs/_data/docs.yml
new file mode 100644
index 00000000..21434114
--- /dev/null
+++ b/docs/_data/docs.yml
@@ -0,0 +1,6 @@
+- name: Section 1
+ number: One
+- name: Section 2
+ number: Two
+- name: Section 3
+ number: Three
\ No newline at end of file
diff --git a/docs/_includes/faq.html b/docs/_includes/faq.html
index 2757b582..fb2e9e05 100644
--- a/docs/_includes/faq.html
+++ b/docs/_includes/faq.html
@@ -6,7 +6,7 @@
FAQs
diff --git a/docs/_layouts/docs.html b/docs/_layouts/docs.html
index d38ba111..7f149ed4 100644
--- a/docs/_layouts/docs.html
+++ b/docs/_layouts/docs.html
@@ -40,19 +40,39 @@
-
-
+ {{ foo }}
{{content}}
\ No newline at end of file
diff --git a/docs/_sass/getnighthawk.scss b/docs/_sass/getnighthawk.scss
index 7d431d5f..0c65122e 100644
--- a/docs/_sass/getnighthawk.scss
+++ b/docs/_sass/getnighthawk.scss
@@ -5972,3 +5972,9 @@ div.globalFooterCard.card-environment {
font-size: 14px;
}
}
+.accordion-button {
+ border: 0px !important;
+}
+.accordion-button::after {
+ margin-left: 10px !important;
+}
\ No newline at end of file
diff --git a/docs/collections/_docs/really-using-getnighthawk.md b/docs/collections/_docs/really-using-getnighthawk.md
index 7672b3b1..9c87f4b4 100644
--- a/docs/collections/_docs/really-using-getnighthawk.md
+++ b/docs/collections/_docs/really-using-getnighthawk.md
@@ -1,6 +1,7 @@
---
layout: docs
title: Overview
+section: "Section 1"
---
# Nighthawk: architecture and key concepts
diff --git a/docs/collections/_docs/section2.md b/docs/collections/_docs/section2.md
new file mode 100644
index 00000000..39c717e3
--- /dev/null
+++ b/docs/collections/_docs/section2.md
@@ -0,0 +1,7 @@
+---
+layout: docs
+title: Overview
+section: "Section 2"
+---
+
+Test section 2
\ No newline at end of file
diff --git a/docs/collections/_docs/section3.md b/docs/collections/_docs/section3.md
new file mode 100644
index 00000000..91ae7ed7
--- /dev/null
+++ b/docs/collections/_docs/section3.md
@@ -0,0 +1,7 @@
+---
+layout: docs
+title: Overview
+section: "Section 3"
+---
+
+Test section 3
\ No newline at end of file
diff --git a/docs/collections/_docs/using-getnighthawk.md b/docs/collections/_docs/using-getnighthawk.md
index 86278cef..1f54af60 100644
--- a/docs/collections/_docs/using-getnighthawk.md
+++ b/docs/collections/_docs/using-getnighthawk.md
@@ -1,5 +1,6 @@
---
layout: docs
-title: Using GetNighthawk
+title: GetNighthawk
+section: "Section 1"
---
Test
\ No newline at end of file
diff --git a/docs/pages/docs.html b/docs/pages/docs.html
index 0a70cf92..aeb4672a 100644
--- a/docs/pages/docs.html
+++ b/docs/pages/docs.html
@@ -93,18 +93,34 @@