Add files via upload

This commit is contained in:
Duckling 2023-01-23 22:29:54 +06:00 committed by GitHub
parent 9de0268191
commit 0e89fe0e8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 26 additions and 8 deletions

View File

@ -1,5 +1,7 @@
---
label: Creating your own JSON repository
order: 997
icon: /static/json.png
---
# Creating your own JSON repository

View File

@ -1,5 +1,7 @@
---
label: Creating your own providers
order: 998
icon: repo
---
# Creating your own Providers

17
devs/gettingstarted.md Normal file
View File

@ -0,0 +1,17 @@
---
label: Getting started
icon: milestone
order: 1000
---
# For extension developers
This section will outline how to start developing your own extensions for Cloudstream.
[!badge variant="light" text="Step 1"] [Using plugin template](/devs/using-plugin-template.md)
[!badge variant="light" text="Step 2"] [Creating your own providers](/devs/create-your-own-providers.md)
[!badge variant="light" text="Step 3"] [Creating your own JSON repository](/devs/create-your-own-json-repository.md)
[!badge variant="light" text="Step 4"] [Scraping tutorial](/devs/scraping/gettingstarted.md)

3
devs/index.yml Normal file
View File

@ -0,0 +1,3 @@
icon: code
label: For Extension Developer
expanded: false

View File

@ -1,7 +1,7 @@
---
label: Using plugin template
parent: For extension developers
order: 1
icon: repo-template
order: 999
---
# Using the template
@ -15,9 +15,3 @@ The easiest way to start developing is to use our [plugin-template](https://gith
4) You can now create your own plugins and after you push new code, they should automatically be built
### Further reading
After you have set up the repository, you can continue by reading:
- [Creating your own JSON repository](create-your-own-json-repository)
- [Creating your own providers](create-your-own-providers)