|
|
@@ -53,13 +53,13 @@ export default defineConfig({
|
|
|
/** @returns {import("vitepress").DefaultTheme.NavItem[]} */
|
|
|
function nav() {
|
|
|
return [
|
|
|
- { text: 'Features', link: '/features.md' },
|
|
|
- { text: 'Install', link: '/install.md' },
|
|
|
- { text: 'Documentation', link: '/docs/introduction/getting-started.md', activeMatch: '/docs/' },
|
|
|
- { text: 'Team', link: '/team.md' },
|
|
|
+ { text: 'Features', link: '/features' },
|
|
|
+ { text: 'Install', link: '/install' },
|
|
|
+ { text: 'Documentation', link: '/docs/introduction/getting-started', activeMatch: '/docs/' },
|
|
|
+ { text: 'Team', link: '/team' },
|
|
|
{ text: 'Demo', link: 'https://demo.hestiacp.com:8083/' },
|
|
|
{ text: 'Forum', link: 'https://forum.hestiacp.com/' },
|
|
|
- { text: 'Donate', link: '/donate.md' },
|
|
|
+ { text: 'Donate', link: '/donate' },
|
|
|
{
|
|
|
text: `v${version}`,
|
|
|
items: [
|
|
|
@@ -86,77 +86,77 @@ function sidebarDocs() {
|
|
|
text: 'Introduction',
|
|
|
collapsed: false,
|
|
|
items: [
|
|
|
- { text: 'Getting started', link: '/docs/introduction/getting-started.md' },
|
|
|
- { text: 'Best practices', link: '/docs/introduction/best-practices.md' },
|
|
|
+ { text: 'Getting started', link: '/docs/introduction/getting-started' },
|
|
|
+ { text: 'Best practices', link: '/docs/introduction/best-practices' },
|
|
|
],
|
|
|
},
|
|
|
{
|
|
|
text: 'User guide',
|
|
|
collapsed: false,
|
|
|
items: [
|
|
|
- { text: 'Account', link: '/docs/user-guide/account.md' },
|
|
|
- { text: 'Backups', link: '/docs/user-guide/backups.md' },
|
|
|
- { text: 'Cron jobs', link: '/docs/user-guide/cron-jobs.md' },
|
|
|
- { text: 'Databases', link: '/docs/user-guide/databases.md' },
|
|
|
- { text: 'DNS', link: '/docs/user-guide/dns.md' },
|
|
|
- { text: 'File manager', link: '/docs/user-guide/file-manager.md' },
|
|
|
- { text: 'Mail domains', link: '/docs/user-guide/mail-domains.md' },
|
|
|
- { text: 'Notifications', link: '/docs/user-guide/notifications.md' },
|
|
|
- { text: 'Packages', link: '/docs/user-guide/packages.md' },
|
|
|
- { text: 'Statistics', link: '/docs/user-guide/statistics.md' },
|
|
|
- { text: 'Users', link: '/docs/user-guide/users.md' },
|
|
|
- { text: 'Web domains', link: '/docs/user-guide/web-domains.md' },
|
|
|
+ { text: 'Account', link: '/docs/user-guide/account' },
|
|
|
+ { text: 'Backups', link: '/docs/user-guide/backups' },
|
|
|
+ { text: 'Cron jobs', link: '/docs/user-guide/cron-jobs' },
|
|
|
+ { text: 'Databases', link: '/docs/user-guide/databases' },
|
|
|
+ { text: 'DNS', link: '/docs/user-guide/dns' },
|
|
|
+ { text: 'File manager', link: '/docs/user-guide/file-manager' },
|
|
|
+ { text: 'Mail domains', link: '/docs/user-guide/mail-domains' },
|
|
|
+ { text: 'Notifications', link: '/docs/user-guide/notifications' },
|
|
|
+ { text: 'Packages', link: '/docs/user-guide/packages' },
|
|
|
+ { text: 'Statistics', link: '/docs/user-guide/statistics' },
|
|
|
+ { text: 'Users', link: '/docs/user-guide/users' },
|
|
|
+ { text: 'Web domains', link: '/docs/user-guide/web-domains' },
|
|
|
],
|
|
|
},
|
|
|
{
|
|
|
text: 'Server administration',
|
|
|
collapsed: false,
|
|
|
items: [
|
|
|
- { text: 'Backup & restore', link: '/docs/server-administration/backup-restore.md' },
|
|
|
- { text: 'Configuration', link: '/docs/server-administration/configuration.md' },
|
|
|
- { text: 'Customisation', link: '/docs/server-administration/customisation.md' },
|
|
|
- { text: 'Databases & phpMyAdmin', link: '/docs/server-administration/databases.md' },
|
|
|
- { text: 'DNS clusters & DNSSEC', link: '/docs/server-administration/dns.md' },
|
|
|
- { text: 'Email', link: '/docs/server-administration/email.md' },
|
|
|
- { text: 'File manager', link: '/docs/server-administration/file-manager.md' },
|
|
|
- { text: 'Firewall', link: '/docs/server-administration/firewall.md' },
|
|
|
- { text: 'OS upgrades', link: '/docs/server-administration/os-upgrades.md' },
|
|
|
- { text: 'Rest API', link: '/docs/server-administration/rest-api.md' },
|
|
|
- { text: 'SSL certificates', link: '/docs/server-administration/ssl-certificates.md' },
|
|
|
- { text: 'Web templates & caching', link: '/docs/server-administration/web-templates.md' },
|
|
|
- { text: 'Troubleshooting', link: '/docs/server-administration/troubleshooting.md' },
|
|
|
+ { text: 'Backup & restore', link: '/docs/server-administration/backup-restore' },
|
|
|
+ { text: 'Configuration', link: '/docs/server-administration/configuration' },
|
|
|
+ { text: 'Customisation', link: '/docs/server-administration/customisation' },
|
|
|
+ { text: 'Databases & phpMyAdmin', link: '/docs/server-administration/databases' },
|
|
|
+ { text: 'DNS clusters & DNSSEC', link: '/docs/server-administration/dns' },
|
|
|
+ { text: 'Email', link: '/docs/server-administration/email' },
|
|
|
+ { text: 'File manager', link: '/docs/server-administration/file-manager' },
|
|
|
+ { text: 'Firewall', link: '/docs/server-administration/firewall' },
|
|
|
+ { text: 'OS upgrades', link: '/docs/server-administration/os-upgrades' },
|
|
|
+ { text: 'Rest API', link: '/docs/server-administration/rest-api' },
|
|
|
+ { text: 'SSL certificates', link: '/docs/server-administration/ssl-certificates' },
|
|
|
+ { text: 'Web templates & caching', link: '/docs/server-administration/web-templates' },
|
|
|
+ { text: 'Troubleshooting', link: '/docs/server-administration/troubleshooting' },
|
|
|
],
|
|
|
},
|
|
|
{
|
|
|
text: 'Contributing',
|
|
|
collapsed: false,
|
|
|
items: [
|
|
|
- { text: 'Building Packages', link: '/docs/contributing/building.md' },
|
|
|
- { text: 'Development', link: '/docs/contributing/development.md' },
|
|
|
- { text: 'Documentation', link: '/docs/contributing/documentation.md' },
|
|
|
- { text: 'Quick install app', link: '/docs/contributing/quick-install-app.md' },
|
|
|
- { text: 'Testing', link: '/docs/contributing/testing.md' },
|
|
|
- { text: 'Translations', link: '/docs/contributing/translations.md' },
|
|
|
+ { text: 'Building Packages', link: '/docs/contributing/building' },
|
|
|
+ { text: 'Development', link: '/docs/contributing/development' },
|
|
|
+ { text: 'Documentation', link: '/docs/contributing/documentation' },
|
|
|
+ { text: 'Quick install app', link: '/docs/contributing/quick-install-app' },
|
|
|
+ { text: 'Testing', link: '/docs/contributing/testing' },
|
|
|
+ { text: 'Translations', link: '/docs/contributing/translations' },
|
|
|
],
|
|
|
},
|
|
|
{
|
|
|
text: 'Community',
|
|
|
collapsed: false,
|
|
|
items: [
|
|
|
- { text: 'Hestia Nginx Cache', link: '/docs/community/hestia-nginx-cache.md' },
|
|
|
+ { text: 'Hestia Nginx Cache', link: '/docs/community/hestia-nginx-cache' },
|
|
|
{
|
|
|
text: 'Ioncube installer for Hestia',
|
|
|
- link: '/docs/community/ioncube-hestia-installer.md',
|
|
|
+ link: '/docs/community/ioncube-hestia-installer',
|
|
|
},
|
|
|
- { text: 'Install script generator', link: '/docs/community/install-script-generator.md' },
|
|
|
+ { text: 'Install script generator', link: '/docs/community/install-script-generator' },
|
|
|
],
|
|
|
},
|
|
|
{
|
|
|
text: 'Reference',
|
|
|
collapsed: false,
|
|
|
items: [
|
|
|
- { text: 'API', link: '/docs/reference/api.md' },
|
|
|
- { text: 'CLI', link: '/docs/reference/cli.md' },
|
|
|
+ { text: 'API', link: '/docs/reference/api' },
|
|
|
+ { text: 'CLI', link: '/docs/reference/cli' },
|
|
|
],
|
|
|
},
|
|
|
];
|