From bf0b6154fe7b5a7853b15ab5d401e3f6524f1ec5 Mon Sep 17 00:00:00 2001 From: emkael Date: Tue, 4 Jul 2017 15:53:19 +0200 Subject: Compiling static links into top menu of the pages --- config/static.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 config/static.json (limited to 'config/static.json') 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" + } +] -- cgit v1.2.3