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 markdown documentation-as-code mechanics #15

Open
MarcinCelej opened this issue Feb 18, 2022 · 0 comments
Open

Add markdown documentation-as-code mechanics #15

MarcinCelej opened this issue Feb 18, 2022 · 0 comments

Comments

@MarcinCelej
Copy link
Member

Sample:

           yield return new Markdown.Header3("First step: business requirements gathering");
            yield return new Markdown.Paragraph("Quite often you might hear during analysis phase of your project such words:");
            yield return new Markdown.Quote("When withdraw limit is set, withdrawn amount cannot exceed the limit");
            yield return new Markdown.Paragraph("When you hear such sentence just start your development by writing it down like that:");
```
MarcinCelej added a commit that referenced this issue Feb 18, 2022
…e internalized into different projects as linked file
MarcinCelej added a commit that referenced this issue Feb 18, 2022
…reading /// comments for class and generating markdown documentation approval file
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