fix(core): update

This commit is contained in:
Philipp Kunz 2024-05-01 01:24:16 +02:00
parent 8797552f06
commit 97a73d70d1
2 changed files with 29 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# foss.global documentation
!!! note
!!! note "Welcome to the foss.global documentation!"
This documentation is the combined, searchable and SEO optimized documentation for all [foss.global](https://foss.global) projects. Modules might sometimes be overlapping. Combining all documentation is the best way, to have have AI answer your questions, and to find exactly what you need within the foss.global ecosystem.
## What is foss.global?
@ -16,3 +16,30 @@ Often times companies get it wrong why being an Open Source first company is a s
* no special contracts needed, FOSS is FOSS.
* demonstrated competence for investors and our portfolio alike
* new business & investments opportunities based on a shared technical understanding and stack.
## foss.global Projects
* **[apiclient.xyz](https://apiclient.xyz/)**
simplified TypeScript API clients for third party services
* **[compute.cloud](https://compute.cloud)**
simplified cloud computing
* **[push.rocks](https://push.rocks/)**
solving scoped problems as well maintained TypeScript modules
* **[uptime.link](https://uptime.link/)**
status monitoring for websites and services
* **[lossless.com](https://lossless.com/)**
321 backups for your complete IT operations
* **[social.io](https://social.io/)**
customer support platform
* **[serve.zone](https://social.io/)**
scalable, simplified container management
!!! tip "There is more"
foss.global is only one of our initiatives. We also have [workspace.global](https://workspace.global), [idp.global](https://idp.global) and [api.global](https://api.global). To learn more about them, visit their respective documentations.
foss.global projects are free to use for everyone. The other initiatives are only meant for task.vc portfolio companies only right now. We want to open them up for everybody in the long term.
*[idp.global]: a unified identity provider for task.vc portfolio companies.
*[api.global]: a unified API gateway for task.vc portfolio companies.
*[workspace.global]: a unified SaaS workspace for task.vc portfolio companies.

View File

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