diff --git a/snooty.toml b/snooty.toml index 79aa98e0..a3ad3c8a 100644 --- a/snooty.toml +++ b/snooty.toml @@ -1,5 +1,4 @@ toc_landing_pages = [ - "/fundamentals/connection", "/fundamentals/crud", "/usage-examples", "/fundamentals", diff --git a/source/fundamentals/connection.txt b/source/fundamentals/connection.txt index 3b0ec89a..a0d582a1 100644 --- a/source/fundamentals/connection.txt +++ b/source/fundamentals/connection.txt @@ -1,3 +1,6 @@ +.. meta:: + :robots: noindex, nosnippet + .. _csharp-connection: ========== diff --git a/source/fundamentals/crud/read-operations.txt b/source/fundamentals/crud/read-operations.txt index 6267066f..7526389d 100644 --- a/source/fundamentals/crud/read-operations.txt +++ b/source/fundamentals/crud/read-operations.txt @@ -1,3 +1,6 @@ +.. meta:: + :robots: noindex, nosnippet + .. _csharp-crud-read-operations: ===============