diff --git a/_site/.hugo_build.lock b/_site/.hugo_build.lock new file mode 100644 index 0000000..e69de29 diff --git a/_site/content/_index.md b/_site/content/_index.md index d68fcc7..ef82dc1 100644 --- a/_site/content/_index.md +++ b/_site/content/_index.md @@ -1,7 +1,6 @@ -+++ -title = "Dynamo-Browse" -bookToc = false -+++ +--- +weight: 10 +---
@@ -17,15 +16,31 @@ With it, you can quickly connect to and browse the contents of a DynamoDB table
in your AWS account or local machine. There are some basic facilities for
editing as well.
-
-
## Getting Started
-Instructions for installing Dynamo-Browse can be found on the [Downloads page](/download).
-
This video gives a brief introduction of how to use Dynamo-Browse to view the items of a DynamoDB table:
{{< youtube cQnTIg1_tfg >}}
More information about the tool can be found within the [Dynamo-Browse user manual](/docs).
+## Download
+
+Binary packages for MacOS and Linux can be [found at Forgejo](https://lmika.dev/cmd/dynamo-browse/releases).
+
+### MacOS Using Homebrew
+
+If you have Homebrew, you can install Dynamo-Browse using the following command:
+
+```
+brew tap lmika/dynamo-browse https://lmika.dev/casks/dynamo-browse
+brew install dynamo-browse
+```
+
+### Go
+
+If you have Go installed, you can install Dynamo-Browse using the following command:
+
+```
+go install lmika.dev/cmd/dynamo-browse/cmd/dynamo-browse@latest
+```
diff --git a/_site/content/docs/_index.md b/_site/content/docs/_index.md
deleted file mode 100644
index ee4c39b..0000000
--- a/_site/content/docs/_index.md
+++ /dev/null
@@ -1,35 +0,0 @@
-# User Guide
-
-## Table Of Contents
-
-- [Launching and Quitting](/docs/launching)
- - [Selecting a Table](/docs/launching#selecting-a-table)
- - [Selecting a Workspace](/docs/launching#selecting-a-workspace)
- - [Quitting](/docs/launching#quitting)
-- [Getting Around](/docs/getting-around)
- - [The Back-stack](/docs/getting-around#the-back-stack)
- - [Adjusting The Layout](/docs/getting-around#adjusting-the-layout)
- - [Adjusting The Displayed Columns](/docs/getting-around#adjusting-the-displayed-columns)
- - [Entering Commands](/docs/getting-around#entering-commands)
-- [Filtering and Querying](/docs/filtering-querying)
- - [Filtering](/docs/filtering-querying#filtering)
- - [Querying](/docs/filtering-querying#querying)
-- [Editing Items](/docs/editing-items)
- - [Marking Items](/docs/editing-items#marking-items)
- - [Modifying Attributes](/docs/editing-items#modifying-attributes)
- - [Deleting Attributes](/docs/editing-items#deleting-attributes)
- - [Adding Items](/docs/editing-items#adding-items)
- - [Deleting Items](/docs/editing-items#deleting-items)
- - [Committing Changes](/docs/editing-items#committing-changes)
- - [Backing Out of Changes](/docs/editing-items#backing-out-of-changes)
-- [Customising Dynamo-Browse](/docs/customising)
- - [The RC File](/docs/customising#rc-file)
- - [Rebinding Keys](/docs/customising#rebinding-keys)
-
-References
-
-- [Key Bindings](/docs/reference/key-bindings)
-- [Commands](/docs/reference/commands)
-- [Query Expressions](/docs/reference/query-expressions)
-- [Launch Flags](/docs/reference/launch-flags)
-- [Settings](/docs/reference/settings)
diff --git a/_site/content/docs/reference/_index.md b/_site/content/docs/reference/_index.md
new file mode 100644
index 0000000..782a9c6
--- /dev/null
+++ b/_site/content/docs/reference/_index.md
@@ -0,0 +1,4 @@
+---
+bookFlatSection: true
+weight: 40
+---
\ No newline at end of file
diff --git a/_site/content/docs/reference/commands.md b/_site/content/docs/reference/commands.md
index 2a9d407..466ebca 100644
--- a/_site/content/docs/reference/commands.md
+++ b/_site/content/docs/reference/commands.md
@@ -1,5 +1,12 @@
+---
+title: Commands
+weight: 20
+---
# Commands
+These commands are meant for general, interactive use. For additional commands meant for defining
+extensions, see [Extensions](/docs/reference/extensions/).
+
## clone
```
@@ -40,7 +47,7 @@ Displays _message_ in the status bar. Mainly used for debugging.
## export
```
-:export [-all]