Skip to content

Commit 60130af

Browse files
Updated broken links
1 parent fae6e76 commit 60130af

File tree

5 files changed

+9
-7
lines changed

5 files changed

+9
-7
lines changed

.vitepress/theme/components/FaqSection.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
Answered all frequently asked questions, Still confused? Checkout our
1111
<a
1212
class="!underline !underline-offset-2 !cursor-pointer"
13-
href="./introduction.html"
13+
href="/docs/introduction.html"
1414
>docs</a
1515
>
1616
to get started for free.

.vitepress/theme/components/FooterSection.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
class="absolute transitiona-all duration-1000 opacity-30 -inset-px bg-gradient-to-r from-[#44BCFF] via-[#FF44EC] to-[#FF675E] rounded-xl blur-sm group-hover:opacity-50 group-hover:-inset-1 group-hover:duration-200 animate-tilt"
2222
></div>
2323
<a
24-
href="https://ide.flexpilot.ai"
24+
href="https://ide.flexpilot.ai/?folder=web-fs://github/flexpilot-ai/flexpilot-ide/main"
2525
target="_blank"
2626
rel="noopener"
2727
class="w-full sm:w-fit flex relative !bg-white dark:!bg-gray-900 !text-gray-700 dark:!text-gray-300 !border-gray-200 dark:!border-gray-800 hover:!bg-gray-50 hover:dark:!bg-slate-800 flex-row align-middle items-center justify-center gap-x-1 py-2 px-4 font-medium duration-150 border-[1.5px] rounded-lg"
@@ -70,7 +70,7 @@
7070
</a>
7171

7272
<a
73-
href="https://github.com/flexpilot-ai/flexpilot-ide"
73+
href="https://flexpilot.ai/docs/getting-started.html#downloading-the-ide"
7474
target="_blank"
7575
rel="noopener"
7676
class="flex !bg-white dark:!bg-gray-900 !text-gray-700 dark:!text-gray-300 !border-gray-200 dark:!border-gray-800 hover:!bg-gray-50 hover:dark:!bg-slate-800 flex-row align-middle items-center justify-center gap-x-1 py-2 px-4 font-medium duration-150 border-[1.5px] rounded-lg"

.vitepress/theme/components/HeroSection.vue

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
class="absolute transitiona-all duration-1000 opacity-30 -inset-px bg-gradient-to-r from-[#44BCFF] via-[#FF44EC] to-[#FF675E] rounded-xl blur-sm group-hover:opacity-50 group-hover:-inset-1 group-hover:duration-200 animate-tilt"
3434
></div>
3535
<a
36-
href="https://ide.flexpilot.ai"
36+
href="https://ide.flexpilot.ai/?folder=web-fs://github/flexpilot-ai/flexpilot-ide/main"
3737
target="_blank"
3838
rel="noopener"
3939
class="w-full sm:w-fit flex relative !bg-white dark:!bg-gray-900 !text-gray-700 dark:!text-gray-300 !border-gray-200 dark:!border-gray-800 hover:!bg-gray-50 hover:dark:!bg-slate-800 flex-row align-middle items-center justify-center gap-x-1 py-2 px-4 font-medium duration-150 border-[1.5px] rounded-lg"
@@ -60,7 +60,7 @@
6060
</div>
6161

6262
<a
63-
href="https://github.com/flexpilot-ai/flexpilot-ide"
63+
href="https://flexpilot.ai/docs/getting-started.html#downloading-the-ide"
6464
target="_blank"
6565
rel="noopener"
6666
class="w-full sm:w-fit flex !bg-white dark:!bg-gray-900 !text-gray-700 dark:!text-gray-300 !border-gray-200 dark:!border-gray-800 hover:!bg-gray-50 hover:dark:!bg-slate-800 flex-row align-middle items-center justify-center gap-x-1 py-2 px-4 font-medium duration-150 border-[1.5px] rounded-lg"
@@ -121,5 +121,4 @@
121121
<script setup>
122122
import { withBase, useData } from "vitepress";
123123
const { isDark } = useData();
124-
console.log("------", isDark, JSON.stringify(isDark.value));
125124
</script>

.vitepress/theme/components/TryInstantlyOnline.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
class="absolute transitiona-all duration-1000 opacity-30 -inset-px bg-gradient-to-r from-[#44BCFF] via-[#FF44EC] to-[#FF675E] rounded-xl blur-sm group-hover:opacity-50 group-hover:-inset-1 group-hover:duration-200 animate-tilt"
3333
></div>
3434
<a
35-
href="https://ide.flexpilot.ai"
35+
href="https://ide.flexpilot.ai/?folder=web-fs://github/flexpilot-ai/flexpilot-ide/main"
3636
target="_blank"
3737
rel="noopener"
3838
class="flex relative !bg-white dark:!bg-gray-900 !text-gray-700 dark:!text-gray-300 !border-gray-200 dark:!border-gray-800 hover:!bg-gray-50 hover:dark:!bg-slate-800 flex-row align-middle items-center justify-center gap-x-1 py-2 px-4 font-medium duration-150 border-[1.5px] rounded-lg"

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Flexpilot Docs Website
22

3+
[![Release Site](https://github.com/flexpilot-ai/flexpilot-docs/actions/workflows/release.yml/badge.svg)](https://github.com/flexpilot-ai/flexpilot-docs/actions/workflows/release.yml)
4+
[![Build Site](https://github.com/flexpilot-ai/flexpilot-docs/actions/workflows/build.yml/badge.svg)](https://github.com/flexpilot-ai/flexpilot-docs/actions/workflows/build.yml)
5+
36
This repository contains the source code for the Flexpilot [docs](https://flexpilot.ai) website
47

58
## 🚀 Quick start

0 commit comments

Comments
 (0)