More SEO improvements
This commit is contained in:
parent
84f756b79d
commit
ba6aeafc4c
@ -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)
|
||||
|
||||
|
||||
|
@ -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)
|
||||
|
||||
|
||||
|
@ -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)
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user