More SEO improvements

This commit is contained in:
Daniil Gentili 2018-04-04 20:11:59 +02:00
parent 84f756b79d
commit ba6aeafc4c
3 changed files with 3 additions and 3 deletions

View File

@ -112,7 +112,7 @@ title: '.$type.'
description: constructors and methods of type '.$type.'
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
## Type: '.str_replace('_', '\\_', $type).'
# Type: '.str_replace('_', '\\_', $type).'
[Back to types index](index.md)

View File

@ -180,7 +180,7 @@ title: '.$data['predicate'].'
description: '.$description.'
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
## Constructor: '.str_replace('_', '\\_', $data['predicate'].$layer).'
# Constructor: '.str_replace('_', '\\_', $data['predicate'].$layer).'
[Back to constructors index](index.md)

View File

@ -173,7 +173,7 @@ title: '.$data['method'].'
description: '.$description.'
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
## Method: '.str_replace('_', '\\_', $data['method']).'
# Method: '.str_replace('_', '\\_', $data['method']).'
[Back to methods index](index.md)