feat(superadmin): migrate internal docs from docusaurus to guava kb
Some checks failed
linter / quality (push) Has been cancelled
tests / ci (push) Has been cancelled
tests / ui (push) Has been cancelled

This commit is contained in:
Codex Agent
2026-02-07 09:58:39 +01:00
parent 1d2242fb4d
commit fb45d1f6ab
77 changed files with 3813 additions and 18636 deletions

333
composer.lock generated
View File

@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "a4956012b0e374c8f74b61a892e6b984",
"content-hash": "710c9b2af62e3768484530129f86a63d",
"packages": [
{
"name": "anourvalar/eloquent-serialize",
@@ -336,6 +336,60 @@
],
"time": "2025-11-24T14:40:29+00:00"
},
{
"name": "calebporzio/sushi",
"version": "v2.5.3",
"source": {
"type": "git",
"url": "https://github.com/calebporzio/sushi.git",
"reference": "bf184973f943216b2aaa8dbc79631ea806038bb1"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/calebporzio/sushi/zipball/bf184973f943216b2aaa8dbc79631ea806038bb1",
"reference": "bf184973f943216b2aaa8dbc79631ea806038bb1",
"shasum": ""
},
"require": {
"ext-pdo_sqlite": "*",
"ext-sqlite3": "*",
"illuminate/database": "^5.8 || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0 || ^12.0",
"illuminate/support": "^5.8 || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0 || ^12.0",
"php": "^7.1.3|^8.0"
},
"require-dev": {
"doctrine/dbal": "^2.9 || ^3.1.4",
"orchestra/testbench": "3.8.* || 3.9.* || ^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0",
"phpunit/phpunit": "^7.5 || ^8.4 || ^9.0 || ^10.0 || ^11.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Sushi\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Caleb Porzio",
"email": "calebporzio@gmail.com"
}
],
"description": "Eloquent's missing \"array\" driver.",
"support": {
"source": "https://github.com/calebporzio/sushi/tree/v2.5.3"
},
"funding": [
{
"url": "https://github.com/calebporzio",
"type": "github"
}
],
"time": "2025-02-13T21:03:57+00:00"
},
{
"name": "carbonphp/carbon-doctrine-types",
"version": "3.2.0",
@@ -1909,6 +1963,90 @@
],
"time": "2025-12-27T19:43:20+00:00"
},
{
"name": "guava/filament-knowledge-base",
"version": "2.1.2",
"source": {
"type": "git",
"url": "https://github.com/GuavaCZ/filament-knowledge-base.git",
"reference": "cf62a0e526407b80c4fbcd0be6a6af508460d53d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/GuavaCZ/filament-knowledge-base/zipball/cf62a0e526407b80c4fbcd0be6a6af508460d53d",
"reference": "cf62a0e526407b80c4fbcd0be6a6af508460d53d",
"shasum": ""
},
"require": {
"calebporzio/sushi": "^2.5",
"filament/filament": "^4.0",
"illuminate/contracts": "^11.0|^12.0",
"league/commonmark": "^2.4",
"n0sz/commonmark-marker-extension": "^1.0",
"phiki/phiki": "^2.0",
"php": "^8.2",
"spatie/laravel-package-tools": "^1.14.0",
"spatie/php-structure-discoverer": "^2.1",
"symfony/yaml": "^7.0"
},
"require-dev": {
"larastan/larastan": "^3.0",
"laravel/pint": "^1.0",
"nunomaduro/collision": "^8.0",
"orchestra/testbench": "^9.0|^10.0",
"pestphp/pest": "^3.0",
"pestphp/pest-plugin-arch": "^3.0",
"pestphp/pest-plugin-laravel": "^3.0",
"phpstan/phpstan-deprecation-rules": "^2.0",
"phpstan/phpstan-phpunit": "^2.0"
},
"type": "library",
"extra": {
"laravel": {
"aliases": {
"KnowledgeBase": "Guava\\FilamentKnowledgeBase\\Facades\\KnowledgeBase"
},
"providers": [
"Guava\\FilamentKnowledgeBase\\KnowledgeBaseServiceProvider"
]
}
},
"autoload": {
"psr-4": {
"Guava\\FilamentKnowledgeBase\\": "src/",
"Guava\\FilamentKnowledgeBase\\Database\\Factories\\": "database/factories/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Lukas Frey",
"email": "lukas.frey@guava.cz",
"role": "Developer"
}
],
"description": "A filament plugin that adds a knowledge base and help to your filament panel(s).",
"homepage": "https://github.com/guava/filament-knowledge-base",
"keywords": [
"Guava",
"filament-knowledge-base",
"laravel"
],
"support": {
"issues": "https://github.com/GuavaCZ/filament-knowledge-base/issues",
"source": "https://github.com/GuavaCZ/filament-knowledge-base/tree/2.1.2"
},
"funding": [
{
"url": "https://github.com/GuavaCZ",
"type": "github"
}
],
"time": "2026-01-25T07:48:36+00:00"
},
{
"name": "guzzlehttp/guzzle",
"version": "7.10.0",
@@ -4321,6 +4459,49 @@
],
"time": "2026-01-02T08:56:05+00:00"
},
{
"name": "n0sz/commonmark-marker-extension",
"version": "1.0.1",
"source": {
"type": "git",
"url": "https://github.com/noah1400/commonmark-marker-extension.git",
"reference": "acb34415b84f28cc360123eba53fbb4cc4418672"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/noah1400/commonmark-marker-extension/zipball/acb34415b84f28cc360123eba53fbb4cc4418672",
"reference": "acb34415b84f28cc360123eba53fbb4cc4418672",
"shasum": ""
},
"require": {
"league/commonmark": "^2.3"
},
"require-dev": {
"phpunit/phpunit": "^9.5.25"
},
"type": "commonmark-extension",
"autoload": {
"psr-4": {
"N0sz\\CommonMark\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "A marker extension for CommonMark PHP implementation",
"homepage": "https://github.com/noah1400/commonmark-marker-extension",
"keywords": [
"commonmark",
"markdown",
"parser"
],
"support": {
"issues": "https://github.com/noah1400/commonmark-marker-extension/issues",
"source": "https://github.com/noah1400/commonmark-marker-extension/tree/1.0.1"
},
"time": "2022-09-27T20:19:00+00:00"
},
{
"name": "nesbot/carbon",
"version": "3.11.0",
@@ -5237,6 +5418,77 @@
},
"time": "2022-03-07T12:52:04+00:00"
},
{
"name": "phiki/phiki",
"version": "v2.1.0",
"source": {
"type": "git",
"url": "https://github.com/phikiphp/phiki.git",
"reference": "b16020573e9f4ad3c9d230c17ed4c84c15356e28"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phikiphp/phiki/zipball/b16020573e9f4ad3c9d230c17ed4c84c15356e28",
"reference": "b16020573e9f4ad3c9d230c17ed4c84c15356e28",
"shasum": ""
},
"require": {
"ext-mbstring": "*",
"league/commonmark": "^2.5.3",
"php": "^8.2",
"psr/simple-cache": "^3.0"
},
"require-dev": {
"illuminate/support": "^11.45",
"laravel/pint": "^1.18.1",
"orchestra/testbench": "^9.15",
"pestphp/pest": "^3.5.1",
"phpstan/extension-installer": "^1.4.3",
"phpstan/phpstan": "^2.0",
"symfony/var-dumper": "^7.1.6"
},
"type": "library",
"extra": {
"laravel": {
"providers": [
"Phiki\\Adapters\\Laravel\\PhikiServiceProvider"
]
}
},
"autoload": {
"psr-4": {
"Phiki\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Ryan Chandler",
"email": "support@ryangjchandler.co.uk",
"homepage": "https://ryangjchandler.co.uk",
"role": "Developer"
}
],
"description": "Syntax highlighting using TextMate grammars in PHP.",
"support": {
"issues": "https://github.com/phikiphp/phiki/issues",
"source": "https://github.com/phikiphp/phiki/tree/v2.1.0"
},
"funding": [
{
"url": "https://github.com/sponsors/ryangjchandler",
"type": "github"
},
{
"url": "https://buymeacoffee.com/ryangjchandler",
"type": "other"
}
],
"time": "2026-01-20T21:26:48+00:00"
},
{
"name": "phpoption/phpoption",
"version": "1.9.5",
@@ -7024,6 +7276,85 @@
],
"time": "2025-11-24T15:57:48+00:00"
},
{
"name": "spatie/php-structure-discoverer",
"version": "2.3.3",
"source": {
"type": "git",
"url": "https://github.com/spatie/php-structure-discoverer.git",
"reference": "552a5b974a9853a32e5677a66e85ae615a96a90b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/spatie/php-structure-discoverer/zipball/552a5b974a9853a32e5677a66e85ae615a96a90b",
"reference": "552a5b974a9853a32e5677a66e85ae615a96a90b",
"shasum": ""
},
"require": {
"illuminate/collections": "^11.0|^12.0",
"php": "^8.3",
"spatie/laravel-package-tools": "^1.92.7",
"symfony/finder": "^6.0|^7.3.5|^8.0"
},
"require-dev": {
"amphp/parallel": "^2.3.2",
"illuminate/console": "^11.0|^12.0",
"nunomaduro/collision": "^7.0|^8.8.3",
"orchestra/testbench": "^9.5|^10.8",
"pestphp/pest": "^3.8|^4.0",
"pestphp/pest-plugin-laravel": "^3.2|^4.0",
"phpstan/extension-installer": "^1.4.3",
"phpstan/phpstan-deprecation-rules": "^1.2.1",
"phpstan/phpstan-phpunit": "^1.4.2",
"spatie/laravel-ray": "^1.43.1"
},
"suggest": {
"amphp/parallel": "When you want to use the Parallel discover worker"
},
"type": "library",
"extra": {
"laravel": {
"providers": [
"Spatie\\StructureDiscoverer\\StructureDiscovererServiceProvider"
]
}
},
"autoload": {
"psr-4": {
"Spatie\\StructureDiscoverer\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Ruben Van Assche",
"email": "ruben@spatie.be",
"role": "Developer"
}
],
"description": "Automatically discover structures within your PHP application",
"homepage": "https://github.com/spatie/php-structure-discoverer",
"keywords": [
"discover",
"laravel",
"php",
"php-structure-discoverer"
],
"support": {
"issues": "https://github.com/spatie/php-structure-discoverer/issues",
"source": "https://github.com/spatie/php-structure-discoverer/tree/2.3.3"
},
"funding": [
{
"url": "https://github.com/LaravelAutoDiscoverer",
"type": "github"
}
],
"time": "2025-11-24T16:41:01+00:00"
},
{
"name": "spatie/shiki-php",
"version": "2.3.2",