GabeStah / api.pingpublications.com

0 stars 0 forks source link

Add manifest file to each repository. #17

Open GabeStah opened 4 years ago

GabeStah commented 4 years ago

.json or .js that maps path(s) to be imported into site generation. Example:

       {
          path:
            'DevOps/DevOps%20Best%20Practices%20-%20Integrating%20QA%20and%20DevOps',
          // TODO: Glob support
          // See: https://github.com/isaacs/node-glob
          writ: '*.md',
          options: {
            hasSources: true
          }
        },
GabeStah commented 4 years ago