From 1f04e75b424cc01bd84c49dc27ebdc250837f7e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20P=C3=A9rez?= Date: Wed, 14 Aug 2024 18:51:51 +0100 Subject: [PATCH] chore: fix content --- README.md | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e260c62..75285a5 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,9 @@ -# [Doc Server](./) +# [Doc Server](./) -DocServer +Documentation Services for multiple docs content with access restricions and permissions + +DocServer [Doc Server](./) is a **Web Server** in [Rust](https://www.rust-lang.org) for [static content](./docs/static_content.md) with **Control access** via [authorizations](./docs/auths.md), fully customizable with [settings](./docs/settings.md). @@ -9,3 +11,15 @@ with **Control access** via [authorizations](./docs/auths.md), fully customizab > [!WARNING] > Code here needs a fulll review and documentation +> [!CAUTION] + + ## Features + +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 +- 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 +