docserver/README.md
Jesús Pérez 8e26926a56
Some checks failed
Install / Cargo install on ubuntu-latest (push) Has been cancelled
chore: update links
2024-08-14 19:13:36 +01:00

1.5 KiB

Doc Server

Documentation Services for multiple docs content with access restricions and permissions

DocServer

Doc Server is a Web Server in Rust for static content with Control access via authorizations, fully customizable with settings.

Warning

Code here needs a fulll review and documentation

Caution

dist_docserver_book will be updated with documentation content generated via mdbook source

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 CD/CI