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