mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2024-11-16 11:20:10 +01:00
add feedback form, hosting link, update readme, show promo image
This commit is contained in:
parent
a048cf451a
commit
6e56c51a53
16
README.md
16
README.md
@ -1,20 +1,24 @@
|
||||
<p align="center">
|
||||
<b>🤖 AnythingLLM: A full-stack personalized AI assistant</b>. <br />
|
||||
A hyper-efficient and open-source document chatbot solution for all.
|
||||
<a href="https://useanything.com"><img src="https://github.com/Mintplex-Labs/anything-llm/blob/master/images/wordmark.png?raw=true" alt="AnythingLLM logo"></a>
|
||||
</p>
|
||||
|
||||
<p align="center">
|
||||
<b>AnythingLLM: A business-compliant document chatbot</b>. <br />
|
||||
A hyper-efficient and open-source enterprise-ready document chatbot solution for all.
|
||||
</p>
|
||||
|
||||
<p align="center">
|
||||
<a href="https://twitter.com/tcarambat" target="_blank">
|
||||
<img src="https://img.shields.io/twitter/url/https/twitter.com/tim.svg?style=social&label=Follow%20%40Timothy%20Carambat" alt="Twitter">
|
||||
</a> |
|
||||
<a href="https://discord.gg/6UyHPeGZAC" target="_blank">
|
||||
<img src="https://dcbadge.vercel.app/api/server/6UyHPeGZAC?compact=true&style=flat" alt="Discord">
|
||||
</a> |
|
||||
<a href="https://github.com/Mintplex-Labs/anything-llm/blob/master/LICENSE" target="_blank">
|
||||
<img src="https://img.shields.io/static/v1?label=license&message=MIT&color=white" alt="License">
|
||||
</a> |
|
||||
<a href="https://docs.mintplex.xyz/anythingllm-by-mintplex-labs/" target="_blank">
|
||||
<a href="https://docs.useanything.com" target="_blank">
|
||||
Docs
|
||||
</a> |
|
||||
<a href="https://my.mintplexlabs.com/aio-checkout?product=anythingllm" target="_blank">
|
||||
Hosted Instance
|
||||
</a>
|
||||
</p>
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<link rel="icon" type="image/svg+xml" href="/favicon.ico" />
|
||||
<link rel="icon" type="image/svg+xml" href="/favicon.png" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>AnythingLLM | Your personal LLM trained on anything</title>
|
||||
|
||||
@ -12,20 +12,22 @@
|
||||
|
||||
<!-- Facebook -->
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:url" content="https://anything-llm.ai">
|
||||
<meta property="og:url" content="https://useanything.com">
|
||||
<meta property="og:title" content="AnythingLLM | Your personal LLM trained on anything">
|
||||
<meta property="og:description" content="AnythingLLM | Your personal LLM trained on anything">
|
||||
<meta property="og:image" content="https://anything-llm.ai/promo.png">
|
||||
<meta property="og:image"
|
||||
content="https://raw.githubusercontent.com/Mintplex-Labs/anything-llm/master/images/promo.png">
|
||||
|
||||
<!-- Twitter -->
|
||||
<meta property="twitter:card" content="summary_large_image">
|
||||
<meta property="twitter:url" content="https://anything-llm.ai">
|
||||
<meta property="twitter:url" content="https://useanything.com">
|
||||
<meta property="twitter:title" content="AnythingLLM | Your personal LLM trained on anything">
|
||||
<meta property="twitter:description" content="AnythingLLM | Your personal LLM trained on anything">
|
||||
<meta property="twitter:image" content="https://anything-llm.ai/promo.png">
|
||||
<meta property="twitter:image"
|
||||
content="https://raw.githubusercontent.com/Mintplex-Labs/anything-llm/master/images/promo.png">
|
||||
|
||||
<link rel="icon" href="/favicon.ico" />
|
||||
<link rel="apple-touch-icon" href="/favicon.ico" />
|
||||
<link rel="icon" href="/favicon.png" />
|
||||
<link rel="apple-touch-icon" href="/favicon.png" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 3.6 KiB After Width: | Height: | Size: 4.2 KiB |
BIN
frontend/public/favicon.png
Normal file
BIN
frontend/public/favicon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.5 KiB |
@ -1,11 +1,13 @@
|
||||
import React, { useEffect, useRef, useState } from "react";
|
||||
import {
|
||||
AtSign,
|
||||
BookOpen,
|
||||
Briefcase,
|
||||
Cpu,
|
||||
GitHub,
|
||||
LogOut,
|
||||
Menu,
|
||||
Package,
|
||||
Plus,
|
||||
Shield,
|
||||
Tool,
|
||||
@ -87,25 +89,26 @@ export default function Sidebar() {
|
||||
<IndexCount />
|
||||
</div>
|
||||
<a
|
||||
href={paths.hosting()}
|
||||
href={paths.feedback()}
|
||||
target="_blank"
|
||||
className="flex flex-grow w-[100%] h-[36px] gap-x-2 py-[5px] px-4 border border-slate-400 dark:border-transparent rounded-lg text-slate-800 dark:text-slate-200 justify-center items-center hover:bg-slate-100 dark:bg-stone-800 dark:hover:bg-stone-900"
|
||||
>
|
||||
<Cpu className="h-4 w-4" />
|
||||
<AtSign className="h-4 w-4" />
|
||||
<p className="text-slate-800 dark:text-slate-200 text-xs leading-loose font-semibold">
|
||||
Managed cloud hosting
|
||||
Feedback form
|
||||
</p>
|
||||
</a>
|
||||
<a
|
||||
href={paths.hosting()}
|
||||
target="_blank"
|
||||
className="flex flex-grow w-[100%] h-[36px] gap-x-2 py-[5px] px-4 border border-slate-400 dark:border-transparent rounded-lg text-slate-800 dark:text-slate-200 justify-center items-center hover:bg-slate-100 dark:bg-stone-800 dark:hover:bg-stone-900"
|
||||
className="flex flex-grow w-[100%] h-[36px] gap-x-2 py-[5px] px-4 border border-slate-400 dark:border-transparent rounded-lg text-slate-800 dark:text-slate-200 justify-center items-center hover:bg-slate-100 dark:bg-stone-800 dark:hover:bg-stone-900"
|
||||
>
|
||||
<Briefcase className="h-4 w-4" />
|
||||
<Package className="h-4 w-4" />
|
||||
<p className="text-slate-800 dark:text-slate-200 text-xs leading-loose font-semibold">
|
||||
Enterprise Installation
|
||||
Managed cloud hosting
|
||||
</p>
|
||||
</a>
|
||||
|
||||
<LogoutButton />
|
||||
</div>
|
||||
|
||||
@ -198,11 +201,10 @@ export function SidebarMobileHeader() {
|
||||
className={`z-99 fixed top-0 left-0 transition-all duration-500 w-[100vw] h-[100vh]`}
|
||||
>
|
||||
<div
|
||||
className={`${
|
||||
showBgOverlay
|
||||
? "transition-all opacity-1"
|
||||
: "transition-none opacity-0"
|
||||
} duration-500 fixed top-0 left-0 bg-black-900 bg-opacity-75 w-screen h-screen`}
|
||||
className={`${showBgOverlay
|
||||
? "transition-all opacity-1"
|
||||
: "transition-none opacity-0"
|
||||
} duration-500 fixed top-0 left-0 bg-black-900 bg-opacity-75 w-screen h-screen`}
|
||||
onClick={() => setShowSidebar(false)}
|
||||
/>
|
||||
<div
|
||||
@ -254,23 +256,23 @@ export function SidebarMobileHeader() {
|
||||
<IndexCount />
|
||||
</div>
|
||||
<a
|
||||
href={paths.hosting()}
|
||||
href={paths.feedback()}
|
||||
target="_blank"
|
||||
className="flex flex-grow w-[100%] h-[36px] gap-x-2 py-[5px] px-4 border border-slate-400 dark:border-transparent rounded-lg text-slate-800 dark:text-slate-200 justify-center items-center hover:bg-slate-100 dark:bg-stone-800 dark:hover:bg-stone-900"
|
||||
>
|
||||
<Cpu className="h-4 w-4" />
|
||||
<AtSign className="h-4 w-4" />
|
||||
<p className="text-slate-800 dark:text-slate-200 text-xs leading-loose font-semibold">
|
||||
Managed cloud hosting
|
||||
Feedback form
|
||||
</p>
|
||||
</a>
|
||||
<a
|
||||
href={paths.hosting()}
|
||||
target="_blank"
|
||||
className="flex flex-grow w-[100%] h-[36px] gap-x-2 py-[5px] px-4 border border-slate-400 dark:border-transparent rounded-lg text-slate-800 dark:text-slate-200 justify-center items-center hover:bg-slate-100 dark:bg-stone-800 dark:hover:bg-stone-900"
|
||||
className="flex flex-grow w-[100%] h-[36px] gap-x-2 py-[5px] px-4 border border-slate-400 dark:border-transparent rounded-lg text-slate-800 dark:text-slate-200 justify-center items-center hover:bg-slate-100 dark:bg-stone-800 dark:hover:bg-stone-900"
|
||||
>
|
||||
<Briefcase className="h-4 w-4" />
|
||||
<Package className="h-4 w-4" />
|
||||
<p className="text-slate-800 dark:text-slate-200 text-xs leading-loose font-semibold">
|
||||
Enterprise Installation
|
||||
Managed cloud hosting
|
||||
</p>
|
||||
</a>
|
||||
<LogoutButton />
|
||||
|
@ -11,13 +11,16 @@ export default {
|
||||
return "https://discord.com/invite/6UyHPeGZAC";
|
||||
},
|
||||
docs: () => {
|
||||
return "https://docs.mintplex.xyz/anythingllm-by-mintplex-labs/";
|
||||
return "https://docs.useanything.com";
|
||||
},
|
||||
mailToMintplex: () => {
|
||||
return "mailto:team@mintplex.xyz";
|
||||
return "mailto:team@mintplexlabs.com";
|
||||
},
|
||||
hosting: () => {
|
||||
return "https://form.typeform.com/to/KdSCdSvq";
|
||||
return "https://my.mintplexlabs.com/aio-checkout?product=anythingllm";
|
||||
},
|
||||
feedback: () => {
|
||||
return "https://form.typeform.com/to/i0KE3aEW";
|
||||
},
|
||||
workspace: {
|
||||
chat: (slug) => {
|
||||
|
BIN
images/promo.png
Normal file
BIN
images/promo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 484 KiB |
BIN
images/wordmark.png
Normal file
BIN
images/wordmark.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 8.7 KiB |
Loading…
Reference in New Issue
Block a user