File tree 3 files changed +2
-5
lines changed
1_guide/10_configuration/3_multisite-setup
3_cookbook/0_development-deployment/0_multisite-variant
3 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 1
1
Title: Multisite configuration
2
2
3
-
4
3
----
5
4
6
-
7
5
Description: Run multiple sites from the same Kirby installation.
8
6
9
7
----
@@ -12,7 +10,6 @@ Authors: - authors/sonja-broda
12
10
13
11
----
14
12
15
-
16
13
Category: configuration
17
14
18
15
----
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ The following setup was tested on Linux OS (Ubuntu 18.04 and Debian 9) together
34
34
35
35
## In the filesystem
36
36
37
- The proposed filesystem layout in (link: docs/quicktips/ multisite text: the above-mentioned recipe) looks like this:
37
+ The proposed filesystem layout in (link: / docs/guide/configuration/ multisite-setup text: the above-mentioned recipe) looks like this:
38
38
39
39
```filesystem
40
40
kirby/
Original file line number Diff line number Diff line change 104
104
'multi-site ' => [
105
105
'text ' => 'Multi-site setup ' ,
106
106
'icon ' => 'sitemap ' ,
107
- 'link ' => '/docs/quicktips/ multisite '
107
+ 'link ' => '/docs/guide/configuration/ multisite-setup '
108
108
],
109
109
];
You can’t perform that action at this time.
0 commit comments