From a184afeecd70b3ff9d7f057c9c6c060cd4df8f61 Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Wed, 26 Jul 2023 09:47:45 +0100 Subject: Tidy up docs (#1120) --- docs/src/pages/index.js | 67 ------------------------------------------------- 1 file changed, 67 deletions(-) delete mode 100644 docs/src/pages/index.js (limited to 'docs/src/pages/index.js') diff --git a/docs/src/pages/index.js b/docs/src/pages/index.js deleted file mode 100644 index de42742b..00000000 --- a/docs/src/pages/index.js +++ /dev/null @@ -1,67 +0,0 @@ -import React from 'react'; -import clsx from 'clsx'; -import Link from '@docusaurus/Link'; -import useDocusaurusContext from '@docusaurus/useDocusaurusContext'; -import Layout from '@theme/Layout'; -import HomepageFeatures from '@site/src/components/HomepageFeatures'; - -import styles from './index.module.css'; - -function HomepageHeader() { - const { siteConfig } = useDocusaurusContext(); - return ( -
- - - -
-

Making your shell magical

-

Sync, search and backup shell history with Atuin

-
- - Get Started - -
-
-
- ); -} - -export default function Home() { - const { siteConfig } = useDocusaurusContext(); - - return ( - - -
-
-
-

What is Atuin?

-
- -
-

Atuin is a command-line tool that enables you to make better use of your shell, by giving ctrl-r superpowers.

-

Every line you write is stored - ready to be queried and run again at any point, from any machine you wish. Never forget again!

-

Sync your history between all of your machines, and search it from anywhere

-
-
- -
-
-

Generate statistics from your shell history, such as this activity graph

-
-
- -
-
- - -
-
-
-
- ); -} -- cgit v1.3.1