Skip to content

Commit 5ae9461

Browse files
tannerlinsleyclaudeautofix-ci[bot]
authored
docs: Create markdown import and rendering guide (#6150)
* docs(start): add guide for rendering markdown content Add comprehensive guide covering two methods for importing and rendering markdown in TanStack Start applications: - Static markdown with content-collections for build-time loading - Dynamic markdown fetched from GitHub or remote sources at runtime Includes setup for unified/remark/rehype pipeline, code highlighting with Shiki, and practical examples for blog posts and documentation pages. * ci: apply automated fixes * docs(start): add rendering-markdown to navigation config --------- Co-authored-by: Claude <noreply@anthropic.com> Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
1 parent 05408f8 commit 5ae9461

File tree

2 files changed

+509
-0
lines changed

2 files changed

+509
-0
lines changed

docs/start/config.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,10 @@
164164
{
165165
"label": "Tailwind CSS Integration",
166166
"to": "framework/react/guide/tailwind-integration"
167+
},
168+
{
169+
"label": "Rendering Markdown",
170+
"to": "framework/react/guide/rendering-markdown"
167171
}
168172
]
169173
},

0 commit comments

Comments
 (0)