This commit is contained in:
Sven Steinert
2026-05-13 11:57:52 +02:00
parent 6abf6f9c3d
commit f4511b9213
76 changed files with 4494 additions and 1940 deletions

View File

@@ -0,0 +1,14 @@
{
"name": "kb-markdown-importer/kb-markdown-importer",
"description": "WordPress plugin for importing GitLab based Markdown documentation.",
"type": "wordpress-plugin",
"license": "proprietary",
"require": {
"php": ">=8.1"
},
"autoload": {
"psr-4": {
"KbMarkdownImporter\\": "includes/"
}
}
}