forked from coop-cloud/docs.coopcloud.tech
can switch between languages now
This commit is contained in:
parent
4165d0493f
commit
e7126b93a0
33
docs/index.pl.md
Normal file
33
docs/index.pl.md
Normal file
@ -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:
|
14
mkdocs.yml
14
mkdocs.yml
@ -78,6 +78,20 @@ nav:
|
|||||||
plugins:
|
plugins:
|
||||||
- search
|
- search
|
||||||
- awesome-pages
|
- 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_name: coop-cloud/docs.coopcloud.tech
|
||||||
repo_url: https://git.coopcloud.tech/coop-cloud/docs.coopcloud.tech
|
repo_url: https://git.coopcloud.tech/coop-cloud/docs.coopcloud.tech
|
||||||
|
@ -2,3 +2,4 @@ mkdocs-awesome-pages-plugin==2.8.0
|
|||||||
mkdocs-material-extensions==1.1.1
|
mkdocs-material-extensions==1.1.1
|
||||||
mkdocs-material==9.0.12
|
mkdocs-material==9.0.12
|
||||||
mkdocs==1.4.2
|
mkdocs==1.4.2
|
||||||
|
mkdocs-translations>=0.1.1
|
||||||
|
Loading…
Reference in New Issue
Block a user