Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 26 additions & 4 deletions .vitepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { defineConfig } from 'vitepress'

// https://vitepress.dev/reference/site-config
export default defineConfig({
title: "XMapTools Documentation",
title: "XMapTools 4.5 Documentation",
description: "Free and versatile software solution for chemical maps analysis",
base: "/Documentation/",

Expand All @@ -20,6 +20,7 @@ export default defineConfig({
},
{ text: 'EPMA', link: '/doc-epma' },
{ text: 'LA-ICP-MS', link: '/doc-laicpms' },
{ text: 'External Functions', link: '/doc-ext-functions' },
{ text: 'Tutorials', link: '/tutorials' },
{ text: 'Videos', link: '/videos' }
],
Expand All @@ -42,11 +43,32 @@ export default defineConfig({
{ text: 'Data conversion', link: '/doc-epma#data-conversion-for-epma' },
{ text: 'Generation of mosaics', link: '/doc-epma#generation-of-mosaics' },
{ text: 'Importing calibrated data', link: '/doc-epma#importing-calibrated-data-from-epma-and-sem' },
{ text: 'Classification', link: '/doc-epma#classification' },
{ text: 'Calibration (EPMA)', link: '/doc-epma#calibration-epma' },
]
},
{ text: 'LA-ICP-MS', link: '/doc-laicpms',
items: [
{ text: 'File formats', link: '/doc-laicpms#file-formats-and-data-types' },
{ text: 'Converter module', link: '/doc-laicpms#converter-module' },
{ text: 'Calibration', link: '/doc-laicpms#calibration' },
]
},
{ text: 'External Functions', link: '/doc-ext-functions',
items: [
{ text: 'Structural formulas', link: '/doc-ext-functions#structural-formulas' },
{ text: 'Thermobarometry', link: '/doc-ext-functions#thermobarometry-and-other-methods' },
]
},
{ text: 'LA-ICP-MS', link: '/doc-laicpms' },
]
}
},
{
text: 'Other resources',
items: [
{ text: 'Tutorials', link: '/tutorials' },
{ text: 'Videos', link: '/videos' },
]
},
],

socialLinks: [
Expand All @@ -55,7 +77,7 @@ export default defineConfig({

footer: {
message: 'XMapTools - Quantitative compositional mapping',
copyright: 'Copyright © 2025 XMapTools'
copyright: 'Copyright © 2025–2026 XMapTools'
}
}
})
259 changes: 258 additions & 1 deletion doc-epma.md

Large diffs are not rendered by default.

Loading
Loading