update versi docubook

This commit is contained in:
2025-03-01 18:18:54 +07:00
parent 68383379da
commit 4521957fb9
35 changed files with 790 additions and 456 deletions

View File

@@ -36,36 +36,3 @@ Next steps:
3. Start the development server:
npm run dev
```
## Update
### How to Update DocuBook?
- **Open a New Terminal**: Please open a new terminal on the desktop that has DocuBook installed.
- **Move Directory**: for example, if the directory name is docubook, then write `cd docubook` and press enter.
```bash
npx @docubook/update@latest
```
#### command output
```bash
📂 Updating Docubook project in /Users/wildan/Public/docubook...
⚡ Skipped public
⚡ Skipped contents
⚡ Skipped app/page.tsx
⚡ Skipped docu.json
⚡ Skipped CHANGELOG.md
✨ Replacing styles folder...
✨ Replaced all CSS files in styles folder
✔ ✅ Docubook v1.4.2 successfully updated in /Users/wildan/Public/docubook!
🎯 Next steps:
1. Verify your changes in the current directory.
2. Run the install script to check for package updates:
npm install
3. Run the development server:
npm run dev
```
Access the app on => http://localhost:3000