mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-09-02 18:25:11 +00:00
Tutorials
This commit is contained in:
parent
4a3fabf2fd
commit
e82da29618
3 changed files with 48 additions and 0 deletions
21
content/faq/claim-rewards.md
Normal file
21
content/faq/claim-rewards.md
Normal file
|
@ -0,0 +1,21 @@
|
|||
---
|
||||
title: Claiming LBRY Rewards
|
||||
category: tutorial
|
||||
order: 1
|
||||
---
|
||||
|
||||
Did you know you can earn LBC through the LBRY Rewards program? If not, now's the time to start!
|
||||
|
||||

|
||||
|
||||
You can find the rewards section under the Account menu > Rewards. On Android, click or slide out the menu, and then select Rewards. [Click here to navigate directly to your app](https://open.lbry.com/?rewards).
|
||||
|
||||
In addition to the one time rewards, we have a daily reward just for watching content you love on LBRY - so make sure to check back often to keep earning!
|
||||
|
||||
These LBC rewards can be used to buy content being sold by your favorite creators, or as tips (or supports) so that you can reward your favorite creator's efforts and help them become discovered on LBRY.
|
||||
|
||||

|
||||
|
||||
You may need to go through account verification to participate in the rewards program. See our [Rewards](https://lbry.com/faq/rewards) for more information and details about what rewards are available.
|
||||
|
||||
If you’d like to learn more about how to get the most out of LBRY, check out our [other tutorials](https://lbry.com/faq?category=tutorial) or [Frequently Asked Questions](https://lbry.com/faq).
|
26
content/faq/searching.md
Normal file
26
content/faq/searching.md
Normal file
|
@ -0,0 +1,26 @@
|
|||
---
|
||||
title: Searching for Content
|
||||
category: tutorial
|
||||
order: 2
|
||||
---
|
||||
|
||||
Searching for content on the LBRY Desktop and Android apps is super easy and takes just a couple clicks of the good ole mouse and keyboard. We'll start with Desktop first, see the [Android tutorail below](#android).
|
||||
|
||||
Click your cursor into the top search bar, and enter a serach term. Typically you'll see at least 3 items at the top:
|
||||
1) Search - Default if enter is clicked. This is your typical search option, will return all results matching it.
|
||||
2) Exact URL - Select this to navigate directly to the top published content at `lbry://comics`
|
||||
3) Tag - Select this to navigate to the tag page to browse all content tagged `comics`
|
||||
|
||||

|
||||
|
||||
If using the default search option, you'll also have access to additional filter to help narrow down the results. First, you can choose from filtering on Files, Channels, or Everything. The files option would return only content published according to the selected file types. If you choose the Channels option, you'll get back results for channels within that search term. Don't forget to give us a thumbs up or down to rate your experience!
|
||||
|
||||

|
||||
|
||||
### Searching on Android {#android}
|
||||
|
||||
To begin your search, select the top search area and begin typing. If you stop for a couple seconds or click enter, the search results will appear. Currently there are no filtering options on this platform.
|
||||
|
||||

|
||||
|
||||
If you’d like to learn more about how to get the most out of LBRY, check out our [other tutorials](https://lbry.com/faq?category=tutorial) or [Frequently Asked Questions](https://lbry.com/faq).
|
|
@ -98,6 +98,7 @@ class ContentActions extends Actions
|
|||
$allCategories = [
|
||||
'LBRY 101' => 'Intro to LBRY',
|
||||
'getstarted' => 'Getting Started',
|
||||
'tutorial' => 'LBRY Tutorials',
|
||||
'publisher' => 'Publishers and Creators',
|
||||
'troubleshooting' => 'Help and Troubleshooting',
|
||||
'powerusers' => 'LBRY for Power Users',
|
||||
|
|
Loading…
Add table
Reference in a new issue