diff --git a/docs/index.pl.md b/docs/index.pl.md new file mode 100644 index 0000000..3bfb2f7 --- /dev/null +++ b/docs/index.pl.md @@ -0,0 +1,33 @@ +--- +title: Wstęp +--- + +## Who is this for? + +Witaj w dokumentacji Co-op Cloud! + +Ta dokumentacja jest skierowana do odbiorców "technicznych": spółdzielni technologicznych, kolektywów i osób indywidualnych zainteresowanych Co-op Cloud, lub takich, które mają już deploymenty Co-op Cloud. + +A more general public may still find these pages useful but if you're just looking for a quick overview of the project from a less technical perspective, you can take a look at [coopcloud.tech](https://coopcloud.tech). + +We'd be happy to hear feedback about our documentation, if it was helpful, what was missing, what was confusing, etc., please [get in touch](/intro/contact)! + +## Quick start + +!!! danger "Here be dragons" + + This project is still [beta quality software](https://en.wikipedia.org/wiki/Software_release_life_cycle#Beta) :bomb: Please take that into consideration if you are thinking about using this system in production. We're working hard to make Co-op Cloud stable. In the meantime, this is a good time to help us out with initial testing, feedback, ideas or [join in with development](/get-involved/). + +- [Operators guide](/operators/): You run a Co-op Cloud based deployment or want to do so :computer: + +- [Maintainers guide](/maintainers/): You maintain recipes and ensure things run smoothly for operators :tools: + +- [Organisers guide](/organisers): You run meetings, write guidelines & shape our democratic process :fist: + +- [Recipes](/recipes/): You want to know what recipes are packaged so you can deploy them as apps :nerd: + +- [Abra](/abra): You want to install the command-line client and hack the planet :unicorn: + +- [Get involved](/get-involved): You'd like to help out with the project, we've love to see you stick around :heart: + +- [Glossary](/glossary/): You'd like clarification about project terminology :book: diff --git a/mkdocs.yml b/mkdocs.yml index 06c5afc..740099f 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -78,6 +78,20 @@ nav: plugins: - search - awesome-pages + - translations: + default_language: en + languages: + en: english + pl: polski + +extra: + alternate: + - name: English + link: /en/ + lang: en + - name: Polish + link: /pl/ + lang: pl repo_name: coop-cloud/docs.coopcloud.tech repo_url: https://git.coopcloud.tech/coop-cloud/docs.coopcloud.tech diff --git a/requirements.txt b/requirements.txt index 1abe658..db5b889 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,3 +2,4 @@ mkdocs-awesome-pages-plugin==2.8.0 mkdocs-material-extensions==1.1.1 mkdocs-material==9.0.12 mkdocs==1.4.2 +mkdocs-translations>=0.1.1