-
Notifications
You must be signed in to change notification settings - Fork 265
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
Migrate documentation to docfx #850
Conversation
I would like to inform you that documentation release now is decoupled from package release. After merge this PR:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice! Is there a sample build to view? (is there much output diff compared to previously generated site?
docs/index.md
Outdated
<pre> | ||
|
||
```text | ||
ReceivedCallsException : Expected to receive a call matching: | ||
Add(1, 2) | ||
Actually received no matching calls. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
question: do we need both <pre />
and code fence (triple back-tick) here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
removed
you can check it locally if you git pull this branch
|
Changes:
related: #269