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
Contributor

@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
Contributor 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 <[email protected]>
Signed-off-by: Vadim.Mishenev <[email protected]>

Signed-off-by: Vadim.Mishenev <[email protected]>
@vmishenev vmishenev force-pushed the 3087-fix-sample-transformer branch from 4075880 to 1004577 Compare August 7, 2023 21:58
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!

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