Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added support for injecting MD files. Any extension starts with 'x-md… #327

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Commits on May 18, 2020

  1. Added support for injecting MD files. Any extension starts with 'x-md…

    …-*' will be treated as md file path, and loaded into 'md_*' property. The content of the MD file can be accessed in the templates.
    Garber authored and Garber committed May 18, 2020
    Configuration menu
    Copy the full SHA
    efb9873 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2020

  1. Moved loadMD to common.js, changed it to be sync instead of async, an…

    …d allowing the MD field prefix to be configured
    Garber authored and Garber committed Jun 2, 2020
    Configuration menu
    Copy the full SHA
    ba52492 View commit details
    Browse the repository at this point in the history
  2. Added support to loadMD anywhere OpenAPISpec allows extensions, added…

    … to README
    Garber authored and Garber committed Jun 2, 2020
    Configuration menu
    Copy the full SHA
    ac89547 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' of https://github.com/Mermade/widdershins

    � Conflicts:
    �	lib/openapi3.js
    Garber authored and Garber committed Jun 2, 2020
    Configuration menu
    Copy the full SHA
    84ae4a6 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2020

  1. Added default value for loadMdPrefix and changed loadMD to log except…

    …ions
    Garber authored and Garber committed Jun 29, 2020
    Configuration menu
    Copy the full SHA
    3b45427 View commit details
    Browse the repository at this point in the history