From fe92dfaeb99433287a759508f747d1c04beccdfb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivan=20=E2=80=9CCLOVIS=E2=80=9D=20Canet?= Date: Wed, 12 Feb 2025 00:06:59 +0100 Subject: [PATCH] docs(website): Add the BSON module in the API reference --- docs/website/build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/website/build.gradle.kts b/docs/website/build.gradle.kts index b77be79f..9592d71a 100644 --- a/docs/website/build.gradle.kts +++ b/docs/website/build.gradle.kts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024, OpenSavvy and contributors. + * Copyright (c) 2024-2025, OpenSavvy and contributors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -22,7 +22,7 @@ plugins { dependencies { // List the 'library' projects dokka(projects.annotations) - // dokka(projects.bson) // Uncomment after https://gitlab.com/opensavvy/automation/dokka-material-mkdocs/-/issues/8 + dokka(projects.bson) dokka(projects.dsl) dokka(projects.driverSync) dokka(projects.driverCoroutines) -- 2.51.2