mirror of
https://github.com/go-task/task.git
synced 2026-05-18 13:15:41 +02:00
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:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user