From 37ab58024569319076d063cf37f58b6e22e22418 Mon Sep 17 00:00:00 2001 From: Daniil Gentili Date: Fri, 28 Feb 2020 21:39:14 +0100 Subject: [PATCH] docufix --- docs/docs/ASYNC.md | 1 + docs/index.md | 1 + 2 files changed, 2 insertions(+) diff --git a/docs/docs/ASYNC.md b/docs/docs/ASYNC.md index 567495ef..5ac387b4 100644 --- a/docs/docs/ASYNC.md +++ b/docs/docs/ASYNC.md @@ -33,6 +33,7 @@ Powered by [amphp](https://amphp.org), MadelineProto wraps the AMPHP APIs to pro * [SignalLoop](#signalloop) * [ResumableSignalLoop](#resumablesignalloop) * [GenericLoop](#genericloop) + * [PeriodicLoop](#periodicloop) ## Usage diff --git a/docs/index.md b/docs/index.md index 6540d9db..9f33d054 100644 --- a/docs/index.md +++ b/docs/index.md @@ -182,6 +182,7 @@ You can find examples for nearly every MadelineProto function in * [SignalLoop](https://docs.madelineproto.xyz/docs/ASYNC.html#signalloop) * [ResumableSignalLoop](https://docs.madelineproto.xyz/docs/ASYNC.html#resumablesignalloop) * [GenericLoop](https://docs.madelineproto.xyz/docs/ASYNC.html#genericloop) + * [PeriodicLoop](https://docs.madelineproto.xyz/docs/ASYNC.html#periodicloop) * [Using methods](https://docs.madelineproto.xyz/docs/USING_METHODS.html) * [FULL API Documentation with descriptions](https://docs.madelineproto.xyz/API_docs/methods/) * [Logout](https://docs.madelineproto.xyz/logout.html)