-
Notifications
You must be signed in to change notification settings - Fork 430
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
[Jekyll Plugin] Links with .md
extension instead of .html
#1969
Comments
Why is having If you would like to have html as an output format i highly recommend checking out our default format ( |
Hi @MarcinAman thanks for your reply!
The issue isn't related with Those links are properly generated with Dokka 0.10.0 inside the
However, they are really different with Dokka 1.4.32. The same case as before shows this file content:
Jekyll build doesn't fix those links. After processing the Dokka output with Jelyll, they will be a HTML element
Right, I know it and tried it. That format works like a charm ✨ . However, we would like to continue using Jekyll format to transform the pages with our own elements and styles. Please, let me know if I explained myself now. Thanks again for your help! |
Hi @MarcinAman here again to provide
There are more issues with links there:
Please, reach me out if more details are needed. And I'd very grateful if clues about this behavior are provided to be able to help with the fix. Thanks!! |
Dokka 1.4.32 doesn't seem to be ready to generate Jekyll documentation, maybe that should be indicated in the README. I'm also having the same issues which prevent upgrading to the latest dokka version. |
Describe the bug
We're using Dokka 0.10.0 and
outputFormat = 'jekyll'
and the links are properly generated with.html
extensions.For instance:
However,
dokkaJelyll
task from Dokka 1.4.32 generates links with.md
extensions.For instance, the corresponding text for the same example as before:
Expected behaviour
We'd expect the same behavior as before with Dokka 0.10.0:
to be able to browse the generated content.
To Reproduce
Repository: https://github.com/arrow-kt/arrow
Steps:
To Reproduce: Step 1 - Generate the documentation with Dokka 0.10.0
To Reproduce: Step 2 - Generate the documentation with Dokka 1.4.32
dokka
configuration inarrow-libs/gradle/apidoc-creation.gradle
arrow-libs/gradle.properties
:dokkaJekyll
:To Reproduce: Step 3 - Compare both results
For instance, compare:
Dokka configuration
Using the default options at the beginning.
Installation
Additional context
We're trying to move from Dokka
0.10.0
to Dokka1.4.32
Are you willing to provide a PR?
I'm willing to contribute if some guideline is provided. I just found the way to fix this thing #1968 so far.
The text was updated successfully, but these errors were encountered: