Skip to content

Commit f95a729

Browse files
committed
remove dokka documentation in favor of docs.snabble.io
1 parent 30ac731 commit f95a729

File tree

19 files changed

+5
-745
lines changed

19 files changed

+5
-745
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,3 @@ jobs:
2525
env:
2626
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2727
run: ./gradlew publishAllPublicationsToGitHubPackagesRepository
28-
- name: Generate documentation
29-
run: ./gradlew dokkaGfmMultiModule && sed -E 's/^## \[([^[]+)\]$/## \1/g' CHANGELOG.md | sed -E 's/^### (.+)$/**\1**\n/g' | sed -E 's/All notable changes to this project will be documented in this file./All notable changes of the Android SDK are noted in this document./' > docs/docs/changelog.md
30-
- name: Deploy documentation
31-
uses: mhausenblas/mkdocs-deploy-gh-pages@nomaterial
32-
env:
33-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
34-
CONFIG_FILE: docs/mkdocs.yml
35-
REQUIREMENTS: docs/requirements.txt

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44

55
Android SDK for Snabble
66

7+
## Documentation
8+
9+
You can find the full documentation of the snabble Platform at [docs.snabble.io](https://docs.snabble.io).
10+
711
## Requirements
812

913
```

build.gradle

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ buildscript {
99

1010
dependencies {
1111
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
12-
classpath "org.jetbrains.dokka:dokka-gradle-plugin:$kotlin_version"
13-
classpath "org.jetbrains.dokka:dokka-base:$kotlin_version"
1412
classpath 'com.android.tools.build:gradle:7.2.0'
1513
classpath 'gradle.plugin.com.github.jlouns:gradle-cross-platform-exec-plugin:0.5.0'
1614
classpath 'gradle.plugin.gmazzo:sqlite-plugin:0.2'
@@ -19,7 +17,6 @@ buildscript {
1917

2018
plugins {
2119
id 'maven-publish'
22-
id 'org.jetbrains.dokka'
2320
}
2421

2522
allprojects {
@@ -68,17 +65,6 @@ afterEvaluate {
6865
}
6966
}
7067

71-
tasks.named("dokkaHtml").configure {
72-
dokkaSourceSets {
73-
configureEach {
74-
skipDeprecated.set(true)
75-
}
76-
}
77-
}
78-
tasks.withType(org.jetbrains.dokka.gradle.AbstractDokkaTask).configureEach {
79-
outputDirectory.set(rootDir.toPath().resolve("docs/docs/api").toFile())
80-
}
81-
8268
task printVersion() {
8369
println project.sdkVersion
8470
}

core/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ apply plugin: 'com.android.library'
22
apply plugin: 'kotlin-android'
33
apply from: '../scripts/maven.gradle'
44
apply plugin: 'org.jetbrains.kotlin.plugin.parcelize'
5-
apply plugin: 'org.jetbrains.dokka'
65

76
android {
87
compileSdkVersion project.compileSdkVersion

docs/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/docs/.gitignore

Lines changed: 0 additions & 2 deletions
This file was deleted.

docs/docs/android-api.md

Lines changed: 0 additions & 117 deletions
This file was deleted.

docs/docs/index.md

Lines changed: 0 additions & 60 deletions
This file was deleted.

docs/docs/logo.svg

Lines changed: 0 additions & 6 deletions
This file was deleted.

docs/docs/sample-apps.md

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)