Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
e1329a12b2 | |||
7ec50368fa |
13
mkdocs/docs/serve.zone.md
Normal file
13
mkdocs/docs/serve.zone.md
Normal 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
|
0
mkdocs/docs/serve.zone/test.md
Normal file
0
mkdocs/docs/serve.zone/test.md
Normal file
@ -146,4 +146,9 @@ markdown_extensions:
|
|||||||
# Page tree
|
# Page tree
|
||||||
nav:
|
nav:
|
||||||
- Home: index.md
|
- 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
|
- Awesome Third Party: awesome-thirdparty.md
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "docs.foss.global",
|
"name": "docs.foss.global",
|
||||||
"version": "1.0.7",
|
"version": "1.0.8",
|
||||||
"private": false,
|
"private": false,
|
||||||
"description": "Documentation and tooling setup for foss.global project.",
|
"description": "Documentation and tooling setup for foss.global project.",
|
||||||
"main": "dist_ts/index.js",
|
"main": "dist_ts/index.js",
|
||||||
|
@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: 'docs.foss.global',
|
name: 'docs.foss.global',
|
||||||
version: '1.0.7',
|
version: '1.0.8',
|
||||||
description: 'Documentation and tooling setup for foss.global project.'
|
description: 'Documentation and tooling setup for foss.global project.'
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user