diff --git a/.xqdoca b/.xqdoca
index fd65659..841b9d6 100644
--- a/.xqdoca
+++ b/.xqdoca
@@ -1,4 +1,5 @@
src/docs/xqdoc/
+ true
\ No newline at end of file
diff --git a/changelog.md b/changelog.md
index 217bb34..9ed79c0 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,3 +1,5 @@
+# 0.5.0 2025-06-08
+* remove `hasChildren` from outline map
# 0.4.0 2025-06-04
* ADD Label access
* various renames
diff --git a/doc.md b/docs/guide.md
similarity index 84%
rename from doc.md
rename to docs/guide.md
index 1029ff9..c47ac4d 100644
--- a/doc.md
+++ b/docs/guide.md
@@ -2,7 +2,11 @@
## Introduction
-The `Pdfbox3.xqm` library is an XQuery module designed to interface with **Apache PDFBox 3.0**, a powerful Java library for working with PDF documents. This module allows you to perform various operations on PDF files, such as extracting text, rendering pages as images, managing outlines, and more. The library is distributed as a **XAR (XQuery Archive) file**, which includes the necessary PDFBox JAR files, making it easy to install and use in BaseX 10.7+.
+The `Pdfbox3.xqm` XQuery library module enables features from **Apache PDFBox 3.0** to be called from `BaseX`.
+
+>The [Apache PDFBox®](https://pdfbox.apache.org/) library is an open source Java tool for working with PDF documents. This project allows creation of new PDF documents, manipulation of existing documents and the ability to extract content from documents.
+
+The library is distributed as a **XAR (XQuery Archive) file**, which includes the necessary PDFBox JAR files, making it easy to install and use in BaseX 10.7+.
---
@@ -12,18 +16,13 @@ The `Pdfbox3.xqm` library is an XQuery module designed to interface with **Apach
The library is distributed as a XAR file that includes the required PDFBox JAR files. You can obtain the XAR file from the distribution source (e.g., a repository or a shared location).
### 2. Install the XAR File in BaseX
-To install the XAR file in BaseX, follow these steps:
+The latest version is avaiable at https://github.com/expkg-zone58/pdfbox/releases.
+The `XAR` can be installed into the repository. For example:
-1. Open the BaseX GUI or command-line interface.
-2. Use the `REPO INSTALL` command to install the XAR file:
-
- ```xquery
- REPO INSTALL path/to/pdfbox3.xar
- ```
-
- Replace `path/to/pdfbox3.xar` with the actual path to the XAR file.
-
-3. Verify the installation by listing the installed packages:
+```
+REPO INSTALL https://github.com/expkg-zone58/pdfbox/releases/download/v0.4.0/pdfbox-0.4.0.xar
+```
+### 3. Verify the installation by listing the installed packages:
```xquery
REPO LIST
diff --git a/docs/xqdoc/annotations.html b/docs/xqdoc/annotations.html
index f1c7141..8235a0e 100644
--- a/docs/xqdoc/annotations.html
+++ b/docs/xqdoc/annotations.html
@@ -6,6 +6,6 @@
/ Annotations
importsimports-diagimports-diag.mmdreportrestxqxqdoc-validatexqdoca.xml