amp shiz
This commit is contained in:
parent
9d77dc0919
commit
e1f30e3c7a
13
README.md
13
README.md
@ -1,9 +1,16 @@
|
||||
# MadelineProto
|
||||
[![StyleCI](https://styleci.io/repos/61838413/shield)](https://styleci.io/repos/61838413)
|
||||
[![Build Status](https://travis-ci.org/danog/MadelineProto.svg?branch=master)](https://travis-ci.org/danog/MadelineProto)
|
||||
<p>
|
||||
<a href="https://styleci.io/repos/61838413">
|
||||
<img src="https://styleci.io/repos/61838413/shield" alt="StyleCI" />
|
||||
</a>
|
||||
<a href="https://travis-ci.org/danog/MadelineProto">
|
||||
<img src="https://travis-ci.org/danog/MadelineProto.svg?branch=master" alt="Build Status" />
|
||||
</a>
|
||||
</p>
|
||||
|
||||
|
||||
<img src='https://docs.madelineproto.xyz/logo.png' alt='MadelineProto logo' onmouseover="this.src='https://daniil.it/MadelineProto/logo-hover.png';" onmouseout="this.src='https://daniil.it/MadelineProto/logo.png';" />
|
||||
<img width='1000' height='300' layout='responsive' src='https://docs.madelineproto.xyz/logo.png' alt='MadelineProto logo' />
|
||||
|
||||
|
||||
Logo created by [Matthew Hesketh](http://matthewhesketh.com) (thanks again!).
|
||||
|
||||
|
@ -21,7 +21,7 @@ file_put_contents('docs/index.md', '---
|
||||
title: MadelineProto documentation
|
||||
description: PHP implementation of telegram\'s MTProto protocol
|
||||
---
|
||||
'.file_get_contents('README.md'));
|
||||
'.str_replace('<img', '<amp-img', file_get_contents('README.md')));
|
||||
|
||||
$docs = [
|
||||
[
|
||||
|
@ -3,11 +3,18 @@ title: MadelineProto documentation
|
||||
description: PHP implementation of telegram's MTProto protocol
|
||||
---
|
||||
# MadelineProto
|
||||
[![StyleCI](https://styleci.io/repos/61838413/shield)](https://styleci.io/repos/61838413)
|
||||
[![Build Status](https://travis-ci.org/danog/MadelineProto.svg?branch=master)](https://travis-ci.org/danog/MadelineProto)
|
||||
<p>
|
||||
<a href="https://styleci.io/repos/61838413">
|
||||
<amp-img src="https://styleci.io/repos/61838413/shield" alt="StyleCI" />
|
||||
</a>
|
||||
<a href="https://travis-ci.org/danog/MadelineProto">
|
||||
<amp-img src="https://travis-ci.org/danog/MadelineProto.svg?branch=master" alt="Build Status" />
|
||||
</a>
|
||||
</p>
|
||||
|
||||
|
||||
<img src='https://docs.madelineproto.xyz/logo.png' alt='MadelineProto logo' onmouseover="this.src='https://daniil.it/MadelineProto/logo-hover.png';" onmouseout="this.src='https://daniil.it/MadelineProto/logo.png';" />
|
||||
<amp-img width='1000' height='300' layout='responsive' src='https://docs.madelineproto.xyz/logo.png' alt='MadelineProto logo' />
|
||||
|
||||
|
||||
Logo created by [Matthew Hesketh](http://matthewhesketh.com) (thanks again!).
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user