Skip to content

Commit

Permalink
Fix README to point to correct data folder. (JetBrains#1246)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pugzy authored and yole committed Jan 3, 2019
1 parent ceebef3 commit 1597299
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ This is the source for the [http://kotlinlang.org](http://kotlinlang.org).

### Data

All data is stored in the \*.yml files in folder `_data`:
All data is stored in the \*.yml files in folder `data`:

- [_nav.yml](_data/_nav.yml) site navigation and PDF building.
- [releases.yml](_data/releases.yml) info about releases.
- [videos.yml](_data/videos.yml) data for the Videos page. The `content` property is used to create categories.
- [_nav.yml](data/_nav.yml) site navigation and PDF building.
- [releases.yml](data/releases.yml) info about releases.
- [videos.yml](data/videos.yml) data for the Videos page. The `content` property is used to create categories.
It contains a list of videos or other categories. Maximum tree depth level is 3.
- [events.yml](_data/events.yml) event data.
- [events.xml](data/events.xml) event data.

### Templates

Expand Down

0 comments on commit 1597299

Please sign in to comment.