[PR #122] [MERGED] setup prettier and local search #243

Closed
opened 2026-02-15 17:16:02 -05:00 by yindo · 0 comments
Owner

📋 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: mainHead: main


📝 Commits (7)

  • 306a003 setup prettier and local search
  • d9a6cc5 chore: consistent formatting using prettier
  • a8473bf chore: add recommended VS Code extensions
  • c91666f refactor: use JSX extension for React components
  • 6b8147d chore: add mdx-check script to package.json and md lint config
  • f793887 feat: Update installation and local development instructions
  • 1f86a80 chore: 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

image


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/open-webui/docs/pull/122 **Author:** [@clicktodev](https://github.com/clicktodev) **Created:** 6/16/2024 **Status:** ✅ Merged **Merged:** 6/17/2024 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (7) - [`306a003`](https://github.com/open-webui/docs/commit/306a0035632e75c52a42a554352f435101fa9b00) setup prettier and local search - [`d9a6cc5`](https://github.com/open-webui/docs/commit/d9a6cc59a69af9c9df93d13282dc41c470c43cb5) chore: consistent formatting using prettier - [`a8473bf`](https://github.com/open-webui/docs/commit/a8473bffb8c98c37b31c2a78ced8022cfcf3ceab) chore: add recommended VS Code extensions - [`c91666f`](https://github.com/open-webui/docs/commit/c91666f961f13d16a688d448b087cb9286b07bed) refactor: use JSX extension for React components - [`6b8147d`](https://github.com/open-webui/docs/commit/6b8147d818dde777002f7beb039062f0f52c9a6a) chore: add mdx-check script to package.json and md lint config - [`f793887`](https://github.com/open-webui/docs/commit/f793887a77c26dad0a5b480b527c52838acb8239) feat: Update installation and local development instructions - [`1f86a80`](https://github.com/open-webui/docs/commit/1f86a80c50110db58c43c2994c7d8e1c3a0c723d) chore: Update installation and local development instructions ### 📊 Changes **26 files changed** (+17754 additions, -17042 deletions) <details> <summary>View changed files</summary> ➕ `.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_ </details> ### 📄 Description closes #38 ![image](https://github.com/open-webui/docs/assets/34947993/150569a6-1512-4ed1-885e-08708d8e592a) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 17:16:02 -05:00
yindo closed this issue 2026-02-15 17:16:02 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: open-webui/docs#243