Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Explain plugin refs in overview #1017

Merged
merged 13 commits into from
Apr 6, 2024
6 changes: 4 additions & 2 deletions site/docs/guide/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,14 @@ The documentation for grammY bots is divided into three layers.

**The first part** (you're looking at it!) explains how bots work and how to use grammY.
This is what you will use most often.
The _Learn_ section is always a good start.
The _Learn_ section is always a good start, as it explains all core concepts.
Also check out our great collection of _Plugins_, and have a look at the _Examples_.

**The second part** is the [grammY API reference](/ref/core/), linked at the top of the page.
**The second part** is the [grammY API reference](/ref/), linked at the top of the page.
This is a detailed overview of every single bit of code that grammY provides.
It is automatically generated from grammY's code and contains all of the useful tooltip explanations, normally found by hovering your cursor over any element of grammY in a code editor.
The same is true for every plugin in the grammY ecosystem.
In addition to appearing in the [overview of API references](/ref/), plugins have their API reference linked in the plugin summary at the bottom of each plugin page.

**The third part** is provided by Telegram and lists the raw definitions of the [HTTP API](https://core.telegram.org/bots/api) that grammY will connect to under the hood.
The grammY API reference links to it wherever that makes sense.
Expand Down
Loading