chore: fix content
Some checks are pending
Install / Cargo install on ubuntu-latest (push) Waiting to run
Some checks are pending
Install / Cargo install on ubuntu-latest (push) Waiting to run
This commit is contained in:
parent
7dfdf04f07
commit
1f04e75b42
18
README.md
18
README.md
@ -1,7 +1,9 @@
|
||||
|
||||
# [Doc Server](./)
|
||||
# [Doc Server](./)
|
||||
|
||||
<img style="margin-top: 1em;border: 0" width="250" alt="DocServer" src="images/docserver-w.png?sanitize=true">
|
||||
Documentation Services for multiple docs content with access restricions and permissions
|
||||
|
||||
<img style="margin: 1em 0em;border: 0" width="250" alt="DocServer" src="images/docserver-w.png?sanitize=true">
|
||||
|
||||
[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
|
||||
|
||||
- <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>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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user