fix(core): update

This commit is contained in:
Philipp Kunz 2024-05-16 13:55:33 +02:00
parent 5b239c837e
commit 7ec50368fa
4 changed files with 19 additions and 1 deletions

13
mkdocs/docs/serve.zone.md Normal file
View File

@ -0,0 +1,13 @@
# serve.zone
serve.zone is the Open Source IaaS solution by task.vc.
The goals are:
* easy to use
* easy to deploy
* easy to maintain
* easy to scale
* hands off operation
* secure by default
* no lock in

View File

View File

@ -146,4 +146,9 @@ markdown_extensions:
# Page tree
nav:
- Home: index.md
- serve.zone:
- Introduction: serve.zone.md
- modules:
- module 1: serve.zone/test.md
- module 2: serve.zone/test.md
- Awesome Third Party: awesome-thirdparty.md

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: 'docs.foss.global',
version: '1.0.7',
version: '1.0.8',
description: 'Documentation and tooling setup for foss.global project.'
}