Skip to content

DOCSP-48809 - Remove FAQs page #553

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 2, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/add-netlify-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
CHANGED_FILES: ${{ steps.changed-files.outputs.all_changed_files }}
run: |
new_links=""
base_link='https://deploy-preview-${{ github.event.number }}--mongodb-docs-csharp.netlify.app'
base_link='https://deploy-preview-${{ github.event.number }}--docs-csharp.netlify.app'
files=$(echo "$CHANGED_FILES" | tr "," "\n")
for file in $files; do
echo "processing ${file}"
Expand Down Expand Up @@ -55,4 +55,4 @@ jobs:
appendContentOnMatchOnly: true
regexFlags: is
content: "<!-- start insert-links -->\n${{ steps.build_page_links.outputs.staging_links }}\n<!-- end insert-links -->"
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}
324 changes: 0 additions & 324 deletions source/faq.txt

This file was deleted.

7 changes: 7 additions & 0 deletions source/fundamentals/builders.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ Operations with Builders
Overview
--------

.. include:: /includes/linq-vs-builders.rst

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

Troubleshooting
---------------

.. include:: /includes/troubleshooting/unsupported-filter-expression.rst

Additional Information
----------------------

Expand Down
Loading
Loading