alnoda-workspaces/workspaces/base-devspace/mkdocs/docs/README.md
2022-07-17 11:01:25 +00:00

2.2 KiB

{% set tools = [ { "env": "TERMINAL_URL", "name": "Terminal", "image": "assets/home/Terminal.png", "description": "Full-fledged WEB-based Command Line Interface" }, { "env": "FILEBROWSER_URL", "name": "File Browser", "image": "assets/home/Filebrowser.png", "description": "Browse, upload and download files and folders to and from the Workspace" }, { "env": "UNGIT_URL", "name": "Ungit", "image": "assets/home/Ungit.jpg", "description": "Manage Git repositories and work flow using beautiful UI" } ] %}

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