Commits vergleichen
21 Commits
änderungsp
...
main
Autor | SHA1 | Datum | |
---|---|---|---|
d21f779c7b | |||
50aeae44ef | |||
f62ac45802 | |||
5d4b9ff12b | |||
68aa0b2e0c | |||
55e891328c | |||
8beb906330 | |||
cc5b7b9594 | |||
4026c6b111 | |||
533e838269 | |||
bcbd050a78 | |||
30a63f4580 | |||
5baf7a41c4 | |||
f4a170f7dd | |||
1cac2100ce | |||
228d69bd88 | |||
5467cc5d22 | |||
8339a1c855 | |||
290a1f4f40 | |||
eb8c471b85 | |||
da3c0b7527 |
8 geänderte Dateien mit 3563 neuen und 1258 gelöschten Zeilen
|
@ -6,7 +6,7 @@ jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
container:
|
container:
|
||||||
image: registry.access.redhat.com/ubi9/nodejs-20:1-48.1720017855
|
image: registry.access.redhat.com/ubi9/nodejs-20:9.5-1731603589
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
|
@ -10,7 +10,7 @@ jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
container:
|
container:
|
||||||
image: registry.access.redhat.com/ubi9/nodejs-20:1-48.1720017855
|
image: registry.access.redhat.com/ubi9/nodejs-20:9.5-1731603589
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
|
@ -1,12 +0,0 @@
|
||||||
---
|
|
||||||
date: 2024-09-08
|
|
||||||
authors: NickSlowinski
|
|
||||||
---
|
|
||||||
|
|
||||||
# Woche 36
|
|
||||||
|
|
||||||
:::note
|
|
||||||
Diese Woche ist noch nicht ganz vorbei – schauen Sie nächste Woche noch einmal hier nach, ob eventuell weitere Änderungen vorgenommen wurden.
|
|
||||||
:::
|
|
||||||
|
|
||||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do.
|
|
|
@ -1,7 +0,0 @@
|
||||||
NickSlowinski:
|
|
||||||
name: Nick Slowinski
|
|
||||||
title: Betreiber & Mädchen für Alles
|
|
||||||
email: nick@nick-slowinski.de
|
|
||||||
url: https://www.nick-slowinski.de
|
|
||||||
image_url: /img/NickSlowinski.png
|
|
||||||
page: true
|
|
|
@ -77,24 +77,6 @@ const config: Config = {
|
||||||
// ... other options
|
// ... other options
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
[
|
|
||||||
'@docusaurus/plugin-content-blog',
|
|
||||||
{
|
|
||||||
/**
|
|
||||||
* Required for any multi-instance plugin
|
|
||||||
*/
|
|
||||||
id: 'changes',
|
|
||||||
/**
|
|
||||||
* URL route for the blog section of your site.
|
|
||||||
* *DO NOT* include a trailing slash.
|
|
||||||
*/
|
|
||||||
routeBasePath: 'änderungen',
|
|
||||||
/**
|
|
||||||
* Path to data on filesystem relative to site dir.
|
|
||||||
*/
|
|
||||||
path: './changes',
|
|
||||||
},
|
|
||||||
],
|
|
||||||
],
|
],
|
||||||
themeConfig: {
|
themeConfig: {
|
||||||
// Replace with your project's social card
|
// Replace with your project's social card
|
||||||
|
@ -116,7 +98,6 @@ const config: Config = {
|
||||||
position: 'left',
|
position: 'left',
|
||||||
label: 'Informationen',
|
label: 'Informationen',
|
||||||
},
|
},
|
||||||
{to: '/änderungen', label: 'Änderungen', position: 'right'},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
footer: {
|
footer: {
|
||||||
|
|
4743
package-lock.json
generiert
4743
package-lock.json
generiert
Datei-Diff unterdrückt, da er zu groß ist
Diff laden
14
package.json
14
package.json
|
@ -15,9 +15,9 @@
|
||||||
"typecheck": "tsc"
|
"typecheck": "tsc"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@docusaurus/core": "3.5.2",
|
"@docusaurus/core": "3.6.2",
|
||||||
"@docusaurus/preset-classic": "3.5.2",
|
"@docusaurus/preset-classic": "3.6.2",
|
||||||
"@easyops-cn/docusaurus-search-local": "0.44.5",
|
"@easyops-cn/docusaurus-search-local": "0.45.0",
|
||||||
"@mdx-js/react": "^3.0.0",
|
"@mdx-js/react": "^3.0.0",
|
||||||
"clsx": "^2.0.0",
|
"clsx": "^2.0.0",
|
||||||
"prism-react-renderer": "^2.3.0",
|
"prism-react-renderer": "^2.3.0",
|
||||||
|
@ -25,10 +25,10 @@
|
||||||
"react-dom": "^18.0.0"
|
"react-dom": "^18.0.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@docusaurus/module-type-aliases": "3.5.2",
|
"@docusaurus/module-type-aliases": "3.6.3",
|
||||||
"@docusaurus/tsconfig": "3.5.2",
|
"@docusaurus/tsconfig": "3.6.3",
|
||||||
"@docusaurus/types": "3.5.2",
|
"@docusaurus/types": "3.6.3",
|
||||||
"typescript": "~5.5.0"
|
"typescript": "~5.7.0"
|
||||||
},
|
},
|
||||||
"browserslist": {
|
"browserslist": {
|
||||||
"production": [
|
"production": [
|
||||||
|
|
|
@ -5,7 +5,9 @@
|
||||||
],
|
],
|
||||||
"packageRules": [
|
"packageRules": [
|
||||||
{
|
{
|
||||||
"extends": "monorepo:docusaurus",
|
"extends": [
|
||||||
|
"monorepo:docusaurus"
|
||||||
|
],
|
||||||
"groupName": "docusaurus monorepo",
|
"groupName": "docusaurus monorepo",
|
||||||
"matchUpdateTypes": [
|
"matchUpdateTypes": [
|
||||||
"digest",
|
"digest",
|
||||||
|
@ -13,11 +15,23 @@
|
||||||
"minor",
|
"minor",
|
||||||
"major"
|
"major"
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"matchUpdateTypes": [
|
||||||
|
"minor",
|
||||||
|
"patch",
|
||||||
|
"pin",
|
||||||
|
"digest"
|
||||||
|
],
|
||||||
|
"automerge": true,
|
||||||
|
"automergeStrategy": "fast-forward"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"reviewers": ["nickslowinski"],
|
"reviewers": [
|
||||||
|
"nickslowinski"
|
||||||
|
],
|
||||||
"customManagers": [
|
"customManagers": [
|
||||||
{
|
{
|
||||||
"customType": "regex",
|
"customType": "regex",
|
||||||
"fileMatch": [
|
"fileMatch": [
|
||||||
"build.yml"
|
"build.yml"
|
||||||
|
@ -28,4 +42,4 @@
|
||||||
"datasourceTemplate": "docker"
|
"datasourceTemplate": "docker"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Laden …
In neuem Issue referenzieren