Skip to content

Commit

Permalink
Remove deprecations > 6 months old
Browse files Browse the repository at this point in the history
This is a big one as it removes all the pre-CssStyle stuff.
  • Loading branch information
bitspittle committed Nov 15, 2024
1 parent ce430a5 commit 4877e0e
Show file tree
Hide file tree
Showing 28 changed files with 6 additions and 2,251 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,7 @@ enum class SiteLayout {
* Kobweb server features and dynamic routing are not supported with this format. However, a huge advantage for this
* format is it can often be served fast and cheap.
*/
STATIC,

/**
* A legacy name which has migrated to [FULLSTACK].
*/
@Deprecated("Use FULLSTACK instead", replaceWith = ReplaceWith("FULLSTACK"))
KOBWEB;
STATIC;

companion object {
fun get(): SiteLayout {
Expand Down

This file was deleted.

This file was deleted.

Loading

0 comments on commit 4877e0e

Please sign in to comment.