diff options
Diffstat (limited to 'docs/pages/3-features')
| -rw-r--r-- | docs/pages/3-features/2-general-renderer.md | 3 | ||||
| -rw-r--r-- | docs/pages/3-features/3-comp.md | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/pages/3-features/2-general-renderer.md b/docs/pages/3-features/2-general-renderer.md index ec5474f..c3b81a2 100644 --- a/docs/pages/3-features/2-general-renderer.md +++ b/docs/pages/3-features/2-general-renderer.md @@ -45,8 +45,7 @@ struct YourInfo { } ``` -> 💡 Tips -> +> [!Tip] > If there are types that do not implement `serde::Serialize`, compilation will fail. ## Import GeneralRendererSetup diff --git a/docs/pages/3-features/3-comp.md b/docs/pages/3-features/3-comp.md index a871d10..259e174 100644 --- a/docs/pages/3-features/3-comp.md +++ b/docs/pages/3-features/3-comp.md @@ -112,6 +112,7 @@ fn main() { `build_comp_scripts` will generate the corresponding completion scripts based on your platform and output them to the `target` directory. +> [!Note] > The completion script does not contain the actual completion logic; > > it is just a thin invocation layer. |
