Skip to content

Instantly share code, notes, and snippets.

@terryburton
Created February 20, 2015 16:19
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 terryburton/398f1b4c461e3d9f85c4 to your computer and use it in GitHub Desktop.
Save terryburton/398f1b4c461e3d9f85c4 to your computer and use it in GitHub Desktop.
wikidocs
│ (Documentation build system)
├── __pandoc
│   │
│   ├── Makefile ①
│   │
│   │ (Symlink to wiki images directory)
│   │
│   ├── images -> ../images/
│   │
│   │ (Filters for pre-processing the wiki markdown)
│   │
│   ├── __rewritewikilinks.hs ②
│   ├── __rewritepngtoeps.hs ③
│   │
│   │ (PDF specific content — mainly section headings, introductions, etc.)
│   │
│   ├── __symbology-reference.md
│   ├── __options-reference.md
│   └── __knowledge-base.md
│ (Normal wiki content follows)
├── images
│   ├── ean13-1.eps   (EPS files purpose generated for PDF documentation)
│   └── ean13-1.png
├── symbologies
│   └── EAN-13.md
├── options
│   └── Text-Properties.md
└── kb
      └── FAQs.md
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment