beautiful-docs / beautiful-docs

A beautiful way to read documentation
MIT License
298 stars 55 forks source link

Generating Docs from a nested directory of markdown #26

Open jonmorehouse opened 11 years ago

jonmorehouse commented 11 years ago

Hello,

Sorry if I'm missing something here, but I can't seem to figure out how to create documentation when my files are in a nested structure.

say I have

general.md
clients/
     client1.md
     client2.md

Is there a nice way that beautiful docs handles this?

maximebf commented 11 years ago
{ files: ["general.md", "clients/client1.md", "clients/client2.md"] }

does not work?

DanielSundberg commented 8 years ago

You don't want to specify every single file, just wildcards, imagine:

general.md
clients/
     client1.md
     client2.md
    ...
    ...
    client999999.md

You don't want to specify that manually.