added 'something' to the core features landing page, small typo on sharing

This commit is contained in:
dovholuknf 2023-02-01 21:50:04 -05:00
parent f46cfab38b
commit e37cacaab2
No known key found for this signature in database
GPG Key ID: 0EE08251136D3480
2 changed files with 9 additions and 1 deletions

View File

@ -4,7 +4,7 @@ sidebar_position: 30
# File Sharing # File Sharing
With `zrok` it is possible to share files quickly and easily as well. To share files using `zrok` use With `zrok` it is possible to share files quickly and easily as well. To share files using `zrok` use
the `--backend-mode web`, for example: `zrok share private --backend-mode web`. the `--backend-mode web`, for example: `zrok share private . --backend-mode web`.
Running with this mode will make it trivially easy to share files from the directory which the command Running with this mode will make it trivially easy to share files from the directory which the command
was run from. was run from.

View File

@ -3,3 +3,11 @@ sidebar_title: Core Features
sidebar_position: 25 sidebar_position: 25
--- ---
# Core Features # Core Features
`zrok` was built for sharing resources. This doc is meant to explain the core features of `zrok` sharing
as well as other important features.
Sharing with `zrok` can be either [`public`](./sharing-public.md) or [`private`](./sharing-private.md).
Naturally, regular web-based resources can be shared but `zrok` also includes a [file sharing](./files.md) feature.
Learn about `zrok` [hosting here](./hosting.md).