fix: markdown to pdf spacing and added mermaid diagram support

This commit is contained in:
abdullahalam123
2025-12-29 14:32:12 +05:30
parent b4c77acee7
commit 8bae2b662a
22 changed files with 2457 additions and 58 deletions

View File

@@ -4,6 +4,7 @@ import { defineConfig } from 'vitepress'
export default defineConfig({
title: "BentoPDF Docs",
description: "Documentation for BentoPDF - The free, open-source, privacy-first PDF toolkit",
base: '/docs/',
themeConfig: {
// https://vitepress.dev/reference/default-theme-config
@@ -58,7 +59,7 @@ export default defineConfig({
},
socialLinks: [
{ icon: 'github', link: 'https://github.com/bentopdf/bentopdf' },
{ icon: 'github', link: 'https://github.com/alam00000/bentopdf' },
{ icon: 'discord', link: 'https://discord.gg/Bgq3Ay3f2w' }
],