-
Notifications
You must be signed in to change notification settings - Fork 300
feat: template generators #1244
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
base: main
Are you sure you want to change the base?
feat: template generators #1244
Conversation
- update intro page with section on template generators
- add sections on template generators
a9d7cf0 to
da40bfb
Compare
- fix typo in schema template
- update typo in template docs
- fixed property name typo
|
Visit the preview URL for this PR (updated for commit 4644633): https://docusaurus-openapi-36b86--pr1244-bu0qur03.web.app (expires Fri, 16 Jan 2026 17:41:47 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: bf293780ee827f578864d92193b8c2866acd459f |
|
Thanks @mikemimik! Questions: Would it make sense to rename Could you clarify when to use templateGenerators vs markdownGenerators?
Use markdownGenerators to:
Use templateGenerators to:
Limited flexibility: Template generators take no arguments, so they can only return static templates. Was this intentional? Could passing context be useful for dynamic frontmatter? |
Description
Motivation and Context
templateplugin configuration property to be either a string or file path #1243mustachetemplates that are usedHow Has This Been Tested?
demo/packageScreenshots (if appropriate)
Types of changes
Checklist