Add documentation for archiving web pages (#1004)

This commit is contained in:
Sascha Ißbrücker
2025-03-06 19:13:35 +01:00
committed by GitHub
parent 6d3755f46a
commit 3ac0503843
2 changed files with 56 additions and 1 deletions

View File

@@ -27,10 +27,11 @@ export default defineConfig({
label: 'Guides',
items: [
{ label: 'Backups', slug: 'backups' },
{ label: 'Admin', slug: 'admin' },
{ label: 'Archiving', slug: 'archiving' },
{ label: 'Keyboard Shortcuts', slug: 'shortcuts' },
{ label: 'How To', slug: 'how-to' },
{ label: 'Troubleshooting', slug: 'troubleshooting' },
{ label: 'Admin', slug: 'admin' },
{ label: 'REST API', slug: 'api' },
],
},