open-subsonic-api icon indicating copy to clipboard operation
open-subsonic-api copied to clipboard

Update to latest Docsy version

Open Gr3q opened this issue 6 months ago • 1 comments

  • Updated docsy
  • Resolved all deprecations
  • Added light/dark theme toggle
  • fixed npm version of build

Gr3q avatar May 18 '25 17:05 Gr3q

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...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

netlify[bot] avatar May 18 '25 17:05 netlify[bot]

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)

Gr3q avatar May 19 '25 08:05 Gr3q