Skip to content

Instantly share code, notes, and snippets.

@l15k4
Last active July 13, 2016 13:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save l15k4/9809082ffe95068891202f264ac96190 to your computer and use it in GitHub Desktop.
Save l15k4/9809082ffe95068891202f264ac96190 to your computer and use it in GitHub Desktop.
$ 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
@l15k4
Copy link
Author

l15k4 commented Jul 13, 2016

The otherwise independent Wiki in the-oracle would be linking to those the-oracle/project/*/readme.md pages ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment