mirror of
https://github.com/owntone/owntone-server.git
synced 2025-02-11 05:38:09 -05:00
[docs] Publish changelog to gh-pages
- Format ChangeLog in Markdown. - Publish ChangeLog as part of the mkdocs documentation to gh-pages. - Fix formatting of sub lists on docs index page.
This commit is contained in:
parent
01dbda3ec0
commit
2e019690cd
1
docs/changelog.md
Normal file
1
docs/changelog.md
Normal file
@ -0,0 +1 @@
|
|||||||
|
--8<-- "ChangeLog"
|
@ -31,21 +31,21 @@ OwnTone is written in C with a web interface written in Vue.js.
|
|||||||
## Features
|
## Features
|
||||||
|
|
||||||
- Stream to :material-cast-variant: AirPlay (synchronized multiroom) and :material-cast:
|
- Stream to :material-cast-variant: AirPlay (synchronized multiroom) and :material-cast:
|
||||||
Chromecast devices
|
Chromecast devices
|
||||||
- :material-music-box-multiple-outline: Share local library with iTunes and Roku
|
- :material-music-box-multiple-outline: Share local library with iTunes and Roku
|
||||||
- :material-volume-high: Local audio playback with ALSA or PulseAudio
|
- :material-volume-high: Local audio playback with ALSA or PulseAudio
|
||||||
- Supports multiple different clients:
|
- Supports multiple different clients:
|
||||||
|
|
||||||
- :material-cellphone: Remote apps like Apple Remote (iOS) or Retune (Android)
|
- :material-cellphone: Remote apps like Apple Remote (iOS) or Retune (Android)
|
||||||
- :material-web: Integrated mobile friendly web interface
|
- :material-web: Integrated mobile friendly web interface
|
||||||
- :material-console: MPD clients
|
- :material-console: MPD clients
|
||||||
|
|
||||||
- Supports :material-music: music and :material-book-open-variant:
|
- Supports :material-music: music and :material-book-open-variant:
|
||||||
audiobook files, :material-microphone: podcast files and :material-rss: RSS
|
audiobook files, :material-microphone: podcast files and :material-rss: RSS
|
||||||
and :material-radio: internet radio
|
and :material-radio: internet radio
|
||||||
- :material-file-music: Supports audio files in most formats
|
- :material-file-music: Supports audio files in most formats
|
||||||
- :material-spotify: Supports playing your Spotify library (requires
|
- :material-spotify: Supports playing your Spotify library (requires
|
||||||
Spotify premium account)
|
Spotify premium account)
|
||||||
- :material-raspberry-pi: Runs on low power devices like the Raspberry Pi
|
- :material-raspberry-pi: Runs on low power devices like the Raspberry Pi
|
||||||
|
|
||||||
---
|
---
|
||||||
|
25
mkdocs.yml
25
mkdocs.yml
@ -46,18 +46,27 @@ theme:
|
|||||||
# - navigation.indexes
|
# - navigation.indexes
|
||||||
- navigation.top
|
- navigation.top
|
||||||
palette:
|
palette:
|
||||||
- scheme: default
|
# Palette toggle for automatic mode
|
||||||
|
- media: "(prefers-color-scheme)"
|
||||||
|
toggle:
|
||||||
|
icon: material/brightness-auto
|
||||||
|
name: Switch to light mode
|
||||||
|
# Palette toggle for light mode
|
||||||
|
- media: "(prefers-color-scheme: light)"
|
||||||
|
scheme: default
|
||||||
primary: white
|
primary: white
|
||||||
accent: teal
|
accent: teal
|
||||||
toggle:
|
toggle:
|
||||||
icon: material/toggle-switch
|
icon: material/brightness-7
|
||||||
name: Switch to dark mode
|
name: Switch to dark mode
|
||||||
- scheme: slate
|
# Palette toggle for dark mode
|
||||||
primary: blue grey
|
- media: "(prefers-color-scheme: dark)"
|
||||||
|
scheme: slate
|
||||||
|
primary: black
|
||||||
accent: teal
|
accent: teal
|
||||||
toggle:
|
toggle:
|
||||||
icon: material/toggle-switch-off-outline
|
icon: material/brightness-4
|
||||||
name: Switch to light mode
|
name: Switch to system preference
|
||||||
font:
|
font:
|
||||||
text: Roboto
|
text: Roboto
|
||||||
code: Roboto Mono
|
code: Roboto Mono
|
||||||
@ -112,6 +121,9 @@ markdown_extensions:
|
|||||||
repo: mkdocs-material
|
repo: mkdocs-material
|
||||||
- pymdownx.mark
|
- pymdownx.mark
|
||||||
- pymdownx.smartsymbols
|
- pymdownx.smartsymbols
|
||||||
|
- pymdownx.snippets:
|
||||||
|
base_path: [!relative $config_dir]
|
||||||
|
check_paths: true
|
||||||
- pymdownx.superfences:
|
- pymdownx.superfences:
|
||||||
custom_fences:
|
custom_fences:
|
||||||
- name: mermaid
|
- name: mermaid
|
||||||
@ -159,4 +171,5 @@ nav:
|
|||||||
- Remote Access: advanced/remote-access.md
|
- Remote Access: advanced/remote-access.md
|
||||||
- Multiple Instances: advanced/multiple-instances.md
|
- Multiple Instances: advanced/multiple-instances.md
|
||||||
- Development: development.md
|
- Development: development.md
|
||||||
|
- Changelog: changelog.md
|
||||||
- JSON API: json-api.md
|
- JSON API: json-api.md
|
||||||
|
Loading…
x
Reference in New Issue
Block a user