open-subsonic-api
open-subsonic-api copied to clipboard
Update to latest Docsy version
- Updated docsy
- Resolved all deprecations
- Added light/dark theme toggle
- fixed npm version of build
Deploy Preview for opensubsonic ready!
| Name | Link |
|---|---|
| Latest commit | 6bc7f30f70eada0b5e5e2fc07d3941c9e4021d32 |
| Latest deploy log | https://app.netlify.com/projects/opensubsonic/deploys/682aea0131c9e8000848aa68 |
| Deploy Preview | https://deploy-preview-147--opensubsonic.netlify.app |
| Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify project configuration.
There is one deprecation warning in the build log referencing jdx/mise#4345
Should that be configured now before it's disabled?
3:44:27 AM: (Netlify Build completed in 2.7s) 3:44:27 AM: mise WARN deprecated [idiomatic_version_file_enable_tools]: 3:44:27 AM: Idiomatic version files like /opt/build/repo/.nvmrc are currently enabled by default. However, this will change in mise 2025.10.0 to instead default to disabled. 3:44:27 AM: You can remove this warning by explicitly enabling idiomatic version files for node with: 3:44:27 AM: mise settings add idiomatic_version_file_enable_tools node 3:44:27 AM: You can disable idiomatic version files with: 3:44:27 AM: mise settings add idiomatic_version_file_enable_tools "[]" 3:44:27 AM: See https://github.com/jdx/mise/discussions/4345 for more information.
Fixed by following the docs (using NODE_VERSION env var instead)