From 71699b3a0c181f68fa79000f6bdbb35e70f07f83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivan=20=E2=80=9CCLOVIS=E2=80=9D=20Canet?= Date: Sat, 21 Dec 2024 15:13:59 +0100 Subject: [PATCH] docs(website): Embed the Dokka output into the docs website --- .idea/runConfigurations/Documentation.xml | 1 + docs/website/.gitignore | 3 +++ docs/website/.gitlab-ci.yml | 3 +++ docs/website/build.gradle.kts | 9 +++++++++ docs/website/mkdocs.yml | 5 ++++- .../template-lib/src/commonMain/kotlin/HelloWorld.kt | 3 +++ settings.gradle.kts | 1 + 7 files changed, 24 insertions(+), 1 deletion(-) create mode 100644 docs/website/build.gradle.kts diff --git a/.idea/runConfigurations/Documentation.xml b/.idea/runConfigurations/Documentation.xml index e31ca5b..c2c66d2 100644 --- a/.idea/runConfigurations/Documentation.xml +++ b/.idea/runConfigurations/Documentation.xml @@ -11,6 +11,7 @@