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:
|
||||
runs-on: docker
|
||||
container:
|
||||
image: registry.access.redhat.com/ubi9/nodejs-20:9.5-1731603589
|
||||
image: registry.access.redhat.com/ubi9/nodejs-20:1-48.1720017855
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
|
|
|
@ -10,7 +10,7 @@ jobs:
|
|||
build:
|
||||
runs-on: docker
|
||||
container:
|
||||
image: registry.access.redhat.com/ubi9/nodejs-20:9.5-1731603589
|
||||
image: registry.access.redhat.com/ubi9/nodejs-20:1-48.1720017855
|
||||
steps:
|
||||
- name: Checkout code
|
||||
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
|
||||
},
|
||||
],
|
||||
[
|
||||
'@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: {
|
||||
// Replace with your project's social card
|
||||
|
@ -98,6 +116,7 @@ const config: Config = {
|
|||
position: 'left',
|
||||
label: 'Informationen',
|
||||
},
|
||||
{to: '/änderungen', label: 'Änderungen', position: 'right'},
|
||||
],
|
||||
},
|
||||
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"
|
||||
},
|
||||
"dependencies": {
|
||||
"@docusaurus/core": "3.6.2",
|
||||
"@docusaurus/preset-classic": "3.6.2",
|
||||
"@easyops-cn/docusaurus-search-local": "0.45.0",
|
||||
"@docusaurus/core": "3.5.2",
|
||||
"@docusaurus/preset-classic": "3.5.2",
|
||||
"@easyops-cn/docusaurus-search-local": "0.44.5",
|
||||
"@mdx-js/react": "^3.0.0",
|
||||
"clsx": "^2.0.0",
|
||||
"prism-react-renderer": "^2.3.0",
|
||||
|
@ -25,10 +25,10 @@
|
|||
"react-dom": "^18.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@docusaurus/module-type-aliases": "3.6.3",
|
||||
"@docusaurus/tsconfig": "3.6.3",
|
||||
"@docusaurus/types": "3.6.3",
|
||||
"typescript": "~5.7.0"
|
||||
"@docusaurus/module-type-aliases": "3.5.2",
|
||||
"@docusaurus/tsconfig": "3.5.2",
|
||||
"@docusaurus/types": "3.5.2",
|
||||
"typescript": "~5.5.0"
|
||||
},
|
||||
"browserslist": {
|
||||
"production": [
|
||||
|
|
|
@ -5,9 +5,7 @@
|
|||
],
|
||||
"packageRules": [
|
||||
{
|
||||
"extends": [
|
||||
"monorepo:docusaurus"
|
||||
],
|
||||
"extends": "monorepo:docusaurus",
|
||||
"groupName": "docusaurus monorepo",
|
||||
"matchUpdateTypes": [
|
||||
"digest",
|
||||
|
@ -15,21 +13,9 @@
|
|||
"minor",
|
||||
"major"
|
||||
]
|
||||
},
|
||||
{
|
||||
"matchUpdateTypes": [
|
||||
"minor",
|
||||
"patch",
|
||||
"pin",
|
||||
"digest"
|
||||
],
|
||||
"automerge": true,
|
||||
"automergeStrategy": "fast-forward"
|
||||
}
|
||||
],
|
||||
"reviewers": [
|
||||
"nickslowinski"
|
||||
],
|
||||
"reviewers": ["nickslowinski"],
|
||||
"customManagers": [
|
||||
{
|
||||
"customType": "regex",
|
||||
|
|
Laden …
In neuem Issue referenzieren