You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-7
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ but if you don't, the search field doesn't appear in the sidebar.
47
47
1. To run the docs alone, clone this repository and install dependencies:
48
48
49
49
```bash
50
-
cd sites/platform # or cd sites/friday
50
+
cd sites/platform # or cd sites/upsun
51
51
npm install
52
52
```
53
53
@@ -161,15 +161,15 @@ When you add a white label documentation, you want vendor-specific values, such
161
161
162
162
For example, if you add a white label documentation for a product called MyGreatProduct,
163
163
you want every instance of `Platform.sh` and `Platform.sh CLI` to be automatically substituted by `MyGreatProduct` and `MyGreatProduct CLI` respectively.
164
-
To achieve that result, use the settings placeholders defined in the `sites/friday/config/_default/params.yaml` file:
164
+
To achieve that result, use the settings placeholders defined in the `sites/upsun/config/_default/params.yaml` file:
165
165
166
166
```yaml
167
167
# Vendorization
168
168
vendor:
169
-
name: Deploy Friday
170
-
cli: friday
171
-
env_prefix: FRIDAY
172
-
config_dir: .friday
169
+
name: Upsun
170
+
cli: upsun
171
+
env_prefix: PLATFORM
172
+
config_dir: .upsun
173
173
```
174
174
175
175
Each of them can be used in any templates (HTML or MarkDown) using shortcodes:
@@ -207,7 +207,7 @@ To do so, you could implement the following file structure:
printf"Upsun appears %d times in the platform index.\nUpsun appears %d times in the Upsun index.\n""${upsunOccurrenceInPsh}""${upsunOccurrenceInUpsun}"
50
50
printf"Platform appears %d times in the platform index.\nPlatform appears %d times in the Upsun index.\n""${pshOccurrenceInPsh}""${pshOccurrenceInUpsun}"
@@ -62,25 +62,25 @@ getDocsData() {
62
62
63
63
# Delete templates index in the mount if it exists
0 commit comments