We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31c3ab9 commit 19ee67fCopy full SHA for 19ee67f
src/components/docPage/index.tsx
@@ -86,6 +86,7 @@ export function DocPage({
86
<div className="overflow-hidden">
87
{leafNode && <Breadcrumbs leafNode={leafNode} />}{' '}
88
<Link
89
+ rel="nofollow"
90
className="float-right"
91
href={`/${pathname}.md`}
92
title="Markdown version of this page"
0 commit comments