🚚 Rename "new_static_..!" macros to "static_..!"
This commit is contained in:
parent
088ffe7272
commit
0397036d95
12 changed files with 20 additions and 20 deletions
|
|
@ -59,7 +59,7 @@
|
|||
//! ```rust#ignore
|
||||
//! use pagetop::prelude::*;
|
||||
//!
|
||||
//! new_static_files!(guides);
|
||||
//! static_files!(guides);
|
||||
//! ```
|
||||
//!
|
||||
//! Also you can get the bundle as a static reference to the generated HashMap resources collection:
|
||||
|
|
@ -67,7 +67,7 @@
|
|||
//! ```rust#ignore
|
||||
//! use pagetop::prelude::*;
|
||||
//!
|
||||
//! new_static_files!(guides => BUNDLE_GUIDES);
|
||||
//! static_files!(guides => BUNDLE_GUIDES);
|
||||
//! ```
|
||||
//!
|
||||
//! You can build more than one resources file to compile with your project.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue