diff --git a/versions/new-website/do/index.html b/versions/new-website/docs/api/index.html similarity index 100% rename from versions/new-website/do/index.html rename to versions/new-website/docs/api/index.html diff --git a/versions/new-website/docs/fe/index.html b/versions/new-website/docs/features/index.html similarity index 100% rename from versions/new-website/docs/fe/index.html rename to versions/new-website/docs/features/index.html diff --git a/versions/new-website/docs/hooks/index.html b/versions/new-website/docs/hooks/index.html new file mode 100644 index 00000000..91bd3ec6 --- /dev/null +++ b/versions/new-website/docs/hooks/index.html @@ -0,0 +1,3 @@ + +Hilbish
Signals

Signals

Signals are global events emitted with the Bait module. +For more detail on how to use these signals, you may check the Bait page.

\ No newline at end of file diff --git a/versions/new-website/docs/index.html b/versions/new-website/docs/index.html index 78308159..5adf6374 100644 --- a/versions/new-website/docs/index.html +++ b/versions/new-website/docs/index.html @@ -1,9 +1,5 @@ -Hilbish
Nature

Nature

A bit after creation, we have the outside nature. Little plants, seeds, -growing to their final phase: a full plant. A lot of Hilbish itself is -written in Go, but there are parts made in Lua, being most builtins -(doc, cd, cdr), completions, and other things.

Hilbish's Lua core module is called nature. -It runs after Hilbish's Go core does.

Nature Modules -Currently, nature provides 1 intended public module: nature.dirs. -It is a simple API for managing recent directories and old -current working directory.

\ No newline at end of file +Hilbish
Introduction

Introduction

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.

Here documents some of the features of Hilbish and the Lua API.

\ No newline at end of file diff --git a/versions/new-website/docs/nature/index.html b/versions/new-website/docs/nature/index.html new file mode 100644 index 00000000..78308159 --- /dev/null +++ b/versions/new-website/docs/nature/index.html @@ -0,0 +1,9 @@ + +Hilbish
Nature

Nature

A bit after creation, we have the outside nature. Little plants, seeds, +growing to their final phase: a full plant. A lot of Hilbish itself is +written in Go, but there are parts made in Lua, being most builtins +(doc, cd, cdr), completions, and other things.

Hilbish's Lua core module is called nature. +It runs after Hilbish's Go core does.

Nature Modules +Currently, nature provides 1 intended public module: nature.dirs. +It is a simple API for managing recent directories and old +current working directory.

\ No newline at end of file diff --git a/versions/new-website/docs/vi/index.html b/versions/new-website/docs/vim-mode/index.html similarity index 100% rename from versions/new-website/docs/vi/index.html rename to versions/new-website/docs/vim-mode/index.html