mirror of
https://github.com/open-webui/docs.git
synced 2026-07-20 15:38:19 -04:00
[PR #122] [MERGED] setup prettier and local search #243
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/open-webui/docs/pull/122
Author: @clicktodev
Created: 6/16/2024
Status: ✅ Merged
Merged: 6/17/2024
Merged by: @tjbck
Base:
main← Head:main📝 Commits (7)
306a003setup prettier and local searchd9a6cc5chore: consistent formatting using prettiera8473bfchore: add recommended VS Code extensionsc91666frefactor: use JSX extension for React components6b8147dchore: add mdx-check script to package.json and md lint configf793887feat: Update installation and local development instructions1f86a80chore: Update installation and local development instructions📊 Changes
26 files changed (+17754 additions, -17042 deletions)
View changed files
➕
.prettierignore(+2 -0)➕
.prettierrc.json(+12 -0)➕
.vscode/extensions.json(+8 -0)➕
.vscode/settings.json(+7 -0)📝
README.md(+14 -14)📝
babel.config.js(+1 -1)📝
docs/tutorial/_category_.json(+6 -6)📝
docusaurus.config.js(+145 -144)📝
package-lock.json(+16980 -16301)📝
package.json(+49 -46)📝
postcss.config.js(+5 -5)📝
sidebars.js(+4 -4)➖
src/components/HomepageFeatures/index.js(+0 -64)➕
src/components/HomepageFeatures/index.jsx(+64 -0)📝
src/components/HomepageFeatures/styles.module.css(+6 -6)➖
src/components/SponsorList.js(+0 -21)➕
src/components/SponsorList.jsx(+21 -0)➖
src/components/Sponsors/Sponsor.js(+0 -32)➕
src/components/Sponsors/Sponsor.jsx(+32 -0)➖
src/components/Sponsors/TopBanner.js(+0 -35)...and 6 more files
📄 Description
closes #38
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.