We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5873abe commit eaacdffCopy full SHA for eaacdff
buildSrc/src/main/kotlin/aws/sdk/kotlin/dokka/TrimNavigation.kt
@@ -1,3 +1,8 @@
1
+/*
2
+ * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
3
+ * SPDX-License-Identifier: Apache-2.0
4
+ */
5
+
6
package aws.sdk.kotlin.dokka
7
8
import org.gradle.api.DefaultTask
@@ -84,4 +89,4 @@ abstract class TrimModule : WorkAction<TrimModuleParameters> {
84
89
val trimmedSideMenuParts = doc.select("div.sideMenu > div.toc--part")
85
90
navigation.writeText("<div class=\"sideMenu\">\n$trimmedSideMenuParts\n</div>")
86
91
}
87
-}
92
+}
0 commit comments