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