Skip to content

Commit

Permalink
Moved migrations in folder
Browse files Browse the repository at this point in the history
  • Loading branch information
wiz0u committed Jul 23, 2024
1 parent f598f88 commit 8ad4fb6
Show file tree
Hide file tree
Showing 10 changed files with 18 additions and 8 deletions.
3 changes: 3 additions & 0 deletions book.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,6 @@ enable = true
[preprocessor.toc]
command = "mdbook-toc"
renderer = ["html"]

[output.html.redirect]
"Migration-Guide-to-Version-21.x.html" = "migrate/Migration-Guide-to-Version-21.x.html"
2 changes: 1 addition & 1 deletion src/4/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Advanced
# Advanced topics

- [Proxy](proxy.md)
- [Mini Apps](webapps.md)
Expand Down
2 changes: 1 addition & 1 deletion src/FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ To post to a specific group, there is an alternative solution:

### _23. How to upgrade my existing code? You keep breaking compatibility!_
A new lead developer (Wizou) is now in charge of the library and commits to reduce code-breaking changes in the future.
Version 21.x of the library have been much improved to facilitate [migration from previous versions](Migration-Guide-to-Version-21.x.md) of the library, and include a lot of helpers/implicit operators to simplify your code.
Version 21.x of the library have been much improved to facilitate [migration from previous versions](migrate/Migration-Guide-to-Version-21.x.md) of the library, and include a lot of helpers/implicit operators to simplify your code.

### _24. Can I use several apps/instance to manage my bot?_
You can call API methods (like sending messages) from several instances in parallel
Expand Down
12 changes: 6 additions & 6 deletions src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@
- [RSA Key](4/passport/key.md)
- [Decryption FAQ](4/passport/faq.md)
- [Login Widget](4/login-widget.md)
- [Migration guides to newer versions]()
- [Migrate to v14.*](Migration-Guide-to-Version-14.x.md)
- [Migrate to v17.*](Migration-Guide-to-Version-17.x.md)
- [Migrate to v18.*](Migration-Guide-to-Version-18.x.md)
- [Migrate to v19.*](Migration-Guide-to-Version-19.x.md)
- [Migrate to v21.*](Migration-Guide-to-Version-21.x.md)
- [Migration guides to newer versions](migrate/README.md)
- [Migrate to v14.*](migrate/Version-14.x.md)
- [Migrate to v17.*](migrate/Version-17.x.md)
- [Migrate to v18.*](migrate/Version-18.x.md)
- [Migrate to v19.*](migrate/Version-19.x.md)
- [Migrate to v21.*](migrate/Version-21.x.md)
- [FAQ](FAQ.md)
7 changes: 7 additions & 0 deletions src/migrate/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Migration guides to newer versions of the library

- [Migrate to v14.*](Version-14.x.md)
- [Migrate to v17.*](Version-17.x.md)
- [Migrate to v18.*](Version-18.x.md)
- [Migrate to v19.*](Version-19.x.md)
- [Migrate to v21.*](Version-21.x.md)
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 8ad4fb6

Please sign in to comment.