ReVanced / revanced-documentation

🗄 Collection of all ReVanced documentation
https://revanced.app
GNU General Public License v3.0
271 stars 44 forks source link

Documentation missing from this repository. #18

Closed rfeud closed 1 year ago

rfeud commented 1 year ago

Sorry if I'm missing something. When I follow the links from this repository to find the revanced manager documentation, I get to this link: https://github.com/revanced/revanced-documentation/blob/main/docs/revanced-manager

Which seems to be lacking any information, yet using the subreddit I found this link: https://github.com/revanced/revanced-manager/tree/docs/docs

Where the documentation actually is.

The same goes for revanced CLI: https://github.com/revanced/revanced-documentation/blob/main/docs/revanced-cli vs https://github.com/revanced/revanced-cli/tree/main/docs

And for revanced Patches: https://github.com/revanced/revanced-documentation/blob/main/docs/revanced-patches vs https://github.com/revanced/revanced-patches/tree/docs

For some reason though, revanced Development works fine: https://github.com/revanced/revanced-documentation/tree/main/docs/revanced-development

This makes it impossible to access some documentation from the github.

oSumAtrIX commented 1 year ago

The docs repository is using symbolic links to point to the docs folders for each repository submodule. You need to clone it recursively.

KobeW50 commented 4 months ago

The docs repository is using symbolic links to point to the docs folders for each repository submodule. You need to clone it recursively.

What is the benefit of doing it this way?