ciao icon indicating copy to clipboard operation
ciao copied to clipboard

Documentation directory not ideal

Open missinglink opened this issue 12 years ago • 0 comments

ciao -d doc scripts will generate a directory structure like this:

doc/
└── scripts
    └── examples
        ├── basic.md
        ├── facebook.md
        ├── github-api.md
        ├── github.md
        ├── google.md
        └── yahoo.md

it should probably create this instead:

doc/
└── examples
    ├── basic.md
    ├── facebook.md
    ├── github-api.md
    ├── github.md
    ├── google.md
    └── yahoo.md

or should it? hmm.....

missinglink avatar Jan 30 '13 19:01 missinglink