Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremiedb committed Feb 24, 2024
1 parent e130ad5 commit 762d418
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions docs/src/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import mathjax3 from "markdown-it-mathjax3";

// https://vitepress.dev/reference/site-config
export default defineConfig({
base: 'REPLACE_ME_WITH_DOCUMENTER_VITEPRESS_BASE_URL_WITH_TRAILING_SLASH',
base: 'REPLACE_ME_DOCUMENTER_VITEPRESS',
title: 'REPLACE_ME_DOCUMENTER_VITEPRESS',
description: "Docs for NeuroTreeModels.jl",
lastUpdated: true,
Expand All @@ -18,7 +18,7 @@ export default defineConfig({
markdown: {
math: true,
config(md) {
md.use(tabsMarkdownPlugin),
md.use(tabsMarkdownPlugin),
md.use(mathjax3)
// md.use(footnote)
},
Expand All @@ -44,15 +44,15 @@ export default defineConfig({
{ text: 'Quick start', link: '/quick-start' },
{ text: 'Design', link: '/design' },
{ text: 'Models', link: '/models' },
{ text: 'API', link: '/API' },
{
text: 'Tutorials',
items: [
{ text: 'Regression', link: '/tutorials/regression-boston' },
{ text: 'Logistic', link: '/tutorials/logistic-titanic' },
{ text: 'Classification', link: '/tutorials/classification-iris' },
]
},
{ text: 'API', link: '/API' }
// {
// text: 'Tutorials',
// items: [
// { text: 'Regression', link: '/tutorials/regression-boston' },
// { text: 'Logistic', link: '/tutorials/logistic-titanic' },
// { text: 'Classification', link: '/tutorials/classification-iris' },
// ]
// },
],

sidebar: 'REPLACE_ME_DOCUMENTER_VITEPRESS',
Expand Down

0 comments on commit 762d418

Please sign in to comment.