[PR #124] [MERGED] Typescript support #245

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/124
Author: @clicktodev
Created: 6/17/2024
Status: Merged
Merged: 6/19/2024
Merged by: @tjbck

Base: mainHead: main


📝 Commits (7)

  • 9ff9696 refactor: Rename files to use TypeScript extension
  • 002ff2f chore: Add typecheck script to package.json
  • 00d4b28 chore: Update GitHub link in header navigation and fix font size
  • 34959ad chore: Update header navigation with Discord server link
  • 8252207 chore: remove unused class attribute
  • e060ca2 chore: explain how to url encode an svg
  • e219b08 chore: Update header navigation with Discord server link and GitHub repository link

📊 Changes

12 files changed (+369 additions, -198 deletions)

View changed files

docusaurus.config.js (+0 -166)
docusaurus.config.ts (+166 -0)
📝 package-lock.json (+142 -11)
📝 package.json (+10 -5)
📝 sidebars.ts (+2 -3)
📝 src/components/HomepageFeatures/index.tsx (+0 -0)
📝 src/components/SponsorList.tsx (+0 -0)
📝 src/components/Sponsors/Sponsor.tsx (+1 -1)
📝 src/components/Sponsors/TopBanner.tsx (+0 -0)
📝 src/components/TopBanners.tsx (+0 -0)
📝 src/css/custom.css (+31 -12)
tsconfig.json (+17 -0)

📄 Description

Typescript support and quick links in the navbar

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/124 **Author:** [@clicktodev](https://github.com/clicktodev) **Created:** 6/17/2024 **Status:** ✅ Merged **Merged:** 6/19/2024 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (7) - [`9ff9696`](https://github.com/open-webui/docs/commit/9ff9696f8d5ca6caf042d85e595d22a7f943ea78) refactor: Rename files to use TypeScript extension - [`002ff2f`](https://github.com/open-webui/docs/commit/002ff2f202dd6b45e4012b9c04851b904150f83b) chore: Add typecheck script to package.json - [`00d4b28`](https://github.com/open-webui/docs/commit/00d4b283945df47b6112ba42a46fc832161ed716) chore: Update GitHub link in header navigation and fix font size - [`34959ad`](https://github.com/open-webui/docs/commit/34959ad6c3d62c0f40463e2b27058da578da150b) chore: Update header navigation with Discord server link - [`8252207`](https://github.com/open-webui/docs/commit/825220782c613a0286bdeb22f8b6faacbcf98749) chore: remove unused class attribute - [`e060ca2`](https://github.com/open-webui/docs/commit/e060ca26f9e7bad17bec1657b2fd1e2c3e51be57) chore: explain how to url encode an svg - [`e219b08`](https://github.com/open-webui/docs/commit/e219b080a1a148b6374095de4b6ac21b7df05a24) chore: Update header navigation with Discord server link and GitHub repository link ### 📊 Changes **12 files changed** (+369 additions, -198 deletions) <details> <summary>View changed files</summary> ➖ `docusaurus.config.js` (+0 -166) ➕ `docusaurus.config.ts` (+166 -0) 📝 `package-lock.json` (+142 -11) 📝 `package.json` (+10 -5) 📝 `sidebars.ts` (+2 -3) 📝 `src/components/HomepageFeatures/index.tsx` (+0 -0) 📝 `src/components/SponsorList.tsx` (+0 -0) 📝 `src/components/Sponsors/Sponsor.tsx` (+1 -1) 📝 `src/components/Sponsors/TopBanner.tsx` (+0 -0) 📝 `src/components/TopBanners.tsx` (+0 -0) 📝 `src/css/custom.css` (+31 -12) ➕ `tsconfig.json` (+17 -0) </details> ### 📄 Description Typescript support and quick links in the navbar ![image](https://github.com/open-webui/docs/assets/34947993/3514858c-2d39-4a72-90bb-245aab72cc8f) --- <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#245