Skip to content

Commit 2723c82

Browse files
committed
docs: update images
1 parent 3b93f2f commit 2723c82

File tree

18 files changed

+59
-9
lines changed

18 files changed

+59
-9
lines changed

docs/.vitepress/config.ts

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@ export default defineConfig({
77
head: [['link', { rel: 'icon', href: '/favicon.ico' }]],
88
themeConfig: {
99
logo: '/logo.svg',
10-
nav: [{ text: 'Home', link: '/' }],
10+
nav: [
11+
{ text: 'Home', link: '/' },
12+
{ text: 'Changelog', link: '/changelog' },
13+
],
1114
sidebar: [
1215
{
1316
text: 'Getting Started',
@@ -25,9 +28,21 @@ export default defineConfig({
2528
{ text: 'Configuration', link: '/Configuration' },
2629
{ text: 'Nix', link: '/Nix' },
2730
{ text: 'NixOS', link: '/NixOS-options' },
28-
{ text: 'Security', link: '/SECURITY' },
29-
{ text: 'Contributing', link: '/CONTRIBUTING' },
30-
{ text: 'Changelog', link: '/CHANGELOG' },
31+
{
32+
text: 'Features',
33+
items: [
34+
{ text: 'Single Sign-On (SSO)', link: '/features/sso' },
35+
{ text: 'Headplane Agent / SSH', link: '/features/agent' },
36+
],
37+
},
38+
{
39+
text: 'Development',
40+
collapsed: true,
41+
items: [
42+
{ text: 'Contributing', link: '/contributing' },
43+
{ text: 'Security', link: '/security' },
44+
],
45+
},
3146
],
3247
},
3348
],

docs/.vitepress/theme/custom.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,13 @@ html.dark .light-only {
55
html:not(.dark) .dark-only {
66
display: none !important;
77
}
8+
9+
figure {
10+
padding: 1em;
11+
}
12+
13+
figcaption {
14+
text-align: center;
15+
font-size: 0.9em;
16+
margin-top: 0.5em;
17+
}

docs/assets/acls-dark.png

92.8 KB
Loading

docs/assets/acls-light.png

89.6 KB
Loading

docs/assets/dns-dark.png

21.1 KB
Loading

docs/assets/dns-light.png

17.6 KB
Loading

docs/assets/machine-dark.png

47.1 KB
Loading

docs/assets/machine-light.png

43.6 KB
Loading

docs/assets/preview-dark.png

24.2 KB
Loading

docs/assets/preview-light.png

20.5 KB
Loading

0 commit comments

Comments
 (0)