From 017bdf57e5f52c70dec4a55c73a857a91ed281ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20P=C3=A9rez?= Date: Wed, 14 Aug 2024 18:55:27 +0100 Subject: [PATCH] chore: fix content --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 75285a5..de79544 100644 --- a/README.md +++ b/README.md @@ -17,9 +17,9 @@ with **Control access** via [authorizations](./docs/auths.md), fully customizab Can use one server instance for all Documentations in contexts/use-cases with sessions, users/groups access -- Documentation for publishing or local build with original Rust mdbook fixed for absolute links and officially reported -- Rust web server for mdbooks created with authentication and authorizations (permissions based on roles) -- control access for static content like documentation (books and code) with a lot of options for settings +- Documentation for publishing or local build with original [Rust mdbook](/mdbook) fixed for absolute links and officially reported +- Rust web server for [mdbooks](https://rust-lang.github.io/mdBook) created with authentication and authorizations (permissions based on roles) +- Control access for static content like documentation (books and code) with a lot of options for settings - Documentations access control and info for users and groups allows separating content for development, distribution or future versions, etc. -- Can run under one instance server, can be implemented in a local or public infrastructure with automations CDCI +- Can run under one instance server, can be implemented in a local or public infrastructure with automations CD/CI