diff --git a/examples/gettingstarted/src/jsMain/resources/index.html b/examples/gettingstarted/src/jsMain/resources/index.html
index fea49a4c6..b747eea6a 100644
--- a/examples/gettingstarted/src/jsMain/resources/index.html
+++ b/examples/gettingstarted/src/jsMain/resources/index.html
@@ -39,9 +39,9 @@
Getting started
"ref": "master",
"embed": [
{
- "path": "/examples/gettingstarted/src/jsMain/kotlin/dev/fritz2/examples/gettingstarted/gettingstarted.kt",
+ "path": "/examples/gettingstarted/src/jsMain/kotlin/dev/fritz2/examples/gettingstarted/GettingStarted.kt",
"type": "kotlin",
- "label": "gettingstarted.kt"
+ "label": "GettingStarted.kt"
},
{
"path": "/examples/gettingstarted/src/jsMain/resources/index.html",
diff --git a/examples/masterdetail/src/jsMain/resources/index.html b/examples/masterdetail/src/jsMain/resources/index.html
index 3a8523b0f..bc5d07598 100644
--- a/examples/masterdetail/src/jsMain/resources/index.html
+++ b/examples/masterdetail/src/jsMain/resources/index.html
@@ -46,14 +46,14 @@ Master Detail
"ref": "master",
"embed": [
{
- "path": "/examples/masterdetail/src/jsMain/kotlin/dev/fritz2/examples/masterdetail/masterdetail.kt",
+ "path": "/examples/masterdetail/src/jsMain/kotlin/dev/fritz2/examples/masterdetail/MasterDetail.kt",
"type": "kotlin",
- "label": "masterdetail.kt"
+ "label": "MasterDetail.kt"
},
{
- "path": "/examples/masterdetail/src/commonMain/kotlin/dev/fritz2/examples/masterdetail/model.kt",
+ "path": "/examples/masterdetail/src/commonMain/kotlin/dev/fritz2/examples/masterdetail/Model.kt",
"type": "kotlin",
- "label": "model.kt"
+ "label": "Model.kt"
},
{
"path": "/examples/masterdetail/src/jsMain/resources/index.html",
diff --git a/examples/nestedmodel/src/jsMain/resources/index.html b/examples/nestedmodel/src/jsMain/resources/index.html
index f12afe921..81265701f 100644
--- a/examples/nestedmodel/src/jsMain/resources/index.html
+++ b/examples/nestedmodel/src/jsMain/resources/index.html
@@ -43,14 +43,14 @@ Nested model
"ref": "master",
"embed": [
{
- "path": "/examples/nestedmodel/src/jsMain/kotlin/dev/fritz2/examples/nestedmodel/nestedmodel.kt",
+ "path": "/examples/nestedmodel/src/jsMain/kotlin/dev/fritz2/examples/nestedmodel/NestedModel.kt",
"type": "kotlin",
- "label": "nestedmodel.kt"
+ "label": "NestedModel.kt"
},
{
- "path": "/examples/nestedmodel/src/commonMain/kotlin/dev/fritz2/examples/nestedmodel/model.kt",
+ "path": "/examples/nestedmodel/src/commonMain/kotlin/dev/fritz2/examples/nestedmodel/Model.kt",
"type": "kotlin",
- "label": "model.kt"
+ "label": "Model.kt"
},
{
"path": "/examples/nestedmodel/src/jsMain/resources/index.html",
diff --git a/examples/performance/src/jsMain/resources/index.html b/examples/performance/src/jsMain/resources/index.html
index 7aa0216bb..eda547b76 100644
--- a/examples/performance/src/jsMain/resources/index.html
+++ b/examples/performance/src/jsMain/resources/index.html
@@ -44,9 +44,9 @@ Performance
"ref": "master",
"embed": [
{
- "path": "/examples/performance/src/jsMain/kotlin/dev/fritz2/examples/performance/performance.kt",
+ "path": "/examples/performance/src/jsMain/kotlin/dev/fritz2/examples/performance/Performance.kt",
"type": "kotlin",
- "label": "performance.kt"
+ "label": "Performance.kt"
},
{
"path": "/examples/performance/src/jsMain/resources/index.html",
diff --git a/examples/remote/src/jsMain/resources/index.html b/examples/remote/src/jsMain/resources/index.html
index 820a66293..bdc658af0 100644
--- a/examples/remote/src/jsMain/resources/index.html
+++ b/examples/remote/src/jsMain/resources/index.html
@@ -43,9 +43,9 @@ Remote
"ref": "master",
"embed": [
{
- "path": "/examples/remote/src/jsMain/kotlin/dev/fritz2/examples/remote/remote.kt",
+ "path": "/examples/remote/src/jsMain/kotlin/dev/fritz2/examples/remote/Remote.kt",
"type": "kotlin",
- "label": "remote.kt"
+ "label": "Remote.kt"
},
{
"path": "/examples/remote/src/jsMain/resources/index.html",
diff --git a/examples/routing/src/jsMain/resources/index.html b/examples/routing/src/jsMain/resources/index.html
index 138e5c85b..cba2c85f9 100644
--- a/examples/routing/src/jsMain/resources/index.html
+++ b/examples/routing/src/jsMain/resources/index.html
@@ -43,9 +43,9 @@ Routing
"ref": "master",
"embed": [
{
- "path": "/examples/routing/src/jsMain/kotlin/dev/fritz2/examples/routing/routing.kt",
+ "path": "/examples/routing/src/jsMain/kotlin/dev/fritz2/examples/routing/Routing.kt",
"type": "kotlin",
- "label": "routing.kt"
+ "label": "Routing.kt"
},
{
"path": "/examples/routing/src/jsMain/resources/index.html",
diff --git a/examples/tictactoe/src/jsMain/resources/index.html b/examples/tictactoe/src/jsMain/resources/index.html
index dab363b20..70bf99a99 100644
--- a/examples/tictactoe/src/jsMain/resources/index.html
+++ b/examples/tictactoe/src/jsMain/resources/index.html
@@ -39,19 +39,19 @@ Tic Tac Toe
"ref": "master",
"embed": [
{
- "path": "/examples/tictactoe/src/jsMain/kotlin/dev/fritz2/examples/tictactoe/tictactoe.kt",
+ "path": "/examples/tictactoe/src/jsMain/kotlin/dev/fritz2/examples/tictactoe/TicTacToe.kt",
"type": "kotlin",
- "label": "tictactoe.kt"
+ "label": "TicTacToe.kt"
},
{
- "path": "/examples/tictactoe/src/commonMain/kotlin/dev/fritz2/examples/tictactoe/model.kt",
+ "path": "/examples/tictactoe/src/commonMain/kotlin/dev/fritz2/examples/tictactoe/Model.kt",
"type": "kotlin",
- "label": "model.kt"
+ "label": "Model.kt"
},
{
- "path": "/examples/tictactoe/src/commonMain/kotlin/dev/fritz2/examples/tictactoe/logic.kt",
+ "path": "/examples/tictactoe/src/commonMain/kotlin/dev/fritz2/examples/tictactoe/Logic.kt",
"type": "kotlin",
- "label": "logic.kt"
+ "label": "Logic.kt"
},
{
"path": "/examples/tictactoe/src/jsMain/resources/index.html",
diff --git a/examples/validation/src/jsMain/resources/index.html b/examples/validation/src/jsMain/resources/index.html
index 11a40b877..e5659f33a 100644
--- a/examples/validation/src/jsMain/resources/index.html
+++ b/examples/validation/src/jsMain/resources/index.html
@@ -51,19 +51,19 @@ Validation
"ref": "master",
"embed": [
{
- "path": "/examples/validation/src/jsMain/kotlin/dev/fritz2/examples/validation/validation.kt",
+ "path": "/examples/validation/src/jsMain/kotlin/dev/fritz2/examples/validation/Validation.kt",
"type": "kotlin",
- "label": "validation.kt",
+ "label": "Validation.kt",
},
{
- "path": "/examples/validation/src/commonMain/kotlin/dev/fritz2/examples/validation/model.kt",
+ "path": "/examples/validation/src/commonMain/kotlin/dev/fritz2/examples/validation/Model.kt",
"type": "kotlin",
- "label": "model.kt"
+ "label": "Model.kt"
},
{
- "path": "/examples/validation/src/commonMain/kotlin/dev/fritz2/examples/validation/validator.kt",
+ "path": "/examples/validation/src/commonMain/kotlin/dev/fritz2/examples/validation/Validator.kt",
"type": "kotlin",
- "label": "validator.kt"
+ "label": "Validator.kt"
},
{
"path": "/examples/validation/src/jsMain/resources/index.html",
diff --git a/examples/webcomponent/src/jsMain/resources/index.html b/examples/webcomponent/src/jsMain/resources/index.html
index 1a7561e92..a5eec7ab2 100644
--- a/examples/webcomponent/src/jsMain/resources/index.html
+++ b/examples/webcomponent/src/jsMain/resources/index.html
@@ -45,9 +45,9 @@ WebComponent
"ref": "master",
"embed": [
{
- "path": "/examples/webcomponent/src/jsMain/kotlin/dev/fritz2/examples/webcomponent/webcomponent.kt",
+ "path": "/examples/webcomponent/src/jsMain/kotlin/dev/fritz2/examples/webcomponent/WebComponent.kt",
"type": "kotlin",
- "label": "webcomponent.kt"
+ "label": "WebComponent.kt"
},
{
"path": "/examples/webcomponent/src/jsMain/resources/index.html",