Docs/components v2 :wires: (#3162)

* new pages :3

* fimished intro page

* fimished interaction page

* remove unused shit

* I think we are done lmao

* I lied, fixed some small mistakes

* Update docs/guides/components_v2/interaction.md

Co-authored-by: Mihail Gribkov <61027276+Misha-133@users.noreply.github.com>

* misha quality assurance :3 + breakings pages

* Apply suggestions from code review

Co-authored-by: Mihail Gribkov <61027276+Misha-133@users.noreply.github.com>

* component types guide expanded

* :3

* Apply suggestions from code review

Co-authored-by: Mihail Gribkov <61027276+Misha-133@users.noreply.github.com>

---------

Co-authored-by: Mihail Gribkov <61027276+Misha-133@users.noreply.github.com>
This commit is contained in:
Adriaan Waem
2025-07-18 21:14:24 +02:00
committed by GitHub
parent 80b4328578
commit cf66ab4520
20 changed files with 455 additions and 5 deletions

View File

@@ -1,7 +1,11 @@
- name: Introduction
topicUid: Guides.Introduction
- name: V2 to V3 Guide
topicUid: Guides.V2V3Guide
- name: Breakings
items:
- name: V2 to V3 Guide
topicUid: Guides.Breakings.V2V3Guide
- name: V3.18
topicUid: Guides.Breakings.V3_18
- name: Getting Started
items:
- name: Installation
@@ -102,6 +106,14 @@
topicUid: Guides.MessageComponents.TextInputs
- name: Advanced Concepts
topicUid: Guides.MessageComponents.Advanced
- name: Components V2
items:
- name: Introduction
topicUid: Guides.ComponentsV2.Intro
- name: Advanced
topicUid: Guides.ComponentsV2.Advanced
- name: Interacting with Components
topicUid: Guides.ComponentsV2.Interaction
- name: Modal Basics
items:
- name: Introduction