From 5227944ea1c9e791ccd89f72054d8bfd31a45120 Mon Sep 17 00:00:00 2001 From: Joey Smith Date: Wed, 6 Aug 2025 17:57:31 -0500 Subject: [PATCH] Initial setup for the antora-playbook.yml (not tested) Signed-off-by: Joey Smith Signed-off-by: Joey Smith --- README.md | 2 -- antora-playbook.yml | 19 +++++++++++++++++++ 2 files changed, 19 insertions(+), 2 deletions(-) delete mode 100644 README.md create mode 100644 antora-playbook.yml diff --git a/README.md b/README.md deleted file mode 100644 index d9c90f3..0000000 --- a/README.md +++ /dev/null @@ -1,2 +0,0 @@ -# docs.php-db.dev -PhpDb Documentation site. diff --git a/antora-playbook.yml b/antora-playbook.yml new file mode 100644 index 0000000..f9ad85c --- /dev/null +++ b/antora-playbook.yml @@ -0,0 +1,19 @@ +site: + title: PhpDb Documentation + url: https://docs.php-db.dev + start_page: phpdb::index.adoc +content: + sources: + - url: https://github.com/php-db/phpdb.git + branches: [0.0.x] + start_path: docs + - url: https://github.com/php-db/phpdb-adapter-mysql.git + branches: [0.0.x] + start_path: docs + - url: https://github.com/php-db/phpdb-adapter-sqlite.git + branches: [0.0.x] + start_path: docs +ui: + bundle: + url: https://gitlab.com/antora/antora-ui-default/-/jobs/artifacts/HEAD/raw/build/ui-bundle.zip?job=bundle-stable + snapshot: true \ No newline at end of file