Skip to content

Commit

Permalink
dynamic static
Browse files Browse the repository at this point in the history
  • Loading branch information
gliechtenstein committed Oct 21, 2016
1 parent 5ed687a commit d4312ad
Show file tree
Hide file tree
Showing 13 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion core/render/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"menu": {
"text": "View JSON",
"href": {
"url": "https://github.com/Jasonette/Jasonpedia/blob/gh-pages/core/index.json",
"url": "https://github.com/Jasonette/Jasonpedia/blob/gh-pages/core/render/index.json",
"view": "web"
}
}
Expand Down
2 changes: 1 addition & 1 deletion demo.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$jason": {
"head": {
"title": "Jasonette Demo",
"title": "Jasopedia",
"styles": {
"bold": {
"font": "HelveticaNeue-CondensedBold",
Expand Down
2 changes: 1 addition & 1 deletion template/each.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$jason": {
"head": {
"title": "Inline Template",
"title": "#each",
"data": {
"users": [{
"profile": "https://pbs.twimg.com/profile_images/557061751150112768/eMwi4Xz2_400x400.jpeg",
Expand Down
2 changes: 1 addition & 1 deletion template/if.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$jason": {
"head": {
"title": "Conditionals",
"title": "#if",
"data": {
"users": [{
"profile": "https://pbs.twimg.com/profile_images/557061751150112768/eMwi4Xz2_400x400.jpeg",
Expand Down
6 changes: 4 additions & 2 deletions template/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,12 @@
}],
"nonjson_items": [{
"title": "HTML",
"description": "Transform any HTML content into JSON, which then can be rendered"
"description": "Transform any HTML content into JSON, which then can be rendered",
"url": "https://jasonette.github.io/Jasonpedia/template/html.json"
}, {
"title": "RSS",
"description": "Transform any RSS content into JSON, which then can be rendered"
"description": "Transform any RSS content into JSON, which then can be rendered",
"url": "https://jasonette.github.io/Jasonpedia/template/rss.json"
}, {
"title": "CSV",
"description": "Transform any CSV content into JSON, which then can be rendered"
Expand Down
2 changes: 1 addition & 1 deletion template/jsfunction.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$jason": {
"head": {
"title": "Javascript",
"title": "Javascript Function",
"actions": {
"$load": {
"type": "$geo.get",
Expand Down
4 changes: 2 additions & 2 deletions view/index.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$jason": {
"head": {
"title": "Jasonette Demo",
"title": "Views",
"styles": {
"bold": {
"font": "HelveticaNeue-CondensedBold",
Expand All @@ -24,7 +24,7 @@
"menu": {
"text": "View JSON",
"href": {
"url": "https://github.com/Jasonette/Jasonpedia/blob/gh-pages/demo.json",
"url": "https://github.com/Jasonette/Jasonpedia/blob/gh-pages/view/index.json",
"view": "web"
}
}
Expand Down
2 changes: 1 addition & 1 deletion view/layer/dynamic.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"menu": {
"text": "View JSON",
"href": {
"url": "https://github.com/Jasonette/Jasonpedia/blob/gh-pages/layer/dynamic.json",
"url": "https://github.com/Jasonette/Jasonpedia/blob/gh-pages/view/layer/dynamic.json",
"view": "web"
}
}
Expand Down
8 changes: 3 additions & 5 deletions view/layer/index.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$jason": {
"head": {
"title": "Footer Examples",
"title": "Layer",
"styles": {
"bold": {
"font": "HelveticaNeue-CondensedBold",
Expand Down Expand Up @@ -35,8 +35,7 @@
"type": "label",
"text": "Tutorials",
"style": {
"background": "#f5f5f5",
"padding": "20"
"background": "#f5f5f5"
}
},
"items": [{
Expand All @@ -60,8 +59,7 @@
"type": "label",
"text": "Demos",
"style": {
"background": "#f5f5f5",
"padding": "20"
"background": "#f5f5f5"
}
},
"items": [
Expand Down
2 changes: 1 addition & 1 deletion view/layer/pokemon/backpack.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$jason": {
"head": {
"title": "Items",
"title": "Pokemon Items",
"actions": {
"$load": {
"type": "$network.request",
Expand Down
2 changes: 1 addition & 1 deletion view/layer/pokemon/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"menu": {
"text": "View JSON",
"href": {
"url": "https://github.com/Jasonette/Jasonpedia/blob/gh-pages/view/layer/index.json",
"url": "https://github.com/Jasonette/Jasonpedia/blob/gh-pages/view/layer/pokemon/index.json",
"view": "web"
}
}
Expand Down
2 changes: 1 addition & 1 deletion view/layer/static.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"menu": {
"text": "View JSON",
"href": {
"url": "https://github.com/Jasonette/Jasonpedia/blob/gh-pages/layer/static.json",
"url": "https://github.com/Jasonette/Jasonpedia/blob/gh-pages/view/layer/static.json",
"view": "web"
}
},
Expand Down
2 changes: 1 addition & 1 deletion view/layout/nested.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$jason": {
"head": {
"title": "Vertical Layout",
"title": "Nested Layout",
"styles": {
"note": {
"color": "#ffffff",
Expand Down

0 comments on commit d4312ad

Please sign in to comment.