From f62f1db2a4b7183bfd884e5cce0b840e9ac71274 Mon Sep 17 00:00:00 2001 From: vadoli Date: Sat, 7 Aug 2021 19:17:34 +0000 Subject: [PATCH] small readme update --- README.md | 10 +++++++++- workspaces/mkdocs-magicspace/mkdocs/mkdocs.yml | 4 ++-- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 15057da..7b2f6d5 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,15 @@ as well as remote, when started on the cloud server, and can be secured with pas between projects that involve multiple programming languages, different clouds, k8s clusters and have system dependencies. Withou this workspace swithing between such complex environments would require multiple actions and can be tedious work. Workspace-in-docker is great for collaborative work, can be easily shared, moved to any cloud server, backed up, has versions and can be easily extended and customized. Can be used as build, test or even -runtime environment. +runtime environment. + +4. [`Codeserver-Workspace`](./workspaces/codeserver-workspace/README.md) - alternative workspace to the `workspace-in-docker`. It has all the features ot the latter, except for the +different implementation of the Visual Studio Code. While `workspace-in-docker` has [**Eclipse Theia IDE**](https://theia-ide.org/), Codeserver-Workspace +includes [**Codeserver**](https://github.com/cdr/code-server) instead. + +5. [`MkDocs-MagicSpace`](./workspaces/mkdocs-magicspace/README.md) - an all-in-one tool, carefully crafted to develop, build and serve awesome static websites, for the purpose +of documentation, tutorials, and training. + ## Why dev environmet in docker diff --git a/workspaces/mkdocs-magicspace/mkdocs/mkdocs.yml b/workspaces/mkdocs-magicspace/mkdocs/mkdocs.yml index c088cb2..1100c03 100644 --- a/workspaces/mkdocs-magicspace/mkdocs/mkdocs.yml +++ b/workspaces/mkdocs-magicspace/mkdocs/mkdocs.yml @@ -14,8 +14,8 @@ nav: # =========================================================== site_name: MkDocs MagicSpace -repo_url: https://github.com/Alnoda/workspaces-in-docker/tree/main/workspaces/base-workspace -site_url: https://alnoda.org +repo_url: https://github.com/bluxmit/alnoda-workspaces +site_url: https://mkdocs-magicspace.alnoda.org edit_uri: "" # ===========================================================