From 63f4832cd4e17a5c21023ca07c2d11436643edad Mon Sep 17 00:00:00 2001 From: Andrew Konchin Date: Mon, 1 Jun 2026 22:29:54 +0300 Subject: [PATCH 1/2] Fix documentation GitHub Action and avoid nesting guides into book directory --- .github/workflows/documentation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index f920eb51..8930b3d9 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -41,7 +41,7 @@ jobs: - name: Move into a dedicated subdirectory run: | mkdir -p combined-docs/guides - cp -r book/ combined-docs/guides + cp -r book/* combined-docs/guides - name: Upload static files as artifact id: deployment From fe0bfb9741058fcd9d5808da7ceb327b00ffdb19 Mon Sep 17 00:00:00 2001 From: Andrew Konchin Date: Mon, 1 Jun 2026 22:30:37 +0300 Subject: [PATCH 2/2] Update README.md and provide a link to the guides --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f3387669..4dade78b 100644 --- a/README.md +++ b/README.md @@ -102,7 +102,7 @@ end ## Documentation * **API Reference:** Comprehensive documentation for all classes and methods is available on [RubyDoc.info](https://www.rubydoc.info/github/Dynamoid/dynamoid/). -* **User Guides:** Detailed overviews and usage examples for specific features can be found in the [`doc/`](./doc) directory. +* **User Guides:** For detailed overviews and usage examples of specific features, see the online [User Guides](https://dynamoid.github.io/dynamoid/guides/). ## Compatibility