Skip to content

Commit

Permalink
Add demo pages
Browse files Browse the repository at this point in the history
  • Loading branch information
hpehl committed Apr 23, 2024
1 parent 7be3765 commit 0e89df1
Show file tree
Hide file tree
Showing 15 changed files with 494 additions and 1,399 deletions.
3 changes: 1 addition & 2 deletions console/op/assets.kts
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ val packageName = "org.jboss.hal.op"
val className = "Assets"
val target = "src/main/java"
val resources = listOf(
Resource("logo", File(args[0], "src/assets/logo.svg"), "data:image/svg+xml;base64,", true),
Resource("logoLight", File(args[0], "src/assets/logo-light.svg"), "data:image/svg+xml;base64,", true),
Resource("logo", File(args[0], "src/assets/halop-logo.svg"), "data:image/svg+xml;base64,", true)
)
val targetPath = Path(args[0], "$target/${packageName.replace('.', '/')}")

Expand Down
170 changes: 170 additions & 0 deletions console/op/src/assets/halop-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 0e89df1

Please sign in to comment.