diff --git a/docs/_coverpage.md b/docs/_coverpage.md
new file mode 100644
index 00000000..697cdf51
--- /dev/null
+++ b/docs/_coverpage.md
@@ -0,0 +1,11 @@
+
+
+# Fiber 1.3.0
+
+> Express.js inspired web framework written in Go.
+
+- Optimized for speed and low memory usage
+- Build on π Fasthttp.
+
+[GitHub](https://github.com/gofiber/fiber)
+[Documentation](?id=getting-started)
diff --git a/docs/_navbar.md b/docs/_navbar.md
new file mode 100644
index 00000000..73402504
--- /dev/null
+++ b/docs/_navbar.md
@@ -0,0 +1,4 @@
+- Translations
+ - [:uk: English](/)
+ - [:cn: δΈζ](/zh-cn/)
+ - [:ru: Russian](/ru/)
diff --git a/docs/index.html b/docs/index.html
index 9b5e905c..52376d85 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -25,12 +25,14 @@
homepage: 'getting_started.md',
subMaxLevel: 4,
auto2top: true,
+ onlyCover: false,
+ coverpage: true,
pagination: {
previousText: 'Previous',
nextText: 'Next',
crossChapter: true,
crossChapterText: true,
- }
+ },
}
diff --git a/docs/static/style.css b/docs/static/style.css
index 8b6d9521..0b615c34 100644
--- a/docs/static/style.css
+++ b/docs/static/style.css
@@ -1,3 +1,6 @@
+.cover-main img {
+ width: 150px;
+}
:focus {
outline: none;
}