chore(website): remove controls to copy page content

This is part of the LLM plugin. It's distracting and not really useful.

We're keeping the markdown version of the pages, tho. Just append `.md`
to any page to see the markdown version.
This commit is contained in:
Andrey Nering
2026-04-15 16:39:20 -03:00
parent 4bea638b05
commit 6e37e3d7a7

View File

@@ -11,7 +11,7 @@ import {
import { team } from './team.ts';
import { taskDescription, taskName, ogUrl, ogImage } from './meta.ts';
import { fileURLToPath, URL } from 'node:url';
import llmstxt, { copyOrDownloadAsMarkdownButtons } from 'vitepress-plugin-llms';
import llmstxt from 'vitepress-plugin-llms';
const version = readFileSync(
resolve(__dirname, '../../internal/version/version.txt'),
@@ -119,7 +119,6 @@ export default defineConfig({
});
md.use(tabsMarkdownPlugin);
md.use(groupIconMdPlugin);
md.use(copyOrDownloadAsMarkdownButtons);
}
},
vite: {