-
Notifications
You must be signed in to change notification settings - Fork 26
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
[feature] #306: Validate links post-build #405
[feature] #306: Validate links post-build #405
Conversation
Signed-off-by: Dmitry Balashov <[email protected]>
Signed-off-by: Dmitry Balashov <[email protected]>
Signed-off-by: Dmitry Balashov <[email protected]>
Signed-off-by: Dmitry Balashov <[email protected]>
Signed-off-by: Dmitry Balashov <[email protected]>
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Signed-off-by: Dmitry Balashov <[email protected]>
Signed-off-by: Dmitry Balashov <[email protected]>
Signed-off-by: Dmitry Balashov <[email protected]>
Signed-off-by: Dmitry Balashov <[email protected]>
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.
LGTM
Co-authored-by: William Richter <[email protected]> Signed-off-by: 0x009922 <[email protected]>
Co-authored-by: William Richter <[email protected]> Signed-off-by: 0x009922 <[email protected]>
@WRRicht3r, this PR is focused on functional changes and related documentation fixes. While I appreciate your suggestions on doc strings, they are technically outside the scope of this PR. I have included them this time, but in the future, I would prefer to keep PRs more granular. |
…er-iroha#405) * [feature]: implement links validation, without pub path Signed-off-by: Dmitry Balashov <[email protected]> * [feature]: resolve links with pub path Signed-off-by: Dmitry Balashov <[email protected]> * [feature]: refine reporting Signed-off-by: Dmitry Balashov <[email protected]> * [ci]: validate links Signed-off-by: Dmitry Balashov <[email protected]> * [refactor]: chores Signed-off-by: Dmitry Balashov <[email protected]> * [chore]: fix format Signed-off-by: Dmitry Balashov <[email protected]> * [ci]: workaround with FORCE_COLOR Signed-off-by: Dmitry Balashov <[email protected]> * [ci]: use FORCE_COLOR in gh-pages-deploy too Signed-off-by: Dmitry Balashov <[email protected]> * [docs]: fix broken links Signed-off-by: Dmitry Balashov <[email protected]> * Apply suggestions from code review Co-authored-by: William Richter <[email protected]> Signed-off-by: 0x009922 <[email protected]> * Update src/guide/advanced/running-iroha-on-bare-metal.md Co-authored-by: William Richter <[email protected]> Signed-off-by: 0x009922 <[email protected]> --------- Signed-off-by: Dmitry Balashov <[email protected]> Signed-off-by: 0x009922 <[email protected]> Co-authored-by: William Richter <[email protected]>
Closes #306