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

Commit b98b83f

Browse files
committed
Merge branch 'main' of github.com:appwrite/docs into main
2 parents 2d1e8a2 + d7d4326 commit b98b83f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/views/docs/environment-variables.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ $markdown->setSafeMode(true);
3131
$description = $node['description'] ?? '';
3232
?>
3333

34-
<h2 id="<?php echo $this->escape(strtolower(str_replace(' ', '_', $category))); ?>"><?php echo $this->escape($category); ?></h2>
34+
<h2 id="<?php echo $this->escape(strtolower(str_replace(' ', '_', $category))); ?>"><a href="/docs/environment-variables#<?php echo $this->escape(strtolower(str_replace(' ', '_', $category))); ?>"><?php echo $this->escape($category); ?></a></h2>
3535

3636
<?php if($description): ?>
3737
<p><?php echo $markdown->text($this->escape($description)); ?></p>

app/views/docs/service.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ $paramSDK = (!empty($sdk)) ? '?sdk='.$sdk : '';
277277
<div class="row responsive">
278278
<div class="col span-7">
279279
<h2 class="margin-bottom">
280-
<a href="/docs/<?php echo $this->escape($family); ?>/<?php echo $serviceName; ?>#<?php echo $operation['operationId']; ?>" id="<?php echo $operation['operationId']; ?>"><?php echo $this->escape($title); ?></a>
280+
<a href="/docs/<?php echo $this->escape($family); ?>/<?php echo $serviceName; ?>#<?php echo $operation['operationId']; ?>" id="<?php echo $operation['operationId']; ?>" class="references"><?php echo $this->escape($title); ?></a>
281281
</h2>
282282

283283
<div>

0 commit comments

Comments
 (0)