diff --git a/metadata.json b/metadata.json index c155b77..2fee6ad 100644 --- a/metadata.json +++ b/metadata.json @@ -1,4 +1,233 @@ [ + { + "fileName": "oneline", + "relativePath": "tipps_und_tricks/python/oneline.md", + "headings": [ + { + "heading": "Python Programme in einer Zeile code schreiben", + "level": 1 + }, + { + "heading": "Inhaltsverzeichnis:", + "level": 2 + }, + { + "heading": "Lambda Funktionen Grundlage", + "level": 2 + }, + { + "heading": "Lambda Ausdrücke:", + "level": 3 + }, + { + "heading": "Semikolon", + "level": 2 + }, + { + "heading": "List Comprehension", + "level": 1 + }, + { + "heading": "Variablen Mehrfachzuwesungen", + "level": 2 + }, + { + "heading": "Stapel = Stapel", + "level": 3 + } + ], + "links": [ + { + "link": "##-lambda-funktionen-grundlage", + "relativePath": "tipps_und_tricks/python/oneline.md", + "cleanLink": "oneline", + "displayText": "Lambda" + }, + { + "link": "##-semikolon", + "relativePath": "tipps_und_tricks/python/oneline.md", + "cleanLink": "oneline", + "displayText": "Semikolons" + }, + { + "link": "#-list-comprehension", + "relativePath": "tipps_und_tricks/python/oneline.md", + "cleanLink": "oneline", + "displayText": "Listen definieren" + }, + { + "link": "##-variablen-mehrfachzuwesungen", + "relativePath": "tipps_und_tricks/python/oneline.md", + "cleanLink": "oneline", + "displayText": "Mehrfachzuwesungen" + } + ], + "backlinks": [ + { + "fileName": "README", + "link": "oneline.md", + "relativePath": "README.md", + "displayText": "One Line Python Scripts" + } + ] + }, + { + "fileName": "michi_git", + "relativePath": "tipps_und_tricks/git/michi_git.md", + "headings": [ + { + "heading": "Git", + "level": 1 + }, + { + "heading": "Inhaltsverzeichniss", + "level": 2 + }, + { + "heading": "Git Cofigurieren", + "level": 2 + }, + { + "heading": "Start:", + "level": 2 + }, + { + "heading": "Daten hinzufügen und entfernen:", + "level": 2 + }, + { + "heading": "Neue Version an Git geben und überprüfen:", + "level": 2 + }, + { + "heading": "Mit Git Servern arbeiten:", + "level": 2 + }, + { + "heading": "push und pull:", + "level": 2 + }, + { + "heading": "Branches", + "level": 2 + }, + { + "heading": "Forks und Pull Requests", + "level": 2 + }, + { + "heading": "Grafisches Git", + "level": 2 + } + ], + "links": [ + { + "link": "#git-cofigurieren", + "relativePath": "tipps_und_tricks/git/michi_git.md", + "cleanLink": "michi_git", + "displayText": "Git Configurieren" + }, + { + "link": "#start", + "relativePath": "tipps_und_tricks/git/michi_git.md", + "cleanLink": "michi_git", + "displayText": "Start" + }, + { + "link": "#daten-hinzufügen-und-entfernen", + "relativePath": "tipps_und_tricks/git/michi_git.md", + "cleanLink": "michi_git", + "displayText": "Daten hinzufügen und entfernen" + }, + { + "link": "#neue-version-an-git-geben-und-überprüfen", + "relativePath": "tipps_und_tricks/git/michi_git.md", + "cleanLink": "michi_git", + "displayText": "Neue Version an Git geben und überprüfen" + }, + { + "link": "#mit-git-servern-arbeiten", + "relativePath": "tipps_und_tricks/git/michi_git.md", + "cleanLink": "michi_git", + "displayText": "Mit Git Servern arbeiten" + }, + { + "link": "#push-und-pull", + "relativePath": "tipps_und_tricks/git/michi_git.md", + "cleanLink": "michi_git", + "displayText": "push und pull" + }, + { + "link": "#branches", + "relativePath": "tipps_und_tricks/git/michi_git.md", + "cleanLink": "michi_git", + "displayText": "Branches" + }, + { + "link": "#grafisches-git", + "relativePath": "tipps_und_tricks/git/michi_git.md", + "cleanLink": "michi_git", + "displayText": "Grafisches Git" + } + ], + "backlinks": [ + { + "fileName": "git", + "link": "michi_git", + "relativePath": "tipps_und_tricks/git/git.md", + "displayText": "Michis Git Verstännis" + } + ] + }, + { + "fileName": "git", + "relativePath": "tipps_und_tricks/git/git.md", + "headings": [ + { + "heading": "Alles rund um Git", + "level": 1 + }, + { + "heading": "Readme's", + "level": 2 + }, + { + "heading": "Weiteres:", + "level": 2 + }, + { + "heading": "Der Reponame \"main\" ist voreingestellt, es gehen auch andere.", + "level": 3 + }, + { + "heading": "SSH Setup", + "level": 2 + }, + { + "heading": "Bei dem Error `fatal: refusing to merge unrelated histories`", + "level": 2 + }, + { + "heading": "Dateien komplett aus der History löschen", + "level": 2 + } + ], + "links": [ + { + "link": "michi_git", + "displayText": "Michis Git Verstännis", + "relativePath": "tipps_und_tricks/git/michi_git.md" + } + ], + "backlinks": [ + { + "fileName": "README", + "link": "git.md", + "relativePath": "README.md", + "displayText": "Git README" + } + ] + }, { "fileName": "Wobuzz", "relativePath": "Wobuzz/Wobuzz.md", @@ -118,12 +347,34 @@ { "heading": "Gulm Wiki 2", "level": 1 + }, + { + "heading": "Tipps und Tricks zu verschiedenen Sachen", + "level": 2 + }, + { + "heading": "Git", + "level": 3 + }, + { + "heading": "Python", + "level": 3 } ], "links": [ { "link": "The Wobbler", "relativePath": "The Wobbler.md" + }, + { + "link": "git.md", + "displayText": "Git README", + "relativePath": "tipps_und_tricks/git/git.md" + }, + { + "link": "oneline.md", + "displayText": "One Line Python Scripts", + "relativePath": "tipps_und_tricks/python/oneline.md" } ] },