I'd like to organize my GitHub wiki pages in subdirectories. How do we refer to the pages in subdirectories?
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
github wiki / gollum-wiki doesn't inherently provide anything explicit for organizing pages into sub-directories. Any page can be linked from any other page irrespective of where it logically belongs. This is a powerful feature that makes wikis very flexible.
One way to implement a sub-directories structure would be to follow a naming convention.
Example: Having all pages related to subject1
have names that start with subject1
, and so on.