diff --git a/_data/nav.yml b/_data/nav.yml
index 1974aaa8..e23e750e 100644
--- a/_data/nav.yml
+++ b/_data/nav.yml
@@ -1,12 +1,17 @@
-- title: Home
- url: /
+- title: About
+ url: /about/
+ sections:
+ - title: Charter
+ url: /charter/
+ - title: Roadmap
+ url: /roadmap/
- title: News
url: /news/
-- title: Documentation
- url: /doc/
-- title: Community
- url: /community/
- title: Development
url: https://github.com/neovim/neovim
+- title: Community
+ url: /community/
+- title: Documentation
+ url: /doc/
- title: Sponsors
url: /sponsors/
diff --git a/_includes/nav.html b/_includes/nav.html
index f0db90dd..48dae1f9 100644
--- a/_includes/nav.html
+++ b/_includes/nav.html
@@ -1,22 +1,47 @@
-
diff --git a/_layouts/default.html b/_layouts/default.html
index d5bb5072..44c7a98c 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -8,6 +8,7 @@
{% if page.title %}{{ page.title }} - {% endif %}{{ site.title }}
+
+
+
diff --git a/roadmap.html b/roadmap.html
new file mode 100644
index 00000000..27b939c0
--- /dev/null
+++ b/roadmap.html
@@ -0,0 +1,20 @@
+---
+layout: default
+title: Roadmap
+---
+
+{% include nav.html active='About' %}
+
+
+
+
Roadmap
+
+
The roadmap is being defined still. For now, check the milestone issues in the tracker:
+
+
+ - 0.1 (first public release)
+ - 0.2
+ - 0.3
+
+
+