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
Astuce
To pin a specific version, name it explicitly, for example:
npm install --save-dev @docsy/theme@v0.16.0
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.
Feedback
Cette page est-elle utile?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.