feat: add X link and first blog post#9
Conversation
Add hype_markdown X account link to header and footer navigation. Add first blog post: single-source documentation workflow tutorial.
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 2ccd55dad0
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| ```bash | ||
| go install github.com/you/tool@latest | ||
| ``` |
There was a problem hiding this comment.
Use literal code fences in embedded hype.md example
The hype.md example escapes backticks as ` inside a fenced markdown block, so readers will see/copy the entity text instead of real triple backticks when following the tutorial. In CommonMark-style renderers, entities are not decoded inside code blocks, so this produces an invalid nested fence in the copied file and the install snippet won’t render as intended in the generated README.
Useful? React with 👍 / 👎.
Summary
Test plan
/single-source-docs/hype blog buildsucceeds with no warnings (13 articles)