mirror of
https://github.com/recloudstream/csdocs.git
synced 2024-08-14 22:46:50 +00:00
Add files via upload
This commit is contained in:
parent
9de0268191
commit
0e89fe0e8b
5 changed files with 26 additions and 8 deletions
|
@ -1,5 +1,7 @@
|
||||||
---
|
---
|
||||||
label: Creating your own JSON repository
|
label: Creating your own JSON repository
|
||||||
|
order: 997
|
||||||
|
icon: /static/json.png
|
||||||
---
|
---
|
||||||
|
|
||||||
# Creating your own JSON repository
|
# Creating your own JSON repository
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
---
|
---
|
||||||
label: Creating your own providers
|
label: Creating your own providers
|
||||||
|
order: 998
|
||||||
|
icon: repo
|
||||||
---
|
---
|
||||||
|
|
||||||
# Creating your own Providers
|
# Creating your own Providers
|
||||||
|
|
17
devs/gettingstarted.md
Normal file
17
devs/gettingstarted.md
Normal 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
3
devs/index.yml
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
icon: code
|
||||||
|
label: For Extension Developer
|
||||||
|
expanded: false
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
label: Using plugin template
|
label: Using plugin template
|
||||||
parent: For extension developers
|
icon: repo-template
|
||||||
order: 1
|
order: 999
|
||||||
---
|
---
|
||||||
|
|
||||||
# Using the template
|
# 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
|
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)
|
|
||||||
|
|
Loading…
Reference in a new issue