@@ -6,13 +6,12 @@ import footnote from "markdown-it-footnote";
6
6
// https://vitepress.dev/reference/site-config
7
7
export default defineConfig ( {
8
8
base : 'REPLACE_ME_DOCUMENTER_VITEPRESS' ,
9
- title : 'REPLACE_ME_DOCUMENTER_VITEPRESS ' ,
9
+ title : 'DimensionalData.jl ' ,
10
10
description : "Datasets with named dimensions" ,
11
11
lastUpdated : true ,
12
12
cleanUrls : true ,
13
13
outDir : 'REPLACE_ME_DOCUMENTER_VITEPRESS' , // This is required for MarkdownVitepress to work correctly...
14
- head : [ ] ,
15
- ignoreDeadLinks : true ,
14
+ head : [ [ 'link' , { rel : 'icon' , href : '/DimensionalData.jl/favicon.ico' } ] ] ,
16
15
17
16
markdown : {
18
17
math : true ,
@@ -28,7 +27,7 @@ export default defineConfig({
28
27
} ,
29
28
themeConfig : {
30
29
// https://vitepress.dev/reference/default-theme-config
31
- logo : { src : '/logoDD .png' , width : 24 , height : 24 } ,
30
+ logo : { src : '/logo .png' , width : 24 , height : 24 } ,
32
31
search : {
33
32
provider : 'local' ,
34
33
options : {
@@ -41,8 +40,9 @@ export default defineConfig({
41
40
{ text : 'Dimensions' , link : '/dimensions' } ,
42
41
{ text : 'DimArrays' , link : '/dimarrays' } ,
43
42
{ text : 'Selectors' , link : '/selectors' } ,
44
- { text : 'Integrations' , link : '/integrations' ,
43
+ { text : 'Integrations' ,
45
44
items : [
45
+ { text : 'Integrations' , link : '/integrations' } ,
46
46
{ text : 'Plots and Makie' , link : '/plots' } ,
47
47
{ text : 'Tables and DataFrames' , link : '/tables' } ,
48
48
{ text : 'CUDA and GPUs' , link : '/cuda' } ,
0 commit comments