docs: part 8

Co-authored-by: Ushie <ushiekane@gmail.com>
This commit is contained in:
Pun Butrach 2023-10-22 12:38:49 +07:00 committed by GitHub
parent a3c48d14ab
commit 07ee005613
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 8 deletions

View File

@ -53,7 +53,7 @@ ReVanced Manager is an Android application that uses ReVanced Patcher to add, re
We provide the some of the features are: We provide the some of the features are:
* 📱 **Portable**: ReVanced Patcher that fit in your pocket! * 📱 **Portable**: ReVanced Patcher that fit in your pocket!
* 🤗 **Intuitive UI**: Help you manage your patched applications *intuitively*! * 🤗 **Intuitive UI**: Help you manage your patched applications *intuitively*!
* 🛠️ **Customization**: Patch using 3rd-party sources and integration! * 🛠️ **Customization**: Patch with third-party sources!
* ✨ And a **lot more!** * ✨ And a **lot more!**
### 🔽 Download ### 🔽 Download
@ -62,13 +62,13 @@ You can obtain ReVanced Manager by downloading it from either [ReVanced site](ht
## 🌱 Miscellaneous ## 🌱 Miscellaneous
### 📄 Documentation ### 📄 Documentation
Step on how to use the application are available [here](/docs/README.md). Documentation on how to use the application is available [here](/docs/README.md).
### 👋 Contributing ### 👋 Contributing
Thanks for consider contributing to ReVanced Manager, you can find the contribution guidelines [here](/CONTRIBUTING.md). Thank you for considering contributing to ReVanced Manager, you can find the contribution guidelines [here](/CONTRIBUTING.md).
### 🔴 Issues ### 🔴 Issues
For suggestions and bug reports, open an issue [here](https://github.com/ReVanced/revanced-manager/issues/choose). For suggestions and bug reports, open an issue [here](https://github.com/ReVanced/revanced-manager/issues/choose).
## ⚖️ License ## ⚖️ License
ReVanced Manager adopt the [GNU General Public License 3.0](/LICENSE), [tl;dr](https://www.tldrlegal.com/license/gnu-general-public-license-v3-gpl-3): You may copy, distribute and modify the software as long as you track changes/dates in source files. Any modifications to or software including (via compiler) GPL-licensed code must also be made available under the GPL along with build & install instructions. ReVanced Manager adopts the [GNU General Public License 3.0](/LICENSE), [tl;dr](https://www.tldrlegal.com/license/gnu-general-public-license-v3-gpl-3): You may copy, distribute and modify the software as long as you track changes/dates in source files. Any modifications to or software including (via compiler) GPL-licensed code must also be made available under the GPL along with build & install instructions.

View File

@ -3,7 +3,7 @@ In order to compile ReVanced Manager, certain requirements must be met.
## 📝 Prerequisites ## 📝 Prerequisites
* Kotlin IDE such as [Android Studio](https://developer.android.com/studio) * Kotlin IDE such as [Android Studio](https://developer.android.com/studio)
* Knowledge of [Android](https://android.com) App development, [Kotlin](https://kotlinlang.org/) language. * Knowledge of [Android](https://android.com) app development, and the [Kotlin](https://kotlinlang.org/) language.
* At least JDK 17 of any vendors * At least JDK 17 of any vendors
## 🏃 Prepare the environment ## 🏃 Prepare the environment
@ -17,6 +17,6 @@ In order to compile ReVanced Manager, certain requirements must be met.
``` ```
## ⏭️ What's next ## ⏭️ What's next
The next page will introduce you to basic overview of ReVanced Manager The next page will introduce you to the basic overview of ReVanced Manager
Continue: [💁 Overview](1_overview.md) Continue: [💁 Overview](1_overview.md)

View File

@ -1,11 +1,11 @@
# 💊 ReVanced Manager # 💊 ReVanced Manager
This documentation explains how the [ReVanced Manager](https://github.com/ReVanced/revanced-manager) work. This documentation explains how [ReVanced Manager](https://github.com/ReVanced/revanced-manager) works.
## 📖 Table of contents ## 📖 Table of contents
0. [💼 Preparing a development environment](0_preparation.md) 0. [💼 Preparing a development environment](0_preparation.md)
1. [💁 Overview](1_overview.md) 1. [💁 Overview](1_overview.md)
## ⏭️ Start here ## ⏭️ Start here
The next page will tell you how to prepare a environment for ReVanced Manager. The next page will tell you how to prepare a development environment for ReVanced Manager.
Continue: [💼 Preparing a developer environment](0_preparation.md) Continue: [💼 Preparing a developer environment](0_preparation.md)