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

Create an extension to generate a DocFX yaml content file #17

Open
Cloud-Awesome opened this issue Oct 18, 2021 · 1 comment
Open

Create an extension to generate a DocFX yaml content file #17

Cloud-Awesome opened this issue Oct 18, 2021 · 1 comment

Comments

@Cloud-Awesome
Copy link
Owner

Cloud-Awesome commented Oct 18, 2021

Admittedly, it's not markdown at all, but it's a very quick, simple and useful addition (c.f. the DocfxYamlHeader class) and fits well with the other DocFX functionality so may as well keep them all together!

Related to #15

e.g.

var landingPage = new DocfxYamlFile(someFolderLandingPage)
// where someFolderLandingPage is a POCO object, based on a JSON schema
@Cloud-Awesome
Copy link
Owner Author

A great test/use case/extension for this would be extending MdDocumentSet to accept an IEnumerable of classes and produce a set of markdown files, all following the same structure but with different data.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant