@jetbrains/kotlin-web-site-ui 4.5.0 → 4.5.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -2,7 +2,7 @@ import { PLAYGROUND_URL, KOTLINLANG_URL } from './consts.js';
|
|
|
2
2
|
const HOME_TITLE = 'Home';
|
|
3
3
|
const HOME_URL = '/';
|
|
4
4
|
const SOLUTIONS_TITLE = 'Solutions';
|
|
5
|
-
const MULTIPLATFORM_MOBILE_TITLE = 'Multiplatform
|
|
5
|
+
const MULTIPLATFORM_MOBILE_TITLE = 'Multiplatform';
|
|
6
6
|
const MULTIPLATFORM_MOBILE_URL = `/lp/mobile/`;
|
|
7
7
|
const SERVER_SIDE_TITLE = 'Server-side';
|
|
8
8
|
const SERVER_SIDE_URL = `/lp/server-side/`;
|
|
@@ -40,9 +40,6 @@ const navScheme = [{
|
|
|
40
40
|
items: [{
|
|
41
41
|
title: MULTIPLATFORM_MOBILE_TITLE,
|
|
42
42
|
url: MULTIPLATFORM_MOBILE_URL
|
|
43
|
-
}, {
|
|
44
|
-
title: MULTIPLATFORM_LIBRARIES_TITLE,
|
|
45
|
-
url: MULTIPLATFORM_LIBRARIES_URL
|
|
46
43
|
}, {
|
|
47
44
|
title: SERVER_SIDE_TITLE,
|
|
48
45
|
url: SERVER_SIDE_URL
|