generated from it-at-m/oss-repository-en-template
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Maint/353 maintenance add docs linting (#354)
* 🔧 Added markdownlint linting configuration * 🚨 Fixed lint
- Loading branch information
Showing
14 changed files
with
750 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
// Configuration file to exclude or reconfigure markdownlint rules, see https://github.com/igorshubovych/markdownlint-cli?tab=readme-ov-file#configuration for more information | ||
// By default, all rules are active. | ||
{ | ||
"default": true, | ||
"no-duplicate-heading": { | ||
"siblings_only": true, | ||
}, | ||
"line-length": false, | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
.vitepress | ||
node_modules |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
"@muenchen/prettier-codeformat" | ||
"@muenchen/prettier-codeformat" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,27 @@ | ||
:root { | ||
--muc-logo-filter: invert(0); /* Sets the default LHM logo color to black */ | ||
--muc-logo-filter: invert(0); /* Sets the default LHM logo color to black */ | ||
} | ||
|
||
/* Dark mode specific configurations */ | ||
.dark { | ||
--muc-logo-filter: invert(1); /* Sets the LHM logo color to white */ | ||
--muc-logo-filter: invert(1); /* Sets the LHM logo color to white */ | ||
} | ||
|
||
/* Enables footer on all pages instead of only the home page */ | ||
footer.VPFooter { | ||
display: block !important; | ||
z-index: 100 !important; | ||
display: block !important; | ||
z-index: 100 !important; | ||
} | ||
|
||
@media all and (max-width: 450px) { | ||
/* Hides the logo text on mobile phones */ | ||
.VPNav div.logo a { | ||
overflow: hidden; | ||
width: 23px; | ||
} | ||
/* Fixes compression of logo on phone screens */ | ||
.VPNav div.logo a img { | ||
object-fit: cover; | ||
object-position: left; | ||
} | ||
/* Hides the logo text on mobile phones */ | ||
.VPNav div.logo a { | ||
overflow: hidden; | ||
width: 23px; | ||
} | ||
/* Fixes compression of logo on phone screens */ | ||
.VPNav div.logo a img { | ||
object-fit: cover; | ||
object-position: left; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.