docs: build working

This commit is contained in:
Emerson Bottero
2022-09-23 23:33:24 -03:00
parent a96c5ed83a
commit 87911f4a56
8 changed files with 118 additions and 4055 deletions

View File

@@ -1,5 +1,5 @@
import { version } from '../../package.json';
import MermaidMarkdown from './mermaid-markdown-all';
import ExampleMarkdown from './mermaid-markdown-all';
import { defineConfig } from 'vitepress';
export default defineConfig({
@@ -7,7 +7,7 @@ export default defineConfig({
title: 'Mermaid',
description: 'Create diagrams and visualizations using text and code.',
base: '/mermaid-docs/',
markdown: MermaidMarkdown,
markdown: ExampleMarkdown,
themeConfig: {
nav: nav(),