{ "versions": ["v3.12.0"], "routes": [ { "title": "Home", "description": "Learn how to install and run code-server.", "path": "./README.md", "icon": "" }, { "title": "Requirements", "description": "Learn about what you need to run code-server.", "icon": "", "path": "./requirements.md" }, { "title": "Install", "description": "How to install code-server.", "icon": "", "path": "./install.md", "children": [ { "title": "npm", "description": "How to install code-server using npm or yarn", "path": "./npm.md" }, { "title": "Helm", "description": "How to install code-server using the Helm package manager", "path": "./helm.md" } ] }, { "title": "Usage", "description": "How to set up and use code-server.", "icon": "", "path": "./guide.md", "children": [ { "title": "--link", "description": "How to run code-server --link", "path": "./link.md" }, { "title": "iPad", "description": "How to access your code-server installation using an iPad.", "path": "./ipad.md" }, { "title": "Termux", "description": "How to install Termux to run code-server on an Android device.", "path": "./termux.md" } ] }, { "title": "Collaboration", "description": "How to setup real time collaboration using code server.", "icon": " ", "path": "./collaboration.md" }, { "title": "Upgrade", "description": "How to upgrade code-server.", "icon": "", "path": "./upgrade.md" }, { "title": "FAQ", "description": "Frequently asked questions on installing and running code-server.", "icon": "", "path": "./FAQ.md" }, { "title": "Contributing", "description": "How to contribute to code-server.", "icon": "", "path": "./CONTRIBUTING.md", "children": [ { "title": "Code of conduct", "description": "Coder expects contributors to code-server to behave in a manner that creates an open and welcoming environment.", "path": "./CODE_OF_CONDUCT.md" }, { "title": "Maintenance", "description": "Learn about the workflow followed by code-server's maintainers.", "path": "./MAINTAINING.md" }, { "title": "Triage", "description": "How the maintainers triage issues with code-server.", "path": "./triage.md" }, { "title": "Security", "description": "Learn about the tools used to detect vulnerabilities in code-server, and how you can report vulnerabilities.", "path": "./SECURITY.md" } ] } ] }