Skip to content

Commit 1242e4d

Browse files
committed
docs(php-tokio): move documentation into separate section
Refs: #322
1 parent 037dbe4 commit 1242e4d

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

guide/src/SUMMARY.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,19 +24,21 @@
2424
- [Class Object](./types/class_object.md)
2525
- [Closure](./types/closure.md)
2626
- [Functions & methods](./types/functions.md)
27-
- [Async futures](./macros/async_impl.md)
2827
- [Macros](./macros/index.md)
2928
- [Module](./macros/module.md)
3029
- [Function](./macros/function.md)
3130
- [Classes](./macros/classes.md)
3231
- [`impl`s](./macros/impl.md)
33-
- [async `impl`s](./macros/async_impl.md)
3432
- [Constants](./macros/constant.md)
3533
- [PHP Functions](./macros/extern.md)
3634
- [`ZvalConvert`](./macros/zval_convert.md)
3735
- [Exceptions](./exceptions.md)
3836
- [INI Settings](./ini-settings.md)
3937

38+
# Advanced Topics
39+
40+
- [Async](./advanced/async_impl.md)
41+
4042
# Migration Guides
4143
---
4244
[v0.14](./migration-guides/v0.14.md)
File renamed without changes.

0 commit comments

Comments
 (0)