Skip to content

Commit b3d5493

Browse files
authored
Remove Debugging and Troubleshooting section
1 parent cd0a779 commit b3d5493

1 file changed

Lines changed: 1 addition & 60 deletions

File tree

app/docs/page.tsx

Lines changed: 1 addition & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -796,65 +796,6 @@ docker image rm -f ghcr.io/microsoft/documentdb/documentdb-local:latest || echo
796796
</div>
797797
</div>
798798

799-
{/* Debugging and Troubleshooting */}
800-
<div className="bg-neutral-800/50 backdrop-blur-sm rounded-lg border border-neutral-700/50 p-6">
801-
<h3 className="text-2xl font-semibold text-white mb-6">
802-
Debugging and Troubleshooting
803-
</h3>
804-
805-
<div className="space-y-4">
806-
<div>
807-
<h4 className="text-lg font-medium text-white mb-2">
808-
1. Common issues and solutions
809-
</h4>
810-
</div>
811-
812-
<div>
813-
<h4 className="text-lg font-medium text-white mb-2">
814-
2. Using the extension logs
815-
</h4>
816-
</div>
817-
818-
<div>
819-
<h4 className="text-lg font-medium text-white mb-3">
820-
3. Getting support
821-
</h4>
822-
<ul className="space-y-2 text-gray-300">
823-
<li className="flex items-start">
824-
<span className="text-blue-400 mr-3 mt-1"></span>
825-
<span>
826-
Visit our{" "}
827-
<a
828-
href="https://github.com/microsoft/vscode-documentdb"
829-
target="_blank"
830-
rel="noopener noreferrer"
831-
className="text-blue-400 hover:text-blue-300 underline"
832-
>
833-
GitHub repository
834-
</a>
835-
</span>
836-
</li>
837-
<li className="flex items-start">
838-
<span className="text-blue-400 mr-3 mt-1"></span>
839-
<span>
840-
Join the community discussions on{" "}
841-
<a
842-
href="#"
843-
className="text-blue-400 hover:text-blue-300 underline"
844-
>
845-
Discord
846-
</a>
847-
</span>
848-
</li>
849-
<li className="flex items-start">
850-
<span className="text-blue-400 mr-3 mt-1"></span>
851-
<span>Check documentation</span>
852-
</li>
853-
</ul>
854-
</div>
855-
</div>
856-
</div>
857-
858799
{/* Next Steps */}
859800
<div className="bg-neutral-800/50 backdrop-blur-sm rounded-lg border border-neutral-700/50 p-6">
860801
<h3 className="text-2xl font-semibold text-white mb-4">
@@ -873,7 +814,7 @@ docker image rm -f ghcr.io/microsoft/documentdb/documentdb-local:latest || echo
873814
}
874815
className="text-blue-400 hover:text-blue-300 underline"
875816
>
876-
Language Guides
817+
877818
</button>
878819
</span>
879820
</li>

0 commit comments

Comments
 (0)