Skip to content

Commit 846c0e3

Browse files
authored
Rebuild install script generator (hestiacp#4057)
* Fix Norwegian typo * Rebuild install script generator * Refactor to define <select> options within options.js * Refactor to simplify * Default PHP-FPM to no * Fix padding * Tidy * Tidy Teams content
1 parent 4153e6c commit 846c0e3

File tree

11 files changed

+479
-587
lines changed

11 files changed

+479
-587
lines changed

docs/.vitepress/theme/components/InstallOptions.vue

Lines changed: 0 additions & 340 deletions
This file was deleted.

docs/.vitepress/theme/components/InstallOptionsSection.vue

Lines changed: 0 additions & 29 deletions
This file was deleted.

docs/.vitepress/theme/components/InstallPage.vue

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,4 @@
88
.InstallPage {
99
line-height: 1.5;
1010
}
11-
.InstallPage :deep(.container) {
12-
display: flex;
13-
flex-direction: column;
14-
margin: 0 auto;
15-
max-width: 1152px;
16-
}
17-
18-
.InstallPage :deep(a) {
19-
font-weight: 500;
20-
color: var(--vp-c-brand);
21-
text-decoration-style: dotted;
22-
transition: color 0.25s;
23-
}
24-
25-
.InstallPage :deep(a:hover) {
26-
color: var(--vp-c-brand-dark);
27-
}
2811
</style>

0 commit comments

Comments
 (0)