summaryrefslogtreecommitdiff
path: root/config/static.json
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2017-07-04 15:53:19 +0200
committeremkael <emkael@tlen.pl>2017-07-04 15:55:39 +0200
commitbf0b6154fe7b5a7853b15ab5d401e3f6524f1ec5 (patch)
tree631d5dbc2eef57b8f07c895c126db14bbdbce0e7 /config/static.json
parent904770f12304f5e7233a68e4a1eab0f9e0fbc2f7 (diff)
Compiling static links into top menu of the pages
Diffstat (limited to 'config/static.json')
-rw-r--r--config/static.json20
1 files changed, 20 insertions, 0 deletions
diff --git a/config/static.json b/config/static.json
new file mode 100644
index 0000000..542b871
--- /dev/null
+++ b/config/static.json
@@ -0,0 +1,20 @@
+[
+ {
+ "url": ".",
+ "label": "Ranking",
+ "header": "Strona główna Rankingu",
+ "content": ""
+ },
+ {
+ "url": "jak-powstal-ranking.html",
+ "label": "Jak powstał Ranking?",
+ "header": "Jak powstał Ranking?",
+ "content": "ranking.html"
+ },
+ {
+ "url": "metoda-obliczania-rankingu.html",
+ "label": "Metoda obliczania",
+ "header": "Metoda obliczania Rankingu",
+ "content": "metoda.html"
+ }
+]