Skip to content

Commit

Permalink
change version
Browse files Browse the repository at this point in the history
  • Loading branch information
dgursoy committed Oct 8, 2023
1 parent 16e08c5 commit 3b50a64
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 1 deletion.
7 changes: 7 additions & 0 deletions src/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,13 @@ module.exports = {
'/customize/examples.md',
],
},
{
title: 'Features',
children: [
'/features/',
'/features/authentication.md',
],
},
"share.md",
"commands.md",
]
Expand Down
2 changes: 1 addition & 1 deletion src/commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ structure. If file flag value is not provided, it is going to
use [default properties yaml](https://raw.githubusercontent.com/denizgursoy/go-touch-projects/main/package.yaml).
Firstly,The command asks for project name. Project name is written to go module and used for directory name.

**`inline`**: Inline flag allows you to create projects in your current directory.
**`inline`**: Inline flag allows you to create projects in the working directory.

### package

Expand Down
3 changes: 3 additions & 0 deletions src/features/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Features

Gotouch features are listed in the next sections.
6 changes: 6 additions & 0 deletions src/features/authentication.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Authentication

## HTTP Authentication

Gotouch supports HTTP requests authentication with the `.netrc` file. If the domain name listed in the `.netrc` file, it
wil manage HTTP basic authentication with the values in your `.netrc` file.

0 comments on commit 3b50a64

Please sign in to comment.