From 72fdfabecf578ad7b2666a1daf0bdc41bbd25e8e Mon Sep 17 00:00:00 2001 From: William Ngan Date: Tue, 30 Nov 2021 18:51:30 -0800 Subject: [PATCH] Add feedback buttons in tutorials Summary: Add missing feedback buttons to MNIST, Server Model and Connecting To Server tutorials. Reviewed By: raedle Differential Revision: D32743681 fbshipit-source-id: b3b20ac4e167076ebaad45dc6fcd7b94680d6d3f --- website/docs/tutorials/connecting-to-a-server.mdx | 6 ++++++ website/docs/tutorials/mnist-digit-classification.mdx | 5 +++++ website/docs/tutorials/server-model.mdx | 4 ++++ 3 files changed, 15 insertions(+) diff --git a/website/docs/tutorials/connecting-to-a-server.mdx b/website/docs/tutorials/connecting-to-a-server.mdx index b3be6156f..0d5faa639 100644 --- a/website/docs/tutorials/connecting-to-a-server.mdx +++ b/website/docs/tutorials/connecting-to-a-server.mdx @@ -3,6 +3,8 @@ id: connecting-to-a-server sidebar_position: 6 --- +import SurveyLinkButton from '@site/src/components/SurveyLinkButton'; + # Connecting to a Server Model
@@ -417,4 +419,8 @@ You can find the [completed versions of the source code](https://github.com/pyto Want to enhance your server to support a model with more complex input like images? Check out our tutorial with VQGAN + CLIP to generate images from text descriptions. +## Give us feedback + + +
diff --git a/website/docs/tutorials/mnist-digit-classification.mdx b/website/docs/tutorials/mnist-digit-classification.mdx index 3ed9894c6..971b931f3 100644 --- a/website/docs/tutorials/mnist-digit-classification.mdx +++ b/website/docs/tutorials/mnist-digit-classification.mdx @@ -7,6 +7,7 @@ import ExampleDiffCodeTabs from '@site/src/components/ExampleDiffCodeTabs'; import MNISTDemoExamples from '@site/src/components/examples/MNISTDemoExamples'; import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; +import SurveyLinkButton from '@site/src/components/SurveyLinkButton'; # MNIST Digit Classification @@ -458,4 +459,8 @@ When you run the code, you should see it display results properly in the bottom And with that we have a working MNIST classifier! +## Give us feedback + + + diff --git a/website/docs/tutorials/server-model.mdx b/website/docs/tutorials/server-model.mdx index 4e28d31c0..0835cc2b5 100644 --- a/website/docs/tutorials/server-model.mdx +++ b/website/docs/tutorials/server-model.mdx @@ -294,4 +294,8 @@ Want see how to connect to this server from an app? Check out our tutorial for [ Want to enhance your server to support a model with more complex input like images? Check out our tutorial with VQGAN + CLIP to generate images from text descriptions. +## Give us feedback + + +