Update your Docsy NPM package

Update Docsy with npm install, for sites that use the @docsy/theme package.

Update the theme to the latest release by running the following from your project root:

npm install --save-dev @docsy/theme@latest

To verify the resolved version of @docsy/theme, run:

npm ls @docsy/theme --depth=0

If your site installs Docsy from GitHub with npm (a mode reserved for Docsy development and testing), update by re-running the install command with the desired revision selector.

After updating the theme, continue with the remaining update steps, starting with Review your theme overrides.