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/css/custom.css | 6 ++++- docs/src/pages/index.js | 67 ------------------------------------------------- 2 files changed, 5 insertions(+), 68 deletions(-) delete mode 100644 docs/src/pages/index.js (limited to 'docs/src') diff --git a/docs/src/css/custom.css b/docs/src/css/custom.css index 78be3a88..ffa1a79b 100644 --- a/docs/src/css/custom.css +++ b/docs/src/css/custom.css @@ -33,4 +33,8 @@ --docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.3); } - +.navbar__logo { + height: 50px; + position: absolute; + top: 4px; +} 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