From c143553c8ed1dfc621bbfc94b27d7bb876e7a29e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivan=20=E2=80=9CCLOVIS=E2=80=9D=20Canet?= Date: Thu, 7 Aug 2025 20:01:10 +0200 Subject: [PATCH] docs(website): Move the site to opensavvy.dev --- README.md | 2 +- docs/website/.gitlab-ci.yml | 2 +- dokka-mkdocs/README.md | 2 +- dokka-mkdocs/build.gradle.kts | 2 +- renderer/build.gradle.kts | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index f3e9b89..1d0503e 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ This repository is composed of: - [The Gradle plugin](dokka-mkdocs) that configures the project, - [An example project](docs/example). -To learn more about the project, read [the documentation](https://opensavvy.gitlab.io/automation/dokka-material-mkdocs/docs/index.html). +To learn more about the project, read [the documentation](https://dokka-mkdocs.opensavvy.dev/). ## License diff --git a/docs/website/.gitlab-ci.yml b/docs/website/.gitlab-ci.yml index 5726745..773bf51 100644 --- a/docs/website/.gitlab-ci.yml +++ b/docs/website/.gitlab-ci.yml @@ -15,7 +15,7 @@ mkdocs: - ls - 'echo "repo_url: $CI_PROJECT_URL">>mkdocs.yml' - 'echo "repo_name: $CI_PROJECT_TITLE">>mkdocs.yml' - - 'echo "site_url: $CI_PAGES_URL">>mkdocs.yml' + - 'echo "site_url: \"https://dokka-mkdocs.opensavvy.dev\"">>mkdocs.yml' script: - pwd diff --git a/dokka-mkdocs/README.md b/dokka-mkdocs/README.md index c8ba2c5..37c0365 100644 --- a/dokka-mkdocs/README.md +++ b/dokka-mkdocs/README.md @@ -6,7 +6,7 @@ Gradle plugin to configure Dokka 2+ with Material for MkDocs. -This is a Gradle plugin using Dokka to extract Kotlin documentation and embed it in a Material for MkDocs site. To learn more about the project, see [the documentation](https://opensavvy.gitlab.io/automation/dokka-material-mkdocs/docs/). +This is a Gradle plugin using Dokka to extract Kotlin documentation and embed it in a Material for MkDocs site. To learn more about the project, see [the documentation](https://dokka-mkdocs.opensavvy.dev/). ## Configuration diff --git a/dokka-mkdocs/build.gradle.kts b/dokka-mkdocs/build.gradle.kts index 7f14622..ecff331 100644 --- a/dokka-mkdocs/build.gradle.kts +++ b/dokka-mkdocs/build.gradle.kts @@ -23,7 +23,7 @@ gradlePlugin { library { name.set("Dokka: Material for MkDocs format") description.set("Gradle plugin to add the Material for MkDocs format to Dokka 2+") - homeUrl.set("https://opensavvy.gitlab.io/automation/dokka-material-mkdocs/docs/") + homeUrl.set("https://dokka-mkdocs.opensavvy.dev/") license.set { name.set("Apache 2.0") diff --git a/renderer/build.gradle.kts b/renderer/build.gradle.kts index 9c8b4e5..ac5b61e 100644 --- a/renderer/build.gradle.kts +++ b/renderer/build.gradle.kts @@ -30,7 +30,7 @@ publishing { library { name.set("Dokka renderer for Material for MkDocs") description.set("Dokka plugin that adds the Material for MkDocs format") - homeUrl.set("https://opensavvy.gitlab.io/automation/dokka-material-mkdocs/docs/") + homeUrl.set("https://dokka-mkdocs.opensavvy.dev/") license.set { name.set("Apache 2.0") -- 2.51.2