mirror of
https://github.com/open-webui/docs.git
synced 2026-07-20 15:38:19 -04:00
[PR #124] [MERGED] Typescript support #245
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/124
Author: @clicktodev
Created: 6/17/2024
Status: ✅ Merged
Merged: 6/19/2024
Merged by: @tjbck
Base:
main← Head:main📝 Commits (7)
9ff9696refactor: Rename files to use TypeScript extension002ff2fchore: Add typecheck script to package.json00d4b28chore: Update GitHub link in header navigation and fix font size34959adchore: Update header navigation with Discord server link8252207chore: remove unused class attributee060ca2chore: explain how to url encode an svge219b08chore: 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
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.