File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -32,13 +32,13 @@ This is the source for the [http://kotlinlang.org](http://kotlinlang.org).
32
32
33
33
### Data
34
34
35
- All data is stored in the \* .yml files in folder ` _data ` :
35
+ All data is stored in the \* .yml files in folder ` data ` :
36
36
37
- - [ _ nav.yml] ( _data /_nav.yml) site navigation and PDF building.
38
- - [ releases.yml] ( _data /releases.yml) info about releases.
39
- - [ videos.yml] ( _data /videos.yml) data for the Videos page. The ` content ` property is used to create categories.
37
+ - [ _ nav.yml] ( data /_nav.yml) site navigation and PDF building.
38
+ - [ releases.yml] ( data /releases.yml) info about releases.
39
+ - [ videos.yml] ( data /videos.yml) data for the Videos page. The ` content ` property is used to create categories.
40
40
It contains a list of videos or other categories. Maximum tree depth level is 3.
41
- - [ events.yml ] ( _data /events.yml ) event data.
41
+ - [ events.xml ] ( data /events.xml ) event data.
42
42
43
43
### Templates
44
44
You can’t perform that action at this time.
0 commit comments