Skip to content

Commit 48b8bec

Browse files
authored
DOCSP-48809 - Remove FAQs page (#553)
1 parent b44d8e7 commit 48b8bec

File tree

10 files changed

+290
-327
lines changed

10 files changed

+290
-327
lines changed

.github/workflows/add-netlify-links.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
CHANGED_FILES: ${{ steps.changed-files.outputs.all_changed_files }}
2727
run: |
2828
new_links=""
29-
base_link='https://deploy-preview-${{ github.event.number }}--mongodb-docs-csharp.netlify.app'
29+
base_link='https://deploy-preview-${{ github.event.number }}--docs-csharp.netlify.app'
3030
files=$(echo "$CHANGED_FILES" | tr "," "\n")
3131
for file in $files; do
3232
echo "processing ${file}"
@@ -55,4 +55,4 @@ jobs:
5555
appendContentOnMatchOnly: true
5656
regexFlags: is
5757
content: "<!-- start insert-links -->\n${{ steps.build_page_links.outputs.staging_links }}\n<!-- end insert-links -->"
58-
token: ${{ secrets.GITHUB_TOKEN }}
58+
token: ${{ secrets.GITHUB_TOKEN }}

source/faq.txt

Lines changed: 0 additions & 324 deletions
This file was deleted.

source/fundamentals/builders.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ Operations with Builders
2020
Overview
2121
--------
2222

23+
.. include:: /includes/linq-vs-builders.rst
24+
2325
In this guide, you can learn about the helper classes, or **builders**, that
2426
the {+driver-short+} provides to create types used in your operations.
2527
Using builders helps you identify errors at compile time and avoid them
@@ -488,6 +490,11 @@ The results of the preceding example contain the following documents:
488490
To learn more about Atlas Vector Search, see :atlas:`Atlas Vector Search Overview </atlas-vector-search/vector-search-overview/>`
489491
in the Atlas manual.
490492

493+
Troubleshooting
494+
---------------
495+
496+
.. include:: /includes/troubleshooting/unsupported-filter-expression.rst
497+
491498
Additional Information
492499
----------------------
493500

0 commit comments

Comments
 (0)