Skip to content
This repository was archived by the owner on Sep 29, 2023. It is now read-only.

Commit a1b210d

Browse files
authored
Merge pull request #388 from appwrite/docs-cloud-alias
Create an alias for Appwrite Cloud in docs.
2 parents 2b8f1a1 + aff2dea commit a1b210d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/docs/service.phtml

+1-1
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ if (!\function_exists('skipLanguage')) {
230230
$selected = ($key === $version) ? ' selected' : '';
231231
?>
232232
<?php if(!in_array($sdk, ['rest-default', 'graphql-default']) || strcmp($key, "1.2.x") >= 0): ?>
233-
<option value="<?php echo $this->escape($key); ?>"<?php echo ($key === $sdk) ? ' selected' : ''; ?><?php echo $selected; ?>>Version <?php echo $this->escape($key); ?></option>
233+
<option value="<?php echo $this->escape($key); ?>"<?php echo ($key === $sdk) ? ' selected' : ''; ?><?php echo $selected; ?>><?php echo $this->escape($name); ?></option>
234234
<?php endif; ?>
235235
<?php endforeach; ?>
236236
</select>

0 commit comments

Comments
 (0)