You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: enhance documentation section with better descriptions
- Added a more descriptive introduction to the documentation section
- Improved descriptions for each documentation category
- Enhanced readability with more specific link descriptions
- Added mention of popular IDEs supported by Coder
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: README.md
+6-6
Original file line number
Diff line number
Diff line change
@@ -100,13 +100,13 @@ Use `coder --help` to get a list of flags and environment variables. Use our [in
100
100
101
101
## Documentation
102
102
103
-
Browse our docs [here](https://coder.com/docs) or visit a specific section below:
103
+
Coder provides comprehensive documentation to help you get the most out of the platform. Browse our [complete documentation here](https://coder.com/docs) or jump directly to a specific section:
104
104
105
-
-[**Templates**](https://coder.com/docs/templates): Templates are written in Terraform and describe the infrastructure for workspaces
106
-
-[**Workspaces**](https://coder.com/docs/workspaces): Workspaces contain the IDEs, dependencies, and configuration information needed for software development
107
-
-[**IDEs**](https://coder.com/docs/ides): Connect your existing editor to a workspace
108
-
-[**Administration**](https://coder.com/docs/admin): Learn how to operate Coder
109
-
-[**Premium**](https://coder.com/pricing#compare-plans): Learn about our paid features built for large teams
105
+
-[**Templates**](https://coder.com/docs/templates): Learn how to use Terraform to define your development environment infrastructure
106
+
-[**Workspaces**](https://coder.com/docs/workspaces): Discover how workspaces package IDEs, dependencies, and configuration for seamless development
107
+
-[**IDEs**](https://coder.com/docs/ides): Connect VS Code, JetBrains, and other popular editors to your remote workspaces
108
+
-[**Administration**](https://coder.com/docs/admin): Master deployment, configuration, and operational best practices
109
+
-[**Premium**](https://coder.com/pricing#compare-plans): Explore enterprise features designed for security, compliance, and scale
0 commit comments