initial COmmit: Add KB Antora Importer plugin files
This commit is contained in:
18
kb-antora-importer/readme.md
Normal file
18
kb-antora-importer/readme.md
Normal file
@@ -0,0 +1,18 @@
|
||||
# KB Antora Importer
|
||||
|
||||
WordPress plugin MVP for importing GitLab/Antora based AsciiDoc documentation into a versioned customer portal knowledgebase.
|
||||
|
||||
## Features
|
||||
|
||||
- GitLab settings and connection test in the WordPress admin.
|
||||
- Custom post type `kb_doc_page`.
|
||||
- Taxonomies for products, versions and components.
|
||||
- Manual GitLab sync for projects, branches, `antora.yml`, `nav.adoc`, pages and images.
|
||||
- Basic PHP AsciiDoc renderer for headings, paragraphs, lists, code blocks, admonitions, links, xrefs and images.
|
||||
- Frontend routes under `/docs/`.
|
||||
- Shortcodes: `[kb_docs_index]`, `[kb_product_index product="..."]`, `[kb_search]`.
|
||||
- Import logs without exposing secrets.
|
||||
|
||||
## Notes
|
||||
|
||||
This is an MVP. It intentionally does not rebuild Antora completely. The importer stores rendered content in WordPress so frontend requests do not call GitLab.
|
||||
Reference in New Issue
Block a user