chore: fix content
Some checks are pending
Install / Cargo install on ubuntu-latest (push) Waiting to run

This commit is contained in:
Jesús Pérez 2024-08-14 18:55:27 +01:00
parent 1f04e75b42
commit 017bdf57e5
No known key found for this signature in database

View File

@ -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
- <b>Documentation</b> for publishing or local build with original <b>Rust mdbook</b> fixed for absolute links and officially reported
- <u>Rust web server for mdbooks</u> created with authentication and authorizations (permissions based on roles)
- <b>control access</b> for static content like documentation (books and code) with a lot of options for settings
- <b>Documentation</b> for publishing or local build with original [Rust mdbook](/mdbook) fixed for absolute links and officially reported
- <u>Rust web server for [mdbooks](https://rust-lang.github.io/mdBook)</u> created with authentication and authorizations (permissions based on roles)
- <b>Control access</b> for static content like documentation (books and code) with a lot of options for settings
- <b>Documentations access control and info</b> for users and groups allows separating content for development, distribution or future versions, etc.
- Can run <b>under one instance server</b>, can be implemented in a local or public infrastructure with automations CDCI
- Can run <b>under one instance server</b>, can be implemented in a local or public infrastructure with automations CD/CI