diff --git a/book/src/SUMMARY.md b/book/src/SUMMARY.md index 027e8ab..9a10cb4 100644 --- a/book/src/SUMMARY.md +++ b/book/src/SUMMARY.md @@ -12,4 +12,4 @@ - [Spawn a Relationship Synchronously](how-to-guides/spawn-a-relationship-synchronously.md) - [Create an Observer]() --- -[API Reference]() +[API Reference](api-reference.md) diff --git a/book/src/api-reference.md b/book/src/api-reference.md new file mode 100644 index 0000000..11a5ce9 --- /dev/null +++ b/book/src/api-reference.md @@ -0,0 +1 @@ + diff --git a/release-please-config.json b/release-please-config.json index 4bbd977..8d00d22 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -9,7 +9,8 @@ "prerelease": false, "extra-files": [ "README.md", - "book/src/README.md" + "book/src/README.md", + "book/src/api-reference.md" ], "changelog-sections": [ {"type": "feat", "section": "Features"},