2017-03-03 15:43:14 +01:00
|
|
|
site_name: LibreTime
|
|
|
|
theme: readthedocs
|
|
|
|
|
|
|
|
dev_addr: '0.0.0.0:8888'
|
2017-03-04 15:41:14 +01:00
|
|
|
site_dir: 'build/docs'
|
2017-03-03 19:27:51 +01:00
|
|
|
markdown_extensions:
|
|
|
|
- codehilite:
|
|
|
|
noclasses: True
|
|
|
|
pygments_style: emacs
|
2017-03-03 15:43:14 +01:00
|
|
|
|
|
|
|
extra_css:
|
|
|
|
- '_css/term.css'
|
|
|
|
|
|
|
|
pages:
|
|
|
|
- 'Home': index.md
|
|
|
|
- 'Features': features.md
|
2017-03-05 01:22:11 +01:00
|
|
|
- 'Manual':
|
|
|
|
- 'What is LibreTime': manual/index.md
|
|
|
|
- 'Rights and Royalties': manual/rights-and-royalties/index.md
|
|
|
|
- 'Using LibreTime':
|
|
|
|
- 'On air in 60 seconds!': 'manual/on-air-in-60-seconds/index.md'
|
|
|
|
- 'Getting started': manual/getting-started/index.md
|
|
|
|
- 'The System Menu':
|
|
|
|
- 'General': manual/preferences/index.md
|
|
|
|
- 'Users': manual/users/index.md
|
|
|
|
- 'Streams': manual/stream-settings/index.md
|
|
|
|
- 'Status': manual/status/index.md
|
|
|
|
- 'Listener stats': manual/listener-stats/index.md
|
|
|
|
- 'The main menus':
|
|
|
|
- 'Now playing': manual/now-playing/index.md
|
|
|
|
- 'Add media': manual/add-media/index.md
|
|
|
|
- 'Library': manual/library/index.md
|
|
|
|
- 'Calendar': manual/calendar/index.md
|
|
|
|
- 'History': manual/history/index.md
|
|
|
|
- 'Listen': manual/listen/index.md
|
|
|
|
- 'Help': manual/help/index.md
|
|
|
|
- 'Airtime in the studio':
|
|
|
|
- 'Preparing media for ingest': manual/preparing-media-for-ingest/index.md
|
|
|
|
- 'Live shows with Mixxx': manual/live-shows-with-mixxx/index.md
|
|
|
|
- 'Smartphone journalism': manual/smartphone-journalism/index.md
|
|
|
|
- 'About this manual': manual/about-this-manual/index.md
|
2017-03-03 15:43:14 +01:00
|
|
|
- 'Install': install.md
|
2017-03-04 15:17:26 +01:00
|
|
|
- 'Development':
|
|
|
|
- 'Testing': testing.md
|
|
|
|
- 'Documentation': documentation.md
|