Skip to content

Commit

Permalink
fix: moved images to assets
Browse files Browse the repository at this point in the history
  • Loading branch information
berezinant committed Oct 2, 2024
1 parent 59e8dfd commit 7905e55
Show file tree
Hide file tree
Showing 23 changed files with 657 additions and 243 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,46 +105,39 @@ public class StylesInstaller(private val dokkaContext: DokkaContext) : PageTrans
public object AssetsInstaller : PageTransformer {
private val imagesPages = listOf(
// ui-kit assets
"ui-kit/assets/abstract-class-kotlin.svg",
"ui-kit/assets/abstract-class.svg",
"ui-kit/assets/annotation-kotlin.svg",
"ui-kit/assets/annotation.svg",
"ui-kit/assets/arrow-down.svg",
"ui-kit/assets/burger.svg",
"ui-kit/assets/homepage.svg",
"ui-kit/assets/checkbox-off.svg",
"ui-kit/assets/checkbox-on.svg",
"ui-kit/assets/class-kotlin.svg",
"ui-kit/assets/class.svg",
"ui-kit/assets/cross.svg",
"ui-kit/assets/enum-kotlin.svg",
"ui-kit/assets/enum.svg",
"ui-kit/assets/exception-class.svg",
"ui-kit/assets/field-value.svg",
"ui-kit/assets/field-variable.svg",
"ui-kit/assets/filter.svg",
"ui-kit/assets/function.svg",
"ui-kit/assets/homepage.svg",
"ui-kit/assets/theme-toggle.svg",
"ui-kit/assets/interface-kotlin.svg",
"ui-kit/assets/interface.svg",
"ui-kit/assets/object.svg",
"ui-kit/assets/placeholder.svg",
"ui-kit/assets/theme-toggle.svg",
"ui-kit/assets/typealias-kotlin.svg",

// images
"images/arrow_down.svg",
"images/logo-icon.svg",
"images/go-to-top-icon.svg",
"images/footer-go-to-link.svg",
"images/anchor-copy-button.svg",
"images/copy-icon.svg",
"images/copy-successful-icon.svg",
"images/theme-toggle.svg",
"images/burger.svg",
"images/homepage.svg",

// navigation icons
"images/nav-icons/abstract-class.svg",
"images/nav-icons/abstract-class-kotlin.svg",
"images/nav-icons/annotation.svg",
"images/nav-icons/annotation-kotlin.svg",
"images/nav-icons/class.svg",
"images/nav-icons/class-kotlin.svg",
"images/nav-icons/enum.svg",
"images/nav-icons/enum-kotlin.svg",
"images/nav-icons/exception-class.svg",
"images/nav-icons/field-value.svg",
"images/nav-icons/field-variable.svg",
"images/nav-icons/function.svg",
"images/nav-icons/interface.svg",
"images/nav-icons/interface-kotlin.svg",
"images/nav-icons/object.svg",
"images/nav-icons/typealias-kotlin.svg",
"images/footer-go-to-link.svg",
"images/go-to-top-icon.svg",
"images/logo-icon.svg",
)

override fun invoke(input: RootPageNode): RootPageNode = input.modified(
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 7905e55

Please sign in to comment.