From a0dd72fb1a14132dd434ed3ddac9625a68a4ac21 Mon Sep 17 00:00:00 2001 From: Alexey Avramov Date: Sat, 13 Apr 2024 22:00:06 +0900 Subject: [PATCH] Update tutorial --- docs/tutorial/0.md | 2 ++ docs/tutorial/1.md | 2 ++ docs/tutorial/23.md | 2 ++ docs/tutorial/8.md | 2 ++ docs/tutorial/9.md | 2 ++ docs/tutorial/README.md | 26 ++++++++++++++++++++------ 6 files changed, 30 insertions(+), 6 deletions(-) diff --git a/docs/tutorial/0.md b/docs/tutorial/0.md index 809dd7e..bd5282b 100644 --- a/docs/tutorial/0.md +++ b/docs/tutorial/0.md @@ -1,4 +1,6 @@ +*[Homepage](https://github.com/hakavlad/tird) | [Tutorial](https://github.com/hakavlad/tird/blob/main/docs/tutorial/README.md)* + ## Exiting `tird` --- diff --git a/docs/tutorial/1.md b/docs/tutorial/1.md index 1c731f8..e46e454 100644 --- a/docs/tutorial/1.md +++ b/docs/tutorial/1.md @@ -1,4 +1,6 @@ +*[Homepage](https://github.com/hakavlad/tird) | [Tutorial](https://github.com/hakavlad/tird/blob/main/docs/tutorial/README.md)* + ## Displaying info #### Displaying info with action #1: diff --git a/docs/tutorial/23.md b/docs/tutorial/23.md index 2918694..e6e7fbc 100644 --- a/docs/tutorial/23.md +++ b/docs/tutorial/23.md @@ -1,4 +1,6 @@ +*[Homepage](https://github.com/hakavlad/tird) | [Tutorial](https://github.com/hakavlad/tird/blob/main/docs/tutorial/README.md)* + ## Encrypt and decrypt with default options #### Encrypt diff --git a/docs/tutorial/8.md b/docs/tutorial/8.md index b8828a3..e33c310 100644 --- a/docs/tutorial/8.md +++ b/docs/tutorial/8.md @@ -1,4 +1,6 @@ +*[Homepage](https://github.com/hakavlad/tird) | [Tutorial](https://github.com/hakavlad/tird/blob/main/docs/tutorial/README.md)* + ## Creating files with uniform random data Random data files can be used: diff --git a/docs/tutorial/9.md b/docs/tutorial/9.md index 68bf975..e208f19 100644 --- a/docs/tutorial/9.md +++ b/docs/tutorial/9.md @@ -1,4 +1,6 @@ +*[Homepage](https://github.com/hakavlad/tird) | [Tutorial](https://github.com/hakavlad/tird/blob/main/docs/tutorial/README.md)* + ## Overwriting file contents with uniform random data > \[!CAUTION] diff --git a/docs/tutorial/README.md b/docs/tutorial/README.md index 3e0b4a3..8ba3dd7 100644 --- a/docs/tutorial/README.md +++ b/docs/tutorial/README.md @@ -1,8 +1,22 @@ -## Tutorial +# Tutorial -- [Exiting `tird`](https://github.com/hakavlad/tird/blob/main/docs/tutorial/0.md) -- [Displaying info (version, descryption, homepage)](https://github.com/hakavlad/tird/blob/main/docs/tutorial/1.md) -- [Creating files with uniform random data](https://github.com/hakavlad/tird/blob/main/docs/tutorial/8.md) (creating keyfiles and containers) -- [Overwriting file contents with uniform random data](https://github.com/hakavlad/tird/blob/main/docs/tutorial/9.md) (destroying residual data and preparing containers) -- [The simplest case of encryption and decryption](https://github.com/hakavlad/tird/blob/main/docs/tutorial/23.md) +### [0.md](https://github.com/hakavlad/tird/blob/main/docs/tutorial/0.md) + +Exiting `tird`. + +### [1.md](https://github.com/hakavlad/tird/blob/main/docs/tutorial/1.md) + +Displaying info (version, descryption, homepage). + +### [23.md](https://github.com/hakavlad/tird/blob/main/docs/tutorial/23.md) + +The simplest case of encryption and decryption. + +### [8.md](https://github.com/hakavlad/tird/blob/main/docs/tutorial/8.md) + +Creating files with uniform random data (creating keyfiles and containers). + +### [9.md](https://github.com/hakavlad/tird/blob/main/docs/tutorial/9.md) + +Overwriting file contents with uniform random data (destroying residual data and preparing containers).