Skip to content

Commit

Permalink
Add Advanced section to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
benfrankel committed Aug 19, 2024
1 parent 02e8658 commit e92999b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,13 @@
//! Tooltip::from_section("Hello, world!", TextStyle::default()),
//! ));
//! ```
//!
//! # Advanced
//!
//! To customize tooltip behavior, see [`Tooltip`].
//!
//! To set a custom primary tooltip, see [`TooltipPlugin`] and [`PrimaryTooltip`].
//! For fully custom per-entity tooltips, use [`TooltipEntity::Custom`].

mod context;
mod placement;
Expand Down

0 comments on commit e92999b

Please sign in to comment.