Skip to content

Commit

Permalink
🔧 chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
canisminor1990 committed Jun 6, 2023
1 parent 8dbe3ac commit 02eba87
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 13 deletions.
2 changes: 2 additions & 0 deletions .remarkrc.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
module.exports = {
plugins: [
'remark-frontmatter',
'remark-lint-frontmatter-schema',
'remark-preset-lint-recommended',
['remark-lint-list-item-indent', 'space'],
['remark-lint-no-literal-urls', false],
Expand Down
6 changes: 2 additions & 4 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
---

title: Changelog
nav:
title: Changelog
order: 999

title: Changelog
order: 999
---

<embed src="../CHANGELOG.md"></embed>
14 changes: 5 additions & 9 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
---

hero:
title: Lobe UI
description: Lobe UI is an open-source UI component library for building chatbot web apps
actions:
text: Get Started
link: /components

title: Lobe UI
description: Lobe UI is an open-source UI component library for building chatbot web apps
actions:
text: Get Started
link: /components
---

<embed src="../README.md"></embed>
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,9 @@
"react-dom": "^18",
"remark": "^14",
"remark-cli": "^11",
"remark-frontmatter": "^4",
"remark-lint": "^9",
"remark-lint-frontmatter-schema": "^3",
"remark-lint-list-item-indent": "^3",
"remark-preset-lint-recommended": "^6",
"remark-toc": "^8",
Expand Down

1 comment on commit 02eba87

@vercel
Copy link

@vercel vercel bot commented on 02eba87 Jun 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

lobe-ui – ./

lobe-ui-lobehub.vercel.app
lobe-ui-git-master-lobehub.vercel.app
lobe-ui.vercel.app
ui.lobehub.com

Please sign in to comment.