From d5dffabcb2e8a2d0fab42c506df327fbbdcaf6fc Mon Sep 17 00:00:00 2001 From: sammyette Date: Tue, 20 Dec 2022 19:42:44 -0400 Subject: [PATCH] website(docs/intoduction): change text of introduction --- website/content/docs/_index.md | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/website/content/docs/_index.md b/website/content/docs/_index.md index 4f30ab3..32dbf84 100644 --- a/website/content/docs/_index.md +++ b/website/content/docs/_index.md @@ -5,15 +5,9 @@ weight: -1 menu: docs --- -Here lies the documentation for Hilbish, the hyper extensible Lua shell. -Hilbish provides you with a few quality of life features and useful -functions to ensure you can make the shell fully yours. +Hilbish is a hyper-extensible shell mainly intended for interactive use. +To enhance the interactive experience, Hilbish comes with a wide range +of features and sane defaults, including a nice looking prompt, +advanced completion menus and history search. -These features include: -- Completion and history search menus -- Hinting and syntax highlighting (scripted by user) - -# Installation -Steps on installing Hilbish will be at the Install page in the navigation bar -at the top. This also included getting development builds from the GitHub -repository. +Here documents some of the features of Hilbish and the Lua API.