Skip to content

Commit

Permalink
✨ feat: Update README.md and package.json
Browse files Browse the repository at this point in the history
- Update description of dumi-theme-lobehub in README.md
- Add "build:docs" and "ci" scripts to package.json

The README.md file is updated to provide a more detailed description of the
dumi-theme-lobehub package, highlighting its features of providing a more
beautiful and user-friendly development and reading experience based on
`@lobehub/ui`.

In addition, the package.json file is modified to include two new scripts,
"build:docs" and "ci", which will be used for building documentation and
continuous integration purposes.

This commit introduces new features and makes necessary updates to improve the
project's documentation and development workflow.
canisminor1990 committed Jul 9, 2023
1 parent fa1ac53 commit 685cca5
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -8,9 +8,7 @@

<h1>Dumi Theme Lobehub</h1>

dumi-theme-lobehub is a documentation site theme package designed for `Dumi 2`.

It provides a more beautiful and user-friendly development and reading experience based on `dumi-theme-lobehub`
dumi-theme-lobehub is a documentation site theme package designed for `Dumi 2`. <br/>It provides a more beautiful and user-friendly development and reading experience based on `@lobehub/ui`

[Changelog](./CHANGELOG.md) · [Report Bug][issues-url] · [Request Feature][issues-url]

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -27,6 +27,7 @@
"scripts": {
"build": "father build",
"build:docs": "npm run build && npm run build --prefix=example",
"ci": "npm run test",
"dev": "father dev",
"dev:docs": "npm run start --prefix=example",
"lint": "eslint \"{src,example}/**/*.{js,jsx,ts,tsx}\" --fix",

0 comments on commit 685cca5

Please sign in to comment.