Renamed tipps and removed links to it from the README because Perlite has a TOC
This commit is contained in:
parent
9a9b0820c9
commit
6b47bd774d
5 changed files with 41 additions and 88 deletions
11
README.md
11
README.md
|
@ -3,13 +3,4 @@
|
||||||
Mal gucken, hoffentlich wird das hier das neue Gulmwiki.
|
Mal gucken, hoffentlich wird das hier das neue Gulmwiki.
|
||||||
|
|
||||||
Wiki-Admin: [[The Wobbler]]
|
Wiki-Admin: [[The Wobbler]]
|
||||||
|
Wiki-Authors: Megamichi, Wuffel
|
||||||
|
|
||||||
## Tipps und Tricks zu verschiedenen Sachen
|
|
||||||
|
|
||||||
### Git
|
|
||||||
- [Git README](./tipps_und_tricks/git/git.md "Git ist doof")
|
|
||||||
- [YT Tutorial (Morpheus)](https://youtube.com/playlist?list=PLNmsVeXQZj7rbmmqb1Lt_RGU4DEhelTrR&si=U-ldkXilfRgSsBYn)
|
|
||||||
|
|
||||||
### Python
|
|
||||||
- [One Line Python Scripts](./tipps_und_tricks/python/oneline.md)
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Alles rund um Git
|
# Alles rund um Git
|
||||||
|
|
||||||
## Readme's
|
## Readme's
|
||||||
- [Michis Git Verstännis](michi_git "Git ist doof")
|
- [Michis Git Verstännis](michi_git.md "Git ist doof")
|
||||||
|
|
||||||
|
|
||||||
## Weiteres:
|
## Weiteres:
|
116
metadata.json
116
metadata.json
|
@ -1,7 +1,7 @@
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
"fileName": "oneline",
|
"fileName": "oneline",
|
||||||
"relativePath": "tipps_und_tricks/python/oneline.md",
|
"relativePath": "Tipps Und Tricks/python/oneline.md",
|
||||||
"headings": [
|
"headings": [
|
||||||
{
|
{
|
||||||
"heading": "Python Programme in einer Zeile code schreiben",
|
"heading": "Python Programme in einer Zeile code schreiben",
|
||||||
|
@ -39,41 +39,33 @@
|
||||||
"links": [
|
"links": [
|
||||||
{
|
{
|
||||||
"link": "##-lambda-funktionen-grundlage",
|
"link": "##-lambda-funktionen-grundlage",
|
||||||
"relativePath": "tipps_und_tricks/python/oneline.md",
|
"relativePath": "Tipps Und Tricks/python/oneline.md",
|
||||||
"cleanLink": "oneline",
|
"cleanLink": "oneline",
|
||||||
"displayText": "Lambda"
|
"displayText": "Lambda"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"link": "##-semikolon",
|
"link": "##-semikolon",
|
||||||
"relativePath": "tipps_und_tricks/python/oneline.md",
|
"relativePath": "Tipps Und Tricks/python/oneline.md",
|
||||||
"cleanLink": "oneline",
|
"cleanLink": "oneline",
|
||||||
"displayText": "Semikolons"
|
"displayText": "Semikolons"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"link": "#-list-comprehension",
|
"link": "#-list-comprehension",
|
||||||
"relativePath": "tipps_und_tricks/python/oneline.md",
|
"relativePath": "Tipps Und Tricks/python/oneline.md",
|
||||||
"cleanLink": "oneline",
|
"cleanLink": "oneline",
|
||||||
"displayText": "Listen definieren"
|
"displayText": "Listen definieren"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"link": "##-variablen-mehrfachzuwesungen",
|
"link": "##-variablen-mehrfachzuwesungen",
|
||||||
"relativePath": "tipps_und_tricks/python/oneline.md",
|
"relativePath": "Tipps Und Tricks/python/oneline.md",
|
||||||
"cleanLink": "oneline",
|
"cleanLink": "oneline",
|
||||||
"displayText": "Mehrfachzuwesungen"
|
"displayText": "Mehrfachzuwesungen"
|
||||||
}
|
}
|
||||||
],
|
|
||||||
"backlinks": [
|
|
||||||
{
|
|
||||||
"fileName": "README",
|
|
||||||
"link": "oneline.md",
|
|
||||||
"relativePath": "README.md",
|
|
||||||
"displayText": "One Line Python Scripts"
|
|
||||||
}
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"fileName": "michi_git",
|
"fileName": "michi_git",
|
||||||
"relativePath": "tipps_und_tricks/git/michi_git.md",
|
"relativePath": "Tipps Und Tricks/git/michi_git.md",
|
||||||
"headings": [
|
"headings": [
|
||||||
{
|
{
|
||||||
"heading": "Git",
|
"heading": "Git",
|
||||||
|
@ -123,49 +115,49 @@
|
||||||
"links": [
|
"links": [
|
||||||
{
|
{
|
||||||
"link": "#git-cofigurieren",
|
"link": "#git-cofigurieren",
|
||||||
"relativePath": "tipps_und_tricks/git/michi_git.md",
|
"relativePath": "Tipps Und Tricks/git/michi_git.md",
|
||||||
"cleanLink": "michi_git",
|
"cleanLink": "michi_git",
|
||||||
"displayText": "Git Configurieren"
|
"displayText": "Git Configurieren"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"link": "#start",
|
"link": "#start",
|
||||||
"relativePath": "tipps_und_tricks/git/michi_git.md",
|
"relativePath": "Tipps Und Tricks/git/michi_git.md",
|
||||||
"cleanLink": "michi_git",
|
"cleanLink": "michi_git",
|
||||||
"displayText": "Start"
|
"displayText": "Start"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"link": "#daten-hinzufügen-und-entfernen",
|
"link": "#daten-hinzufügen-und-entfernen",
|
||||||
"relativePath": "tipps_und_tricks/git/michi_git.md",
|
"relativePath": "Tipps Und Tricks/git/michi_git.md",
|
||||||
"cleanLink": "michi_git",
|
"cleanLink": "michi_git",
|
||||||
"displayText": "Daten hinzufügen und entfernen"
|
"displayText": "Daten hinzufügen und entfernen"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"link": "#neue-version-an-git-geben-und-überprüfen",
|
"link": "#neue-version-an-git-geben-und-überprüfen",
|
||||||
"relativePath": "tipps_und_tricks/git/michi_git.md",
|
"relativePath": "Tipps Und Tricks/git/michi_git.md",
|
||||||
"cleanLink": "michi_git",
|
"cleanLink": "michi_git",
|
||||||
"displayText": "Neue Version an Git geben und überprüfen"
|
"displayText": "Neue Version an Git geben und überprüfen"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"link": "#mit-git-servern-arbeiten",
|
"link": "#mit-git-servern-arbeiten",
|
||||||
"relativePath": "tipps_und_tricks/git/michi_git.md",
|
"relativePath": "Tipps Und Tricks/git/michi_git.md",
|
||||||
"cleanLink": "michi_git",
|
"cleanLink": "michi_git",
|
||||||
"displayText": "Mit Git Servern arbeiten"
|
"displayText": "Mit Git Servern arbeiten"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"link": "#push-und-pull",
|
"link": "#push-und-pull",
|
||||||
"relativePath": "tipps_und_tricks/git/michi_git.md",
|
"relativePath": "Tipps Und Tricks/git/michi_git.md",
|
||||||
"cleanLink": "michi_git",
|
"cleanLink": "michi_git",
|
||||||
"displayText": "push und pull"
|
"displayText": "push und pull"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"link": "#branches",
|
"link": "#branches",
|
||||||
"relativePath": "tipps_und_tricks/git/michi_git.md",
|
"relativePath": "Tipps Und Tricks/git/michi_git.md",
|
||||||
"cleanLink": "michi_git",
|
"cleanLink": "michi_git",
|
||||||
"displayText": "Branches"
|
"displayText": "Branches"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"link": "#grafisches-git",
|
"link": "#grafisches-git",
|
||||||
"relativePath": "tipps_und_tricks/git/michi_git.md",
|
"relativePath": "Tipps Und Tricks/git/michi_git.md",
|
||||||
"cleanLink": "michi_git",
|
"cleanLink": "michi_git",
|
||||||
"displayText": "Grafisches Git"
|
"displayText": "Grafisches Git"
|
||||||
}
|
}
|
||||||
|
@ -173,15 +165,15 @@
|
||||||
"backlinks": [
|
"backlinks": [
|
||||||
{
|
{
|
||||||
"fileName": "git",
|
"fileName": "git",
|
||||||
"link": "michi_git",
|
"link": "michi_git.md",
|
||||||
"relativePath": "tipps_und_tricks/git/git.md",
|
"relativePath": "Tipps Und Tricks/git/git.md",
|
||||||
"displayText": "Michis Git Verstännis"
|
"displayText": "Michis Git Verstännis"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"fileName": "git",
|
"fileName": "git",
|
||||||
"relativePath": "tipps_und_tricks/git/git.md",
|
"relativePath": "Tipps Und Tricks/git/git.md",
|
||||||
"headings": [
|
"headings": [
|
||||||
{
|
{
|
||||||
"heading": "Alles rund um Git",
|
"heading": "Alles rund um Git",
|
||||||
|
@ -214,17 +206,9 @@
|
||||||
],
|
],
|
||||||
"links": [
|
"links": [
|
||||||
{
|
{
|
||||||
"link": "michi_git",
|
"link": "michi_git.md",
|
||||||
"displayText": "Michis Git Verstännis",
|
"displayText": "Michis Git Verstännis",
|
||||||
"relativePath": "tipps_und_tricks/git/michi_git.md"
|
"relativePath": "Tipps Und Tricks/git/michi_git.md"
|
||||||
}
|
|
||||||
],
|
|
||||||
"backlinks": [
|
|
||||||
{
|
|
||||||
"fileName": "README",
|
|
||||||
"link": "git.md",
|
|
||||||
"relativePath": "README.md",
|
|
||||||
"displayText": "Git README"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
@ -298,6 +282,26 @@
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"fileName": "403",
|
||||||
|
"relativePath": "E/403.md",
|
||||||
|
"headings": [
|
||||||
|
{
|
||||||
|
"heading": "E_403: Forbidden",
|
||||||
|
"level": 1
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fileName": "404",
|
||||||
|
"relativePath": "E/404.md",
|
||||||
|
"headings": [
|
||||||
|
{
|
||||||
|
"heading": "E_404: Not found.",
|
||||||
|
"level": 1
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"fileName": "The Wobbler",
|
"fileName": "The Wobbler",
|
||||||
"relativePath": "The Wobbler.md",
|
"relativePath": "The Wobbler.md",
|
||||||
|
@ -347,54 +351,12 @@
|
||||||
{
|
{
|
||||||
"heading": "Gulm Wiki 2",
|
"heading": "Gulm Wiki 2",
|
||||||
"level": 1
|
"level": 1
|
||||||
},
|
|
||||||
{
|
|
||||||
"heading": "Tipps und Tricks zu verschiedenen Sachen",
|
|
||||||
"level": 2
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"heading": "Git",
|
|
||||||
"level": 3
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"heading": "Python",
|
|
||||||
"level": 3
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"links": [
|
"links": [
|
||||||
{
|
{
|
||||||
"link": "The Wobbler",
|
"link": "The Wobbler",
|
||||||
"relativePath": "The Wobbler.md"
|
"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"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"fileName": "404",
|
|
||||||
"relativePath": "E/404.md",
|
|
||||||
"headings": [
|
|
||||||
{
|
|
||||||
"heading": "E_404: Not found.",
|
|
||||||
"level": 1
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"fileName": "403",
|
|
||||||
"relativePath": "E/403.md",
|
|
||||||
"headings": [
|
|
||||||
{
|
|
||||||
"heading": "E_403: Forbidden",
|
|
||||||
"level": 1
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue