Sam Gammon
11/12/2022, 2:11 AMinclude
via dokkaSourceSets
, but i can't quite get it to work. code:
tasks.withType<org.jetbrains.dokka.gradle.DokkaTaskPartial>().configureEach {
dokkaSourceSets {
configureEach {
includes.from("module.md")
}
}
}
Sam Gammon
11/12/2022, 2:12 AMmodule.md
in any of the HTML filesSam Gammon
11/12/2022, 2:12 AMCarson Holzheimer
12/01/2022, 4:54 AMAnton Yalyshev [JB]
12/07/2022, 8:00 AMMateus Moreira
12/07/2022, 10:07 PMdocumentables
as DFunction I can get the parameters but they lack the comments and generic types are erased, ex: test: Provider<String>
would turn into just Provider
.
Could I get some advice on how to correctly approach this? I feel like I am not doing this the correct way.George
12/08/2022, 12:40 PMCLOVIS
12/10/2022, 10:36 AMdocumentation
module that just contains object
s with documentation 😅Mateus Moreira
12/21/2022, 5:30 PMIgnat Beresnev
01/03/2023, 7:57 PMAbe Sol
01/05/2023, 1:28 PM0.1.0-dev.1+c35ad28
is not what I would like. How is that version string decided? is it gradle, dokka, something else? The hash part is correct coming from the latest commit. When I run the dokkaHtmlMultimodule
gradle task locally the version in the produced html files is 0.4.1
. This and this files are involved. Dokka version is 1.7.10.tomekj
01/10/2023, 1:20 PMAlina Dolgikh [JB]
01/16/2023, 11:05 AMhere
notification, but we really need some feedback on the below survey. Our understanding of your experience strongly affects further Dokka development. Thank you.
<!here> https://surveys.jetbrains.com/s3/dokka-surveyShivam
01/24/2023, 12:40 PMAll modules:
)?ansman
01/26/2023, 1:33 AMdokkaHtmlMultiModule
? I have a submodule that publishes a javadoc artifact but I don't want to include it in my unified dokka HTMLPiotr Krzemiński
01/26/2023, 3:14 PMmkdocs gh-deploy
(here) and in a single step it builds and deploys it. What I’m looking for is having an ability to attach a directory with the generated Dokka HTML output and then deploy it, or something equivalent. Any hints greatly appreciatedJan
02/01/2023, 5:41 PMdokkaHtmlMultiModule
I only see module1 and module2 in the created documentation. How can I include the source files of the root project?mkrussel
02/02/2023, 8:43 PMPiotr Krzemiński
02/03/2023, 9:19 AMit.krzeminski.githubactions.actions
should go somewhere else because they contain generated code. Is it possible with Dokka?Adam S
02/04/2023, 6:26 PMPathToRootSubstitutionCommand
comments, but the ###
substitution isn’t triggered
<!--[+]cmd:{"@class":"org.jetbrains.dokka.base.templating.PathToRootSubstitutionCommand","pattern":"###","default":""}--> <link href="###images/logo-icon.svg" rel="icon" type="image/svg">
I also see in the Dokka logs that some of the ‘extension points’ aren’t working
Unused extension points found: ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/externalClasslikesTranslator, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/externalDocumentablesProvider, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/immediateHtmlCommandConsumer
I’ll put the full JSON config that’s being used to trigger the Dokka Generator in the thread - is it missing something?adte
02/09/2023, 12:03 AMmkrussel
02/10/2023, 3:04 PMmkrussel
02/10/2023, 7:13 PMolder_version_dir
for the versioning plugin seems to have a scaling problem.
I did three versions.
1.0.0
was 41.6 MB
I made some small changes and created 1.0.1.
1.0.1
was 84.4 MB
I then made no changes but built a 1.0.2
1.0.2
was 127.2 MB
So after the first release the older_versions_dir
was 41.6 MB, after the second release it was 126.0 MB, after the third release it was 253.2 MB. This is scaling exponentially.
I understand that each version contains a copy of all the other versions, but should we be storing each copy so many times. Do we just need the latest version since it contains all the others, or is there something in each version we can copy out that doesn't have the other versions.simon.vergauwen
02/13/2023, 2:36 PMknit
generates it's files 🤔
Currently I have some snippets md
inside a docusaurus
project, rootDir/content/blog/my-doc.md
and I have a Gradle project with KotlinX Knit setup in rootDir
. My goal is to have a rootDir/guide
submodule with Kotlin setup, and have KotlinX Knit generate the code in there.
Currently the only way I found. to do this is to move the generated Knit files into the rootDir/guide
, but that seems like a ugly hack 😞Adam S
02/14/2023, 11:05 AMjaguililla
02/14/2023, 7:24 PMEmil Kantis
02/16/2023, 11:53 AM/build-logic/src/main/kotlin/dokka-conventions.gradle.kts
/build.gradle.kts (applies dokka-conventions)
/subproject-A/module-1/builds.gradle.kts (applies dokka-conventions + kotlin-jvm)
/subproject-A/module-2/builds.gradle.kts (applies dokka-conventions + kotlin-jvm)
/subproject-B/module-1/builds.gradle.kts (applies dokka-conventions + kotlin-jvm)
/subproject-B/module-2/builds.gradle.kts (applies dokka-conventions + kotlin-jvm)
/subproject-C/builds.gradle.kts (applies dokka-conventions + kotlin-jvm)
my multi-module index page in /build/dokka/index.html
only contains docs for subproject-A
. Sometimes I manage to get it to output all modules, but it's incredibly flaky - not sure what causes the failure/success.. Perhaps worth mentioning: using Kotlin 1.8.10 and tried with both Gradle 7.6 and 8.0.Sebastian Schuberth
02/20/2023, 10:32 AM[param]
syntax, IntelliJ show the references as unresolved.Adam S
02/24/2023, 6:23 PMJavier
03/04/2023, 11:13 AMJavier
03/04/2023, 11:13 AMTrevor Stone
03/04/2023, 12:48 PMJavier
03/04/2023, 12:49 PMAdam S
03/04/2023, 1:05 PMIgnat Beresnev
03/04/2023, 7:01 PM