chore: update ModernHeroWithGradients to link to documentation and modify installation instructions

This commit is contained in:
DESKTOP-RTLN3BA\$punk 2025-04-24 13:40:30 -07:00
parent 1fa7c7d9b6
commit bfbe270031
2 changed files with 6 additions and 5 deletions

View file

@ -1,6 +1,6 @@
"use client";
import { cn } from "@/lib/utils";
import { IconArrowRight, IconBrandGithub, IconBrandDiscord } from "@tabler/icons-react";
import { IconFileTypeDoc, IconBrandGithub, IconBrandDiscord } from "@tabler/icons-react";
import Link from "next/link";
import React from "react";
import { motion } from "framer-motion";
@ -20,11 +20,11 @@ export function ModernHeroWithGradients() {
<div className="relative z-20 flex flex-col items-center justify-center overflow-hidden rounded-3xl p-4 md:p-12 lg:p-16">
<Link
href="https://github.com/MODSetter/SurfSense"
href="/docs"
className="flex items-center gap-1 rounded-full border border-gray-200 bg-gradient-to-b from-gray-50 to-gray-100 px-4 py-1 text-center text-sm text-gray-800 shadow-sm dark:border-[#404040] dark:bg-gradient-to-b dark:from-[#5B5B5D] dark:to-[#262627] dark:text-white dark:shadow-inner dark:shadow-purple-500/10"
>
<span>SurfSense v0.0.6 Released</span>
<IconArrowRight className="h-4 w-4 text-gray-800 dark:text-white" />
<IconFileTypeDoc className="h-4 w-4 text-gray-800 dark:text-white" />
<span>Documentation</span>
</Link>
{/* Import the Logo component or define it in this file */}
<div className="flex items-center justify-center gap-4 mt-10 mb-2">

View file

@ -6,10 +6,11 @@ full: true
# Installing SurfSense
There are two ways to install and use SurfSense:
There are two ways to install SurfSense, but both require the repository to be cloned first. Clone [SurfSense](https://github.com/MODSetter/SurfSense) and then:
## Docker Installation (Preferred)
The recommended way to install SurfSense is using Docker. This method provides a containerized environment with all dependencies pre-configured.
[Learn more about Docker installation](/docs/docker-installation)