File tree Expand file tree Collapse file tree 5 files changed +9
-7
lines changed
.vitepress/theme/components Expand file tree Collapse file tree 5 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 10
10
Answered all frequently asked questions, Still confused? Checkout our
11
11
<a
12
12
class =" !underline !underline-offset-2 !cursor-pointer"
13
- href =" . /introduction.html"
13
+ href =" /docs /introduction.html"
14
14
>docs</a
15
15
>
16
16
to get started for free.
Original file line number Diff line number Diff line change 21
21
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"
22
22
></div >
23
23
<a
24
- href =" https://ide.flexpilot.ai"
24
+ href =" https://ide.flexpilot.ai/?folder=web-fs://github/flexpilot-ai/flexpilot-ide/main "
25
25
target =" _blank"
26
26
rel =" noopener"
27
27
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
70
</a >
71
71
72
72
<a
73
- href =" https://github.com/ flexpilot- ai/flexpilot -ide"
73
+ href =" https://flexpilot. ai/docs/getting-started.html#downloading-the -ide"
74
74
target =" _blank"
75
75
rel =" noopener"
76
76
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"
Original file line number Diff line number Diff line change 33
33
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"
34
34
></div >
35
35
<a
36
- href =" https://ide.flexpilot.ai"
36
+ href =" https://ide.flexpilot.ai/?folder=web-fs://github/flexpilot-ai/flexpilot-ide/main "
37
37
target =" _blank"
38
38
rel =" noopener"
39
39
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
60
</div >
61
61
62
62
<a
63
- href =" https://github.com/ flexpilot- ai/flexpilot -ide"
63
+ href =" https://flexpilot. ai/docs/getting-started.html#downloading-the -ide"
64
64
target =" _blank"
65
65
rel =" noopener"
66
66
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
121
<script setup>
122
122
import { withBase , useData } from " vitepress" ;
123
123
const { isDark } = useData ();
124
- console .log (" ------" , isDark, JSON .stringify (isDark .value ));
125
124
</script >
Original file line number Diff line number Diff line change 32
32
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"
33
33
></div >
34
34
<a
35
- href =" https://ide.flexpilot.ai"
35
+ href =" https://ide.flexpilot.ai/?folder=web-fs://github/flexpilot-ai/flexpilot-ide/main "
36
36
target =" _blank"
37
37
rel =" noopener"
38
38
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"
Original file line number Diff line number Diff line change 1
1
# Flexpilot Docs Website
2
2
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
+
3
6
This repository contains the source code for the Flexpilot [ docs] ( https://flexpilot.ai ) website
4
7
5
8
## 🚀 Quick start
You can’t perform that action at this time.
0 commit comments