Skip to content

Commit cd0a779

Browse files
authored
Update documentation by removing outdated content
Removed references to advanced querying and indexing strategies.
1 parent 0253229 commit cd0a779

File tree

1 file changed

+1
-26
lines changed

1 file changed

+1
-26
lines changed

app/docs/page.tsx

Lines changed: 1 addition & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -864,32 +864,7 @@ docker image rm -f ghcr.io/microsoft/documentdb/documentdb-local:latest || echo
864864
<li className="flex items-start">
865865
<span className="text-blue-400 mr-3 mt-1"></span>
866866
<span>
867-
Explore advanced querying capabilities in the{" "}
868-
<button
869-
onClick={() => setCurrentPage("api-reference")}
870-
className="text-blue-400 hover:text-blue-300 underline"
871-
>
872-
API Reference
873-
</button>
874-
</span>
875-
</li>
876-
<li className="flex items-start">
877-
<span className="text-blue-400 mr-3 mt-1"></span>
878-
<span>
879-
Learn about indexing strategies in the{" "}
880-
<button
881-
onClick={() => setCurrentPage("architecture")}
882-
className="text-blue-400 hover:text-blue-300 underline"
883-
>
884-
Architecture
885-
</button>{" "}
886-
section
887-
</span>
888-
</li>
889-
<li className="flex items-start">
890-
<span className="text-blue-400 mr-3 mt-1"></span>
891-
<span>
892-
Connect your application using one of our{" "}
867+
Connect your application using the Python quickstart
893868
<button
894869
onClick={() =>
895870
setSelectedGettingStartedItem(

0 commit comments

Comments
 (0)