docs: split documentation to revanced-cli and ReVanced development

This commit is contained in:
oSumAtrIX
2023-01-08 15:54:00 +01:00
parent 2053f45bb4
commit f7770106f8
14 changed files with 132 additions and 180 deletions

View File

@@ -1,14 +1,8 @@
# 💻 ReVanced Development
# 🛠️ ReVanced Development
Instructions to build and install ReVanced.
Documentation to develop with ReVanced.
## 📖 Table of contents
- [Prerequisites](0_prerequisites.md)
- [Downloading prebuilt Packages](1_downloading.md)
- [Building from source](2_building_from_source.md)
- [1. Building the ReVanced Patcher](3_building_revanced_patcher.md)
- [2. Building the ReVanced Patches](4_building_revanced_patches.md)
- [3. Building the ReVanced Integrations](5_building_revanced_integrations.md)
- [4. Building the ReVanced CLI](6_building_revanced_cli.md)
- [Using the ReVanced CLI](7_usage.md)
- [💼 Prerequisites](0_prerequisites.md)
- [👨‍💻 Setup a development environment for ReVanced](1_setup_development_environment.md)