forked from toolshed/docs.coopcloud.tech
		
	First stab at a new layout
This commit is contained in:
		
							
								
								
									
										9
									
								
								docs/contact.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										9
									
								
								docs/contact.md
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,9 @@ | |||||||
|  | --- | ||||||
|  | title: Get in Touch | ||||||
|  | --- | ||||||
|  |  | ||||||
|  | We're available on the following channels: | ||||||
|  |  | ||||||
|  | - **Email**: [`helo@autonomic.zone`](mailto:helo@autonomic.zone) | ||||||
|  | - **Matrix**: [`#coopcloud:autonomic.zone`](https://matrix.to/#/!JSVYWCRXSVMrAzgeKB:autonomic.zone?via=autonomic.zone) | ||||||
|  | - **Forum**: [`community.coops.tech`](https://community.coops.tech/) | ||||||
							
								
								
									
										5
									
								
								docs/deploy.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										5
									
								
								docs/deploy.md
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,5 @@ | |||||||
|  | --- | ||||||
|  | title: Deploy your first application | ||||||
|  | --- | ||||||
|  |  | ||||||
|  | TODO. | ||||||
| @ -1,5 +0,0 @@ | |||||||
| --- |  | ||||||
| title: Getting Started Guide |  | ||||||
| --- |  | ||||||
|  |  | ||||||
| WIP |  | ||||||
| @ -2,12 +2,7 @@ | |||||||
| title: A Cooperative Alternative | title: A Cooperative Alternative | ||||||
| --- | --- | ||||||
|  |  | ||||||
| The Cooperative Cloud is a platform built by and for worked-owned technology | Welcome to the Cooperative Cloud technical documentation! This documentation is | ||||||
| cooperatives which proposes a shared social and technical infrastructure for | primarily meant for cooperatives and other small service providers already | ||||||
| the operation and management of free software applications. The project was | doing free software hosting who are interested in the project and thinking | ||||||
| initiated by [Autonomic]. | about doing some early-adopter testing. | ||||||
|  |  | ||||||
| To learn more, please see the [Getting Started guide]. |  | ||||||
|  |  | ||||||
| [autonomic]: https://autonomic.zone/ |  | ||||||
| [getting started guide]: getting-started/guide.md |  | ||||||
|  | |||||||
							
								
								
									
										5
									
								
								docs/overview.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										5
									
								
								docs/overview.md
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,5 @@ | |||||||
|  | --- | ||||||
|  | title: Technical overview | ||||||
|  | --- | ||||||
|  |  | ||||||
|  | TODO. | ||||||
							
								
								
									
										5
									
								
								docs/package.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										5
									
								
								docs/package.md
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,5 @@ | |||||||
|  | --- | ||||||
|  | title: Package your first application | ||||||
|  | --- | ||||||
|  |  | ||||||
|  | TODO. | ||||||
							
								
								
									
										13
									
								
								mkdocs.yml
									
									
									
									
									
								
							
							
						
						
									
										13
									
								
								mkdocs.yml
									
									
									
									
									
								
							| @ -6,14 +6,13 @@ site_url: https://cloud.autonomic.zone | |||||||
| theme: | theme: | ||||||
|   name: material |   name: material | ||||||
|   features: |   features: | ||||||
|     - navigation.tabs |  | ||||||
|     - navigation.instant |     - navigation.instant | ||||||
|     - toc.integrate |     - toc.integrate | ||||||
|   palette: |   palette: | ||||||
|     primary: light pink |     primary: light pink | ||||||
|     accent: purple |     accent: purple | ||||||
|  |  | ||||||
| copyright: Copyleft © 2021 The Cooperative Cloud | copyright: Copyleft 🄯 2021 The Cooperative Cloud | ||||||
|  |  | ||||||
| markdown_extensions: | markdown_extensions: | ||||||
|   - meta |   - meta | ||||||
| @ -31,6 +30,16 @@ markdown_extensions: | |||||||
|       emoji_index: !!python/name:materialx.emoji.twemoji |       emoji_index: !!python/name:materialx.emoji.twemoji | ||||||
|       emoji_generator: !!python/name:materialx.emoji.to_svg |       emoji_generator: !!python/name:materialx.emoji.to_svg | ||||||
|  |  | ||||||
|  | nav: | ||||||
|  |   - A cooperative alternative: index.md | ||||||
|  |   - Getting started guide: | ||||||
|  |       - Architecture overview: overview.md | ||||||
|  |       - Deploy your first application: deploy.md | ||||||
|  |   - Application catalogue: apps.md | ||||||
|  |   - Tutorials: | ||||||
|  |       - Package your first application: package.md | ||||||
|  |   - Frequently asked questions: faq.md | ||||||
|  |  | ||||||
| plugins: | plugins: | ||||||
|   - search |   - search | ||||||
|   - awesome-pages |   - awesome-pages | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user