fix some parts and add description about documentation
This commit is contained in:
parent
77999d2252
commit
398ecf9f25
|
@ -1,8 +1,14 @@
|
||||||
# Prepare everything
|
# Prepare everything
|
||||||
|
|
||||||
Welcome to the NewPipe tutorial. This tutorial will guide you through the process of creating your own NewPipeExtractor
|
Welcome to the NewPipeExtractor documentation. This tutorial will guide you through the process of creating your own Extractor
|
||||||
service with which NewPipe will gain support for a dedicated streaming service like YouTube, Vimeo or SoundCloud. Let's
|
service with which NewPipe will gain support for a dedicated streaming service like YouTube, Vimeo or SoundCloud.
|
||||||
dive right in. ;D
|
The whole documentation consists of this page, which explains the general concept of the NewPipeExtractor, as well as our
|
||||||
|
[Jdoc](https://teamnewpipe.github.io/NewPipeExtractor/javadoc/) setup.
|
||||||
|
|
||||||
|
__IMPORTANT!!!__ this is likely to be the worst documentation you have ever red, so do not hesitate to
|
||||||
|
[report](https://github.com/teamnewpipe/documentation/issues) if
|
||||||
|
you find any (spelling)errors, incomplete parts or you simply don't understand something. We are an open community
|
||||||
|
and are open for everyone to help :)
|
||||||
|
|
||||||
## Setup your dev environment
|
## Setup your dev environment
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
You should develop and test your changes with the JUnit environment that is
|
You should develop and test your changes with the JUnit environment that is
|
||||||
provided by the NewPipe Extractor and IDEA. If you want to try it then with
|
provided by the NewPipe Extractor and IDEA. If you want to try it then with
|
||||||
the actual fronted you need to follow these changes.
|
the actual fronted you need to follow these steps.
|
||||||
|
|
||||||
### Setup Android Studio
|
### Setup Android Studio
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue