alnoda-workspaces/workspaces/mkdocs-magicspace/mkdocs/docs/pages/home/home.md
2021-07-30 12:18:29 +00:00

2.8 KiB

{% set tools = [ { "env": "IDE_URL", "name": "IDE", "image": "Theia.png", "description": "Powerful WEB-based IDE. Open source version of Visual Studio Code. Develop code in any language, install thousands of extensions or work in terminal directly from IDE" }, { "env": "FILEBROWSER_URL", "name": "File Browser", "image": "Filebrowser.png", "description": "Browse files inside running docker container. Upload and download files and folders to and from your Workspace, no matter where your Workspace is running: on local or in cloud" }, { "env": "CRONICLE_URL", "name": "Cronicle", "image": "Cronicle.png", "description": "Schedule jobs, tasks and bacground scripts. Powerful tool to manage schedules, observe and monitor executions." }, { "env": "UNGIT_URL", "name": "Ungit", "image": "Ungit.png", "description": "Manage Git repositories and work flow using beautiful UI" }, { "env": "STATICFS_URL", "name": "Static File Server", "image": "Static-server.png", "description": "Serve any static websites like a breeze" } ] %}

{% for tool in tools %} {% set tool_url = get_tool_url(tool.env) %}
{{ tool.name }}
{{ tool.description }}
{% endfor %}