summaryrefslogtreecommitdiffstats
path: root/website/content/cli/routines/index.mdx
diff options
context:
space:
mode:
Diffstat (limited to 'website/content/cli/routines/index.mdx')
-rw-r--r--website/content/cli/routines/index.mdx31
1 files changed, 0 insertions, 31 deletions
diff --git a/website/content/cli/routines/index.mdx b/website/content/cli/routines/index.mdx
deleted file mode 100644
index 9ed2703064c..00000000000
--- a/website/content/cli/routines/index.mdx
+++ /dev/null
@@ -1,31 +0,0 @@
----
-title: Routines
----
-
-import NewReferenceCard from "@site/src/components/General/NewReferenceCard";
-import HeadTitle from "@site/src/components/General/HeadTitle.tsx";
-
-<HeadTitle title="Routines - | OpenBB Platform CLI Docs" />
-
-<ul className="grid grid-cols-1 gap-4 -ml-6">
- <NewReferenceCard
- title="Introduction to Routines"
- description="Create repeatable workflows with OpenBB routines that you can share with colleagues."
- url="routines/introduction-to-routines"
- />
- <NewReferenceCard
- title="Routine Macro Recorder"
- description="Leverage the macro recorder to quickly build your favourite workflow routines."
- url="routines/routine-macro-recorder"
- />
- <NewReferenceCard
- title="Community Routines"
- description="Learn from other investors by diving into their OpenBB routines."
- url="routines/community-routines"
- />
- <NewReferenceCard
- title="Advanced Routines"
- description="Become an OpenBB Platform CLI power user by understanding routines inputs, setting variables, creating loops and more."
- url="routines/advanced-routines"
- />
-</ul>