From 8402b7946eb9f5141e145ba8f973232d296c340f Mon Sep 17 00:00:00 2001 From: Manuel Cillero Date: Sat, 10 Feb 2024 00:53:24 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Doc=20tweaks?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- helpers/pagetop-build/README.md | 3 +++ helpers/pagetop-macros/README.md | 3 +++ packages/pagetop-admin/README.md | 3 +++ packages/pagetop-bootsier/README.md | 3 +++ packages/pagetop-bulmix/README.md | 3 +++ packages/pagetop-homedemo/README.md | 3 +++ packages/pagetop-node/README.md | 3 +++ packages/pagetop-user/README.md | 3 +++ 9 files changed, 26 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 207eeef7..f1731523 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@

PageTop

- [![License](https://img.shields.io/badge/license-MIT%2FApache-blue.svg?style=for-the-badge)](https://github.com/manuelcillero/pagetop#-license) + [![License](https://img.shields.io/badge/license-MIT%2FApache-blue.svg?style=for-the-badge)](#license) [![API Docs](https://img.shields.io/docsrs/pagetop?label=API%20Docs&style=for-the-badge&logo=Docs.rs)](https://docs.rs/pagetop) [![Crates.io](https://img.shields.io/crates/v/pagetop.svg?style=for-the-badge&logo=ipfs)](https://crates.io/crates/pagetop) [![Downloads](https://img.shields.io/crates/d/pagetop.svg?style=for-the-badge&logo=transmission)](https://crates.io/crates/pagetop) @@ -71,7 +71,7 @@ distinct role within the PageTop ecosystem: # 📜 License PageTop is free, open source and permissively licensed! Except where noted (below and/or in -individual files), all code in this repository is dual-licensed under either: +individual files), all code in this project is dual-licensed under either: * MIT License ([LICENSE-MIT](LICENSE-MIT) or https://opensource.org/licenses/MIT) diff --git a/helpers/pagetop-build/README.md b/helpers/pagetop-build/README.md index 58d42144..89e10d3f 100644 --- a/helpers/pagetop-build/README.md +++ b/helpers/pagetop-build/README.md @@ -1,6 +1,9 @@ Simplifies the process of embedding resources directly into binary files for **PageTop** applications. + +# 📦 About PageTop + [PageTop](https://docs.rs/pagetop) is an opinionated [Rust](https://www.rust-lang.org) web development framework to build secure and modular Server-Side Rendering (SSR) web solutions. diff --git a/helpers/pagetop-macros/README.md b/helpers/pagetop-macros/README.md index f106f3bd..f22754b7 100644 --- a/helpers/pagetop-macros/README.md +++ b/helpers/pagetop-macros/README.md @@ -1,5 +1,8 @@ A collection of procedural macros that enhance the development experience within **PageTop**. + +# 📦 About PageTop + [PageTop](https://docs.rs/pagetop) is an opinionated [Rust](https://www.rust-lang.org) web development framework to build secure and modular Server-Side Rendering (SSR) web solutions. diff --git a/packages/pagetop-admin/README.md b/packages/pagetop-admin/README.md index 1e73afff..1f5441ad 100644 --- a/packages/pagetop-admin/README.md +++ b/packages/pagetop-admin/README.md @@ -1,6 +1,9 @@ **PageTop** package that provides a unified interface for administrators to configure and manage package settings. + +# 📦 About PageTop + [PageTop](https://docs.rs/pagetop) is an opinionated [Rust](https://www.rust-lang.org) web development framework to build secure and modular Server-Side Rendering (SSR) web solutions. diff --git a/packages/pagetop-bootsier/README.md b/packages/pagetop-bootsier/README.md index 649f18cf..92efa382 100644 --- a/packages/pagetop-bootsier/README.md +++ b/packages/pagetop-bootsier/README.md @@ -1,6 +1,9 @@ **PageTop** theme that utilizes the [Bootstrap](https://getbootstrap.com/) framework to offer versatile page layouts and component stylings. + +# 📦 About PageTop + [PageTop](https://docs.rs/pagetop) is an opinionated [Rust](https://www.rust-lang.org) web development framework to build secure and modular Server-Side Rendering (SSR) web solutions. diff --git a/packages/pagetop-bulmix/README.md b/packages/pagetop-bulmix/README.md index 52091717..786762dc 100644 --- a/packages/pagetop-bulmix/README.md +++ b/packages/pagetop-bulmix/README.md @@ -1,6 +1,9 @@ **PageTop** theme that utilizes the [Bulma](https://bulma.io/) framework for sleek, responsive design elements. + +# 📦 About PageTop + [PageTop](https://docs.rs/pagetop) is an opinionated [Rust](https://www.rust-lang.org) web development framework to build secure and modular Server-Side Rendering (SSR) web solutions. diff --git a/packages/pagetop-homedemo/README.md b/packages/pagetop-homedemo/README.md index 0c688181..4bfeca59 100644 --- a/packages/pagetop-homedemo/README.md +++ b/packages/pagetop-homedemo/README.md @@ -1,5 +1,8 @@ Showcases a demo homepage, offering a glimpse into **PageTop's** capabilities. + +# 📦 About PageTop + [PageTop](https://docs.rs/pagetop) is an opinionated [Rust](https://www.rust-lang.org) web development framework to build secure and modular Server-Side Rendering (SSR) web solutions. diff --git a/packages/pagetop-node/README.md b/packages/pagetop-node/README.md index 06e89503..ac233849 100644 --- a/packages/pagetop-node/README.md +++ b/packages/pagetop-node/README.md @@ -1,6 +1,9 @@ **PageTop** package that enables the creation and customization of content types, enhancing website content management. + +# 📦 About PageTop + [PageTop](https://docs.rs/pagetop) is an opinionated [Rust](https://www.rust-lang.org) web development framework to build secure and modular Server-Side Rendering (SSR) web solutions. diff --git a/packages/pagetop-user/README.md b/packages/pagetop-user/README.md index 160aff28..6af871a5 100644 --- a/packages/pagetop-user/README.md +++ b/packages/pagetop-user/README.md @@ -1,6 +1,9 @@ Facilitates user management, including roles, permissions, and session handling, for applications built on **PageTop**. + +# 📦 About PageTop + [PageTop](https://docs.rs/pagetop) is an opinionated [Rust](https://www.rust-lang.org) web development framework to build secure and modular Server-Side Rendering (SSR) web solutions.