Skip to content

Commit d8aab2d

Browse files
Ekaterina.Volodkozoobestik
Ekaterina.Volodko
authored andcommitted
update:
* removed unused images * added the webhelp project to the docs directory * changed configuration to point to the kotlin-web-site repo
1 parent ec1036f commit d8aab2d

File tree

490 files changed

+36465
-2852
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

490 files changed

+36465
-2852
lines changed

assets/images/Android_Apprentice.png

-44.8 KB
Binary file not shown.

assets/images/Concurrency.png

-157 KB
Binary file not shown.

assets/images/Design_Patterns.png

-178 KB
Binary file not shown.

assets/images/EPKOT.png

-302 KB
Binary file not shown.

assets/images/Effective_Kotlin.png

-43.5 KB
Binary file not shown.

assets/images/Einstieg_in_Kotlin.png

-2.78 MB
Binary file not shown.

assets/images/Exploring-Kotlin.jpg

-37.1 KB
Binary file not shown.
-55.4 KB
Binary file not shown.

assets/images/Joy_of_Kotlin.png

-139 KB
Binary file not shown.

assets/images/Kotlin_Apprentice.png

-109 KB
Binary file not shown.

assets/images/Kotlin_Spring5.png

-130 KB
Binary file not shown.

assets/images/Kotlin_by_example.png

-95 KB
Binary file not shown.

assets/images/Kotlin_cookbook.png

-61.9 KB
Binary file not shown.
-103 KB
Binary file not shown.
Binary file not shown.

assets/images/Kotlin_italian.png

-110 KB
Binary file not shown.

assets/images/Kotlin_kompakt.png

-161 KB
Binary file not shown.
-53.9 KB
Binary file not shown.

assets/images/all_speak_kotlin.svg

-2,852
This file was deleted.
-37.4 KB
Binary file not shown.

assets/images/functional_cover.png

-65 KB
Binary file not shown.

assets/images/fundamental-kotlin.jpg

-40.2 KB
Binary file not shown.

assets/images/hands_on_object.png

-113 KB
Binary file not shown.

assets/images/handson_.png

-96.9 KB
Binary file not shown.
-58.9 KB
Binary file not shown.

assets/images/kotlin-for-android.png

-61.4 KB
Binary file not shown.

assets/images/kotlin_blueprints.png

-82.2 KB
Binary file not shown.

assets/images/kotlin_in_turkish.png

-146 KB
Binary file not shown.

assets/images/kotlin_slc_cover.png

-723 KB
Binary file not shown.

assets/images/lrn_kotlin_by_app.png

-119 KB
Binary file not shown.

assets/images/mastering_high_perf.png

-100 KB
Binary file not shown.

assets/images/mwdwk.jpg

-19.4 KB
Binary file not shown.
-80.5 KB
Binary file not shown.

assets/images/programming-kotlin.png

-88.8 KB
Binary file not shown.
-43.9 KB
Binary file not shown.

assets/images/spring_for_and.png

-142 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

docs/cfg/build-script.xml

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE root
3+
SYSTEM "http://helpserver.labs.intellij.net/help/build-script.dtd">
4+
<root>
5+
<builds>
6+
<product id="kr" master="project.ihp" family="idea">
7+
<artifact type="web2" name="webHelpKR2.zip" platform="primary" local-update="true"/>
8+
</product>
9+
</builds>
10+
</root>

docs/cfg/buildprofiles.xml

+34
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
3+
<buildprofiles>
4+
<variables>
5+
<enable-browser-edits>true</enable-browser-edits>
6+
<browser-edits-url>https://github.com/JetBrains/kotlin-web-site/edit/master/</browser-edits-url>
7+
<kotlin-latest-url>%kotlinLatestUrl%</kotlin-latest-url>
8+
<generate-only-default-anchors>true</generate-only-default-anchors>
9+
<web-root>http://www.jetbrains.com/idea/</web-root>
10+
<web-community-path>Kotlin Community:https://kotlinlang.org/community/</web-community-path>
11+
<download-page/>
12+
<help-app-version>3</help-app-version>
13+
<config-productid>help/kotlin-reference</config-productid>
14+
<config-disqus-id>jetbrains</config-disqus-id>
15+
<config-disqus-show>true</config-disqus-show>
16+
<config-feedback-enabled>true</config-feedback-enabled>
17+
<config-feedback-widget>true</config-feedback-widget>
18+
<config-feedback-support>http://kotl.in/issue</config-feedback-support>
19+
<config-feedback-url>https://data.services.jetbrains.com/feedback</config-feedback-url>
20+
<config-webmaster>[email protected]</config-webmaster>
21+
<config-sideblocks>true</config-sideblocks>
22+
<config-search-scopes-provider>https://www.jetbrains.com/search/json/</config-search-scopes-provider>
23+
<custom-favicons>
24+
<![CDATA[
25+
<link rel="icon" href="https://kotlinlang.org/assets/images/favicon.ico" type="image/x-icon"/>
26+
<link rel="apple-touch-icon" sizes="57x57" href="https://kotlinlang.org/assets/images/apple-touch-icon.png"/>
27+
<link rel="apple-touch-icon" sizes="72x72" href="https://kotlinlang.org/assets/images/apple-touch-icon-72x72.png"/>
28+
<link rel="apple-touch-icon" sizes="114x114" href="https://kotlinlang.org/assets/images/apple-touch-icon-114x114.png"/>
29+
<link rel="apple-touch-icon" sizes="144x144" href="https://kotlinlang.org/assets/images/apple-touch-icon-144x144.png"/>
30+
]]>
31+
</custom-favicons>
32+
</variables>
33+
<build-profile product="kr"/>
34+
</buildprofiles>

docs/cfg/platforms.xml

+187
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,187 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<platforms>
3+
<platform id="primary">
4+
<delimiter>+</delimiter>
5+
6+
<use-keymaps product="ij">
7+
primary_Default for Windows,
8+
primary_Eclipse,
9+
primary_Emacs,
10+
primary_NetBeans,
11+
primary_Sublime Text,
12+
primary_Visual Studio
13+
</use-keymaps>
14+
15+
<use-keymaps product="db">
16+
primary_Default for Windows,
17+
primary_IntelliJ IDEA Classic (macOS),
18+
primary_Emacs,
19+
primary_Default for XWin,
20+
primary_Default for GNOME,
21+
primary_Default for KDE,
22+
primary_Sublime Text,
23+
primary_Sublime Text (macOS)
24+
</use-keymaps>
25+
26+
<use-keymaps product="go">
27+
primary_Default for Windows,
28+
primary_IntelliJ IDEA Classic (macOS),
29+
primary_Emacs,
30+
primary_Visual Studio,
31+
primary_Default for XWin,
32+
primary_Default for GNOME,
33+
primary_Default for KDE,
34+
primary_Eclipse,
35+
primary_Eclipse (macOS),
36+
primary_Eclipse (macOS),
37+
primary_NetBeans,
38+
primary_Sublime Text,
39+
primary_Sublime Text (macOS)
40+
</use-keymaps>
41+
42+
<use-keymaps product="cl">
43+
primary_Default for Windows,
44+
primary_Default for macOS,
45+
primary_IntelliJ IDEA Classic (macOS),
46+
primary_Emacs,
47+
primary_Visual Studio,
48+
primary_Default for XWin,
49+
primary_Default for GNOME,
50+
primary_Default for KDE,
51+
primary_Eclipse,
52+
primary_Eclipse (macOS),
53+
primary_NetBeans,
54+
primary_Sublime Text,
55+
primary_Sublime Text (macOS),
56+
primary_Xcode,
57+
primary_ReSharper,
58+
primary_ReSharper (macOS)
59+
</use-keymaps>
60+
61+
<use-keymaps product="mps">
62+
primary_Windows,
63+
primary_Emacs,
64+
primary_GNOME,
65+
primary_IntelliJ IDEA Classic (macOS),
66+
primary_KDE,
67+
primary_macOS,
68+
primary_Sublime Text,
69+
primary_Sublime Text (macOS),
70+
primary_XWin
71+
</use-keymaps>
72+
<use-keymaps product="ac"/>
73+
<use-keymaps product="rm">
74+
primary_Default for Windows,
75+
primary_Default for GNOME,
76+
primary_Eclipse,
77+
primary_Eclipse (macOS),
78+
primary_Emacs,
79+
primary_Default for KDE,
80+
primary_IntelliJ IDEA Classic (macOS),
81+
primary_NetBeans,
82+
primary_Sublime Text,
83+
primary_Sublime Text (macOS),
84+
primary_Visual Studio,
85+
primary_Default for XWin
86+
</use-keymaps>
87+
88+
<src>keymap-%currentId%.xml</src>
89+
<mappings>ctrl:Ctrl;control:Ctrl;alt:Alt;shift:Shift;command:⌘;meta:⌘</mappings>
90+
<directory-separator>\</directory-separator>
91+
</platform>
92+
<platform id="secondary">
93+
94+
<use-keymaps product="ac">
95+
secondary_macOS,
96+
secondary_Eclipse,
97+
secondary_Eclipse (macOS),
98+
secondary_Emacs,
99+
secondary_IntelliJ IDEA Classic,
100+
secondary_Sublime Text,
101+
secondary_Sublime Text (macOS),
102+
secondary_Xcode
103+
</use-keymaps>
104+
105+
<use-keymaps product="ij">
106+
secondary_macOS,
107+
secondary_Eclipse,
108+
secondary_Eclipse (macOS),
109+
secondary_Emacs,
110+
secondary_IntelliJ IDEA Classic,
111+
secondary_NetBeans,
112+
secondary_Sublime Text,
113+
secondary_Sublime Text (macOS),
114+
secondary_Visual Studio
115+
</use-keymaps>
116+
117+
<use-keymaps product="db">
118+
secondary_Default for macOS,
119+
secondary_Emacs,
120+
secondary_Default for XWin,
121+
secondary_Default for GNOME,
122+
secondary_Default for KDE,
123+
secondary_Sublime Text,
124+
secondary_Sublime Text (macOS)
125+
</use-keymaps>
126+
127+
<use-keymaps product="go">
128+
secondary_Default for macOS,
129+
secondary_Emacs,
130+
secondary_Visual Studio,
131+
secondary_Default for XWin,
132+
secondary_Default for GNOME,
133+
secondary_Default for KDE,
134+
secondary_Eclipse,
135+
secondary_Eclipse (macOS),
136+
secondary_Eclipse (macOS),
137+
secondary_NetBeans,
138+
secondary_Sublime Text,
139+
secondary_Sublime Text (macOS)
140+
</use-keymaps>
141+
142+
<use-keymaps product="rm">
143+
secondary_Default for macOS,
144+
secondary_Eclipse,
145+
secondary_Eclipse (macOS),
146+
secondary_Emacs,
147+
secondary_NetBeans,
148+
secondary_Sublime Text,
149+
secondary_Sublime Text (macOS),
150+
secondary_Visual Studio
151+
</use-keymaps>
152+
153+
<use-keymaps product="cl">
154+
secondary_Default for macOS,
155+
secondary_Default for Windows,
156+
secondary_IntelliJ IDEA Classic,
157+
secondary_Emacs,
158+
secondary_Visual Studio,
159+
secondary_Default for XWin,
160+
secondary_Default for GNOME,
161+
secondary_Default for KDE,
162+
secondary_Eclipse,
163+
secondary_Eclipse (macOS),
164+
secondary_NetBeans,
165+
secondary_Sublime Text,
166+
secondary_Sublime Text (macOS),
167+
secondary_Xcode,
168+
secondary_ReSharper,
169+
secondary_ReSharper (macOS)
170+
</use-keymaps>
171+
172+
<use-keymaps product="mps">
173+
secondary_macOS,
174+
secondary_Emacs,
175+
secondary_GNOME,
176+
secondary_IntelliJ IDEA Classic,
177+
secondary_KDE,
178+
secondary_Sublime Text,
179+
secondary_Sublime Text (macOS),
180+
secondary_XWin
181+
</use-keymaps>
182+
183+
<src>keymap-%currentId%.xml</src>
184+
<mappings>ctrl:^;control:Control;alt:⌥;shift:⇧;command:⌘;meta:⌘</mappings>
185+
<directory-separator>/</directory-separator>
186+
</platform>
187+
</platforms>
3.77 KB
4.47 KB
2.71 KB
2.3 KB

docs/images/apple-touch-icon.png

2.3 KB

docs/images/books/atomic-kotlin.png

238 KB
File renamed without changes.
File renamed without changes.

docs/images/books/joy-of-kotlin.png

109 KB
File renamed without changes.
File renamed without changes.

docs/images/coroutines/after.png

290 KB

docs/images/coroutines/before.png

158 KB

docs/images/favicon.ico

5.3 KB
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4.76 KB

docs/images/roadmap/youtrack-logo.png

10.7 KB
110 KB

0 commit comments

Comments
 (0)