initial COmmit: Add KB Antora Importer plugin files

This commit is contained in:
Sven Steinert
2026-05-12 14:37:09 +02:00
parent cf253c1367
commit 6abf6f9c3d
39 changed files with 2945 additions and 0 deletions

View File

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