Skip to content

Commit

Permalink
Add docs for backlinks
Browse files Browse the repository at this point in the history
  • Loading branch information
Keats committed Jul 25, 2022
1 parent 26026a8 commit 15a523b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/content/documentation/templates/pages-sections.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ relative_path: String;
lang: String;
// Information about all the available languages for that content, including the current page
translations: Array<TranslatedContent>;
// All the pages/sections linking this page: their permalink and a title if there is one
backlinks: Array<{permalink: String, title: String?}>;
```
## Section variables
Expand Down Expand Up @@ -100,6 +102,8 @@ relative_path: String;
lang: String;
// Information about all the available languages for that content
translations: Array<TranslatedContent>;
// All the pages/sections linking this page: their permalink and a title if there is one
backlinks: Array<{permalink: String, title: String?}>;
```
## Table of contents
Expand Down

0 comments on commit 15a523b

Please sign in to comment.