1
0
mirror of /repos/Prototyper.git synced 2025-12-30 06:31:32 +01:00

renamed index.html -> editor.html

This commit is contained in:
Aiko Mastboom 2013-05-16 21:41:52 +02:00
parent 96b19ae0a5
commit d89ed6446f
2 changed files with 30 additions and 4 deletions

View File

@ -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"
}
]
}
]
}