Add docs for backlinks
This commit is contained in:
parent
26026a8a64
commit
15a523b624
@ -54,6 +54,8 @@ relative_path: String;
|
|||||||
lang: String;
|
lang: String;
|
||||||
// Information about all the available languages for that content, including the current page
|
// Information about all the available languages for that content, including the current page
|
||||||
translations: Array<TranslatedContent>;
|
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
|
## Section variables
|
||||||
@ -100,6 +102,8 @@ relative_path: String;
|
|||||||
lang: String;
|
lang: String;
|
||||||
// Information about all the available languages for that content
|
// Information about all the available languages for that content
|
||||||
translations: Array<TranslatedContent>;
|
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
|
## Table of contents
|
||||||
|
Loading…
x
Reference in New Issue
Block a user