update to nextra 3

This commit is contained in:
2024-10-21 16:03:54 +02:00
parent 768bbce8b3
commit dcef283b92
11 changed files with 2955 additions and 1984 deletions

View File

@@ -1,3 +0,0 @@
export default function App({ Component, pageProps }) {
return <Component {...pageProps} />
}

View File

@@ -1,8 +0,0 @@
{
"index": "Intro",
"cli": "CLI",
"git": "Git",
"dev_ops": "Dev Ops",
"latex": "LaTeX",
"web_dev": "Web Development"
}

8
pages/_meta.ts Normal file
View File

@@ -0,0 +1,8 @@
export default {
index: 'Intro',
cli: 'CLI',
git: 'Git',
dev_ops: 'Dev Ops',
latex: 'LaTeX',
web_dev: 'Web Development',
}

View File

@@ -1,4 +0,0 @@
{
"github-actions": "Github Actions",
"hosting": "Hosting"
}

4
pages/dev_ops/_meta.ts Normal file
View File

@@ -0,0 +1,4 @@
export default {
'github-actions': 'Github Actions',
hosting: 'Hosting',
}