summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPavel Grunt <pgrunt@redhat.com>2016-01-04 17:49:15 +0100
committerPavel Grunt <pgrunt@redhat.com>2016-01-04 17:50:37 +0100
commite2b7b003385a08a236dd7d0d67051806f6a2b302 (patch)
treeca71b1eb09a686f43958041ae46609bcb00d25f9
parent700ffca9d531d617caa0f3072012d1a8a57857c1 (diff)
remove documentation submenu
-rw-r--r--content/pages/features.rst1
-rw-r--r--content/pages/support.rst1
-rw-r--r--pelicanconf.py10
-rw-r--r--publishconf.py10
4 files changed, 4 insertions, 18 deletions
diff --git a/content/pages/features.rst b/content/pages/features.rst
index ce7506d..8f7e63f 100644
--- a/content/pages/features.rst
+++ b/content/pages/features.rst
@@ -2,7 +2,6 @@ Features
###############################################################################
:slug: features
-:submenu: documentation
:modified: 2015-10-20 10:20
Current Features
diff --git a/content/pages/support.rst b/content/pages/support.rst
index b3aa8ac..25e6999 100644
--- a/content/pages/support.rst
+++ b/content/pages/support.rst
@@ -2,7 +2,6 @@ Support
###############################################################################
:slug: support
-:submenu: documentation
:modified: 2015-10-20 10:20
.. _Spice User Manual: spice-user-manual.html
diff --git a/pelicanconf.py b/pelicanconf.py
index 91115db..db5909e 100644
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -44,21 +44,15 @@ FOOTER_IMAGE_PATH = SITEURL + '/theme/images/icons/et_logo.png'
MENUITEMS = [
("HOME", "home.html"),
("FAQ", "faq.html"),
+ ("Features", "features.html"),
("Documentation", "documentation.html"),
+ ("Support", "support.html"),
("Download", "download.html"),
("Developers", "developers.html"),
("Contact", "contact.html"),
]
SUBMENUS = {
- "documentation" : [
- # ("Introduction", "introduction.html"),
- ("Overview", "documentation.html"),
- ("Manual", "spice-user-manual.html"),
- ("spice-gtk API", "spice-gtk.html"),
- ("Support", "support.html"),
- ("Features", "features.html"),
- ],
"download" : [
("Download", "download.html"),
("Repositories", "repositories.html"),
diff --git a/publishconf.py b/publishconf.py
index 836b8d3..fb6deb4 100644
--- a/publishconf.py
+++ b/publishconf.py
@@ -44,21 +44,15 @@ FOOTER_IMAGE_PATH = SITEURL + '/theme/images/icons/et_logo.png'
MENUITEMS = [
("HOME", "home.html"),
("FAQ", "faq.html"),
+ ("Features", "features.html"),
("Documentation", "documentation.html"),
+ ("Support", "support.html"),
("Download", "download.html"),
("Developers", "developers.html"),
("Contact", "contact.html"),
]
SUBMENUS = {
- "documentation" : [
- # ("Introduction", "introduction.html"),
- ("Overview", "documentation.html"),
- ("Manual", "spice-user-manual.html"),
- ("spice-gtk API", "spice-gtk.html"),
- ("Support", "support.html"),
- ("Features", "features.html"),
- ],
"download" : [
("Download", "download.html"),
("Repositories", "repositories.html"),