radiant-docs 0.1.14 → 0.1.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "radiant-docs",
3
- "version": "0.1.14",
3
+ "version": "0.1.16",
4
4
  "description": "CLI tool for previewing Radiant documentation locally",
5
5
  "type": "module",
6
6
  "bin": {
@@ -258,6 +258,9 @@ const configuredSite =
258
258
  // https://astro.build/config
259
259
  export default defineConfig({
260
260
  site: configuredSite,
261
+ devToolbar: {
262
+ enabled: false,
263
+ },
261
264
  vite: {
262
265
  plugins: [tailwindcss(), copyContentAssets()],
263
266
  },