Last active
July 13, 2016 13:48
-
-
Save l15k4/9809082ffe95068891202f264ac96190 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ tree | |
| ├── root | |
| │ ├── project-a | |
| │ │ ├── doc | |
| │ │ │ ├── bar.md | |
| │ │ │ ├── foo.md | |
| │ │ │ └── readme.md | |
| │ │ └── readme.md -> doc/readme.md | |
| │ ├── project-b | |
| │ │ ├── doc | |
| │ │ │ └── readme.md | |
| │ │ └── readme.md -> doc/readme.md | |
| │ ├── project-c | |
| │ │ ├── doc | |
| │ │ │ └── readme.md | |
| │ │ └── readme.md -> doc/readme.md | |
| │ └── the-oracle | |
| │ └── project | |
| │ ├── project-a -> ../../project-a/doc | |
| │ ├── project-b -> ../../project-b/doc | |
| │ └── project-c -> ../../project-c/doc |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The otherwise independent Wiki in
the-oraclewould be linking to thosethe-oracle/project/*/readme.mdpages ...