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

Add DocFx metadata element #1

Closed
Cloud-Awesome opened this issue Aug 10, 2021 · 1 comment
Closed

Add DocFx metadata element #1

Cloud-Awesome opened this issue Aug 10, 2021 · 1 comment

Comments

@Cloud-Awesome
Copy link
Owner

e.g. something to replace this:

var docfxMetadata = 
    "---" + Environment.NewLine +
    "uid: this_is_a_tester" + Environment.NewLine +
    "---";

new MdDocFxMetadata(key, value)

@Cloud-Awesome
Copy link
Owner Author

This maybe needs a yaml generator class too...

e.g.

---
documentType: tester
seeAlso:
  - uid: this_is_a_uid
    name: New page
  - uid: this_is_another_uid
    name: Second page
---

Consider whether this is a new class within the md maker, or a separate project for yml..?

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