Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix and refactor Sample Transformer #3102

Merged
merged 5 commits into from
Aug 8, 2023
Merged

Conversation

vmishenev
Copy link
Member

@vmishenev vmishenev commented Aug 2, 2023

Also, the PR has some refactoring. I am not sure that the page transformer (SampleTransformer) should be in the analysis plugin.

@vmishenev vmishenev linked an issue Aug 2, 2023 that may be closed by this pull request
@@ -91,29 +92,41 @@ class DefaultTemplateModelFactory(val context: DokkaContext) : TemplateModelFact
get() = URI(this).isAbsolute

private fun Appendable.resourcesForPage(pathToRoot: String, resources: List<String>): Unit =
resources.forEach {
resources.forEach { resource ->
/**
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The root of the problem was here

Signed-off-by: Vadim.Mishenev <vad-mishenev@yandex.ru>
Signed-off-by: Vadim.Mishenev <vad-mishenev@yandex.ru>
Signed-off-by: Vadim.Mishenev <vad-mishenev@yandex.ru>

Signed-off-by: Vadim.Mishenev <vad-mishenev@yandex.ru>
Copy link
Member

@IgnatBeresnev IgnatBeresnev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@vmishenev vmishenev merged commit 2fd8e90 into master Aug 8, 2023
9 checks passed
@vmishenev vmishenev deleted the 3087-fix-sample-transformer branch August 8, 2023 14:16
IgnatBeresnev pushed a commit that referenced this pull request Aug 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Dokka 1.9.0 samples is not rendered
2 participants