We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OMOPCDMCohortCreator.jl/docs/src/.vitepress/config.mts
Line 9 in f2451f5
import { defineConfig } from 'vitepress' import { tabsMarkdownPlugin } from 'vitepress-plugin-tabs' import mathjax3 from "markdown-it-mathjax3"; import footnote from "markdown-it-footnote"; import { transformerMetaWordHighlight } from '@shikijs/transformers'; // https://vitepress.dev/reference/site-config export default defineConfig({ base: 'REPLACE_ME_DOCUMENTER_VITEPRESS', // TODO: replace this in makedocs! title: 'REPLACE_ME_DOCUMENTER_VITEPRESS', description: 'REPLACE_ME_DOCUMENTER_VITEPRESS', lastUpdated: true, cleanUrls: true, outDir: 'REPLACE_ME_DOCUMENTER_VITEPRESS', // This is required for MarkdownVitepress to work correctly... head: [['link', { rel: 'icon', href: '/DocumenterVitepress.jl/dev/favicon.ico' }]], markdown: { math: true, config(md) { md.use(tabsMarkdownPlugin), md.use(mathjax3), md.use(footnote) }, theme: { light: "github-light", dark: "github-dark" }, codeTransformers: [ transformerMetaWordHighlight(), ], }, themeConfig: { outline: 'deep', // https://vitepress.dev/reference/default-theme-config logo: 'REPLACE_ME_DOCUMENTER_VITEPRESS', search: { provider: 'local', options: { detailedView: true } }, nav: [ { text: 'Home', link: '/' }, { text: 'Getting Started', link: '/getting_started' }, { text: 'Markdown', link: '/markdown-examples' }, { text: 'Code', link: '/code_example' }, { text: 'API', link: '/api' } ], sidebar: 'REPLACE_ME_DOCUMENTER_VITEPRESS', editLink: 'REPLACE_ME_DOCUMENTER_VITEPRESS', socialLinks: [ { icon: 'github', link: 'REPLACE_ME_DOCUMENTER_VITEPRESS' } ], footer: { message: 'Made with <a href="https://documenter.juliadocs.org/stable/" target="_blank"><strong>Documenter.jl</strong></a>, <a href="https://vitepress.dev" target="_blank"><strong>VitePress</strong></a> and <a href="https://luxdl.github.io/DocumenterVitepress.jl/stable/" target="_blank"><strong>DocumenterVitepress.jl</strong></a> <br>', copyright: `© Copyright ${new Date().getUTCFullYear()}.` } } })
The text was updated successfully, but these errors were encountered:
No branches or pull requests
OMOPCDMCohortCreator.jl/docs/src/.vitepress/config.mts
Line 9 in f2451f5
The text was updated successfully, but these errors were encountered: