From d89ed6446f1a8fb2ba020b5d2f3c1f205bef09e2 Mon Sep 17 00:00:00 2001 From: Aiko Mastboom Date: Thu, 16 May 2013 21:41:52 +0200 Subject: [PATCH] renamed index.html -> editor.html --- public/{index.html => editor.html} | 0 public/templates/navigation.json | 34 ++++++++++++++++++++++++++---- 2 files changed, 30 insertions(+), 4 deletions(-) rename public/{index.html => editor.html} (100%) diff --git a/public/index.html b/public/editor.html similarity index 100% rename from public/index.html rename to public/editor.html diff --git a/public/templates/navigation.json b/public/templates/navigation.json index fc61ed0..d8436b4 100644 --- a/public/templates/navigation.json +++ b/public/templates/navigation.json @@ -16,15 +16,15 @@ }, { "title": "Editor", - "url": "/page/app/main.index.html", + "url": "/editor.html", "icon_class": "icon-pencil" }, { "title": "Import", "links": [ { - "title": "Prototyper", - "url": "/importer/index.html", + "title": "Editor", + "url": "/importer/editor.html", "icon_class": "icon-refresh" }, { @@ -33,7 +33,12 @@ "icon_class": "icon-refresh" }, { - "title": "Preview Test One", + "title": "Run Editor", + "url": "/page/app/main.index.html", + "icon_class": "icon-home" + }, + { + "title": "Run Test One", "url": "/page/tests/test1.index.html", "icon_class": "icon-home" } @@ -244,6 +249,27 @@ "icon_class": "icon-folder-open" } ] + }, + { + "title": "Deployment", + "links": [ + { + "title": "Fleet", + "url": "https://github.com/substack/fleet" + }, + { + "title": "Ansible", + "url": "http://ansible.cc/" + }, + { + "title": "Rasbian", + "url": "http://www.raspbian.org/" + }, + { + "title": "ZFS on RaspBerry", + "url": "http://raspberry-python.blogspot.nl/2012/10/zfs-file-system-on-raspberry-pi.html" + } + ] } ] }