From d160164e9c2b042f680e1d8e98e0d531cd98779e Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Tue, 30 Apr 2024 19:53:09 +0200 Subject: [PATCH] fix(core): update --- mkdocs/docs/index.md | 19 ++++++++++++++++++- ts/00_commitinfo_data.ts | 2 +- 2 files changed, 19 insertions(+), 2 deletions(-) diff --git a/mkdocs/docs/index.md b/mkdocs/docs/index.md index 15b4143..229bc33 100644 --- a/mkdocs/docs/index.md +++ b/mkdocs/docs/index.md @@ -1 +1,18 @@ -Hello there. \ No newline at end of file +# foss.global documentation + +!!! note + 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? +foss.global was created by task.vc as a **super scope for all task.vc open source projects**. The main theme for the Open Source projects is to simplify the life of developers and to provide a better developer experience. We share our efforts as Open Source since it became apparent to us, that it is the best way to work on, improve and benefit together from shared knowledge and solutions within our portfolio companies and the FOSS community. + +## The benefits for task.vc + +Often times companies get it wrong why being an Open Source first company is a stellar approach for progress. Here is how we as task.vc benefit from doing things in the open: + +* a common and open way to think about technical problems +* fix once, fix everywhere +* accelerted growth due to symbiotically shared techical solutions within our portfolio +* 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. diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 4a7a434..d62f790 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.4', + version: '1.0.5', description: 'Documentation and tooling setup for foss.global project.' }