NEW

Summary

Directory Structure

Directory structure:
└── androidpatch-apatchdocs/
    ├── README.md
    ├── LICENSE
    ├── package.json
    ├── docs/
    │   ├── apm-guide.md
    │   ├── ci-build.md
    │   ├── faq.md
    │   ├── index.md
    │   ├── install.md
    │   ├── kpm-usage-guide.md
    │   ├── rescue-bootloop.md
    │   ├── support.md
    │   ├── update.md
    │   ├── warn.md
    │   ├── what-is-apatch.md
    │   ├── pt_BR/
    │   │   ├── apm-guide.md
    │   │   ├── ci-build.md
    │   │   ├── faq.md
    │   │   ├── index.md
    │   │   ├── install.md
    │   │   ├── kpm-usage-guide.md
    │   │   ├── rescue-bootloop.md
    │   │   ├── support.md
    │   │   ├── update.md
    │   │   ├── warn.md
    │   │   └── what-is-apatch.md
    │   ├── ru/
    │   │   ├── apm-guide.md
    │   │   ├── faq.md
    │   │   ├── index.md
    │   │   ├── install.md
    │   │   ├── kpm-usage-guide.md
    │   │   ├── rescue-bootloop.md
    │   │   ├── support.md
    │   │   ├── update.md
    │   │   ├── warn.md
    │   │   └── what-is-apatch.md
    │   ├── zh_CN/
    │   │   ├── apm-guide.md
    │   │   ├── ci-build.md
    │   │   ├── faq.md
    │   │   ├── index.md
    │   │   ├── install.md
    │   │   ├── kpm-usage-guide.md
    │   │   ├── rescue-bootloop.md
    │   │   ├── support.md
    │   │   ├── update.md
    │   │   ├── warn.md
    │   │   └── what-is-apatch.md
    │   └── .vitepress/
    │       ├── config.ts
    │       └── locales/
    │           ├── en.ts
    │           ├── index.ts
    │           ├── pt_BR.ts
    │           ├── ru.ts
    │           └── zh_CN.ts
    └── .github/
        ├── dependabot.yml
        └── workflows/
            └── deploy.yml

Files Content