Commits vergleichen
3 Commits
main
...
änderungsp
Autor | SHA1 | Datum | |
---|---|---|---|
7615fafd9b | |||
8d15f89c26 | |||
d33e433380 |
8 geänderte Dateien mit 1249 neuen und 3554 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:9.5-1731603589
|
image: registry.access.redhat.com/ubi9/nodejs-20:1-48.1720017855
|
||||||
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:9.5-1731603589
|
image: registry.access.redhat.com/ubi9/nodejs-20:1-48.1720017855
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
12
changes/2024/36.md
Normale Datei
12
changes/2024/36.md
Normale Datei
|
@ -0,0 +1,12 @@
|
||||||
|
---
|
||||||
|
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.
|
7
changes/authors.yml
Normale Datei
7
changes/authors.yml
Normale Datei
|
@ -0,0 +1,7 @@
|
||||||
|
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,6 +77,24 @@ 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
|
||||||
|
@ -98,6 +116,7 @@ const config: Config = {
|
||||||
position: 'left',
|
position: 'left',
|
||||||
label: 'Informationen',
|
label: 'Informationen',
|
||||||
},
|
},
|
||||||
|
{to: '/änderungen', label: 'Änderungen', position: 'right'},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
footer: {
|
footer: {
|
||||||
|
|
4725
package-lock.json
generiert
4725
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.6.2",
|
"@docusaurus/core": "3.5.2",
|
||||||
"@docusaurus/preset-classic": "3.6.2",
|
"@docusaurus/preset-classic": "3.5.2",
|
||||||
"@easyops-cn/docusaurus-search-local": "0.45.0",
|
"@easyops-cn/docusaurus-search-local": "0.44.5",
|
||||||
"@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.6.3",
|
"@docusaurus/module-type-aliases": "3.5.2",
|
||||||
"@docusaurus/tsconfig": "3.6.3",
|
"@docusaurus/tsconfig": "3.5.2",
|
||||||
"@docusaurus/types": "3.6.3",
|
"@docusaurus/types": "3.5.2",
|
||||||
"typescript": "~5.7.0"
|
"typescript": "~5.5.0"
|
||||||
},
|
},
|
||||||
"browserslist": {
|
"browserslist": {
|
||||||
"production": [
|
"production": [
|
||||||
|
|
|
@ -5,9 +5,7 @@
|
||||||
],
|
],
|
||||||
"packageRules": [
|
"packageRules": [
|
||||||
{
|
{
|
||||||
"extends": [
|
"extends": "monorepo:docusaurus",
|
||||||
"monorepo:docusaurus"
|
|
||||||
],
|
|
||||||
"groupName": "docusaurus monorepo",
|
"groupName": "docusaurus monorepo",
|
||||||
"matchUpdateTypes": [
|
"matchUpdateTypes": [
|
||||||
"digest",
|
"digest",
|
||||||
|
@ -15,23 +13,11 @@
|
||||||
"minor",
|
"minor",
|
||||||
"major"
|
"major"
|
||||||
]
|
]
|
||||||
},
|
|
||||||
{
|
|
||||||
"matchUpdateTypes": [
|
|
||||||
"minor",
|
|
||||||
"patch",
|
|
||||||
"pin",
|
|
||||||
"digest"
|
|
||||||
],
|
|
||||||
"automerge": true,
|
|
||||||
"automergeStrategy": "fast-forward"
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"reviewers": [
|
"reviewers": ["nickslowinski"],
|
||||||
"nickslowinski"
|
|
||||||
],
|
|
||||||
"customManagers": [
|
"customManagers": [
|
||||||
{
|
{
|
||||||
"customType": "regex",
|
"customType": "regex",
|
||||||
"fileMatch": [
|
"fileMatch": [
|
||||||
"build.yml"
|
"build.yml"
|
||||||
|
@ -42,4 +28,4 @@
|
||||||
"datasourceTemplate": "docker"
|
"datasourceTemplate": "docker"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
Laden …
In neuem Issue referenzieren