-
Notifications
You must be signed in to change notification settings - Fork 452
feat: reworked navbar component #3648
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
Closed
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
01d35c8
to
6df00b2
Compare
6df00b2
to
ecbb971
Compare
b44a604
to
1d6ff84
Compare
berezinant
commented
Jul 8, 2024
berezinant
commented
Jul 8, 2024
berezinant
commented
Jul 8, 2024
berezinant
commented
Jul 8, 2024
@@ -104,6 +104,12 @@ public class StylesInstaller(private val dokkaContext: DokkaContext) : PageTrans | |||
|
|||
public object AssetsInstaller : PageTransformer { | |||
private val imagesPages = listOf( | |||
// ui-kit assets | |||
"ui-kit/assets/burger.svg", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For now there is no way to register all content from the directory so we have to register it file by file
b2d0642
to
606ac96
Compare
ecbb971
to
130d57c
Compare
606ac96
to
ebc4093
Compare
130d57c
to
8a0cc03
Compare
48adff5
to
fef3436
Compare
fef3436
to
db01d49
Compare
Split it to a few PRs, the main is this |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.