diff --git a/mkdocs/docs/index.md b/mkdocs/docs/index.md index 229bc33..28968dd 100644 --- a/mkdocs/docs/index.md +++ b/mkdocs/docs/index.md @@ -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. \ No newline at end of file diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index d62f790..4fc66ed 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -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.' }