From 59370480c35b6e36f50a0aa33dade6db20cad8f2 Mon Sep 17 00:00:00 2001 From: "carrie.kim" Date: Wed, 20 Jul 2022 16:42:50 -0400 Subject: [PATCH 1/6] (DOCSP-4936) added info ab metadata tags --- source/style-guide/style/metadata.txt | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 source/style-guide/style/metadata.txt diff --git a/source/style-guide/style/metadata.txt b/source/style-guide/style/metadata.txt new file mode 100644 index 00000000..628efd6d --- /dev/null +++ b/source/style-guide/style/metadata.txt @@ -0,0 +1,18 @@ +.. _metadata: + +============= +Metadata +============= + +.. default-domain:: mongodb + +.. include:: /includes/styles/corrections.rst + +- Use ``.. meta::`` to add meta tags to a page. Adding meta tags aids in + searches both internally and via the Internet. + + .. code-block:: rst + + .. meta:: + :description: read concern, local read concern, read isolation, + transactions, multi-document transactions \ No newline at end of file From 8fed34315030b0f87d22b5d942faa73ed711fb3c Mon Sep 17 00:00:00 2001 From: "carrie.kim" Date: Thu, 21 Jul 2022 11:44:38 -0400 Subject: [PATCH 2/6] (DOCSP-4936) added a space to push again --- source/style-guide/style/metadata.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/style-guide/style/metadata.txt b/source/style-guide/style/metadata.txt index 628efd6d..dd886b66 100644 --- a/source/style-guide/style/metadata.txt +++ b/source/style-guide/style/metadata.txt @@ -15,4 +15,4 @@ Metadata .. meta:: :description: read concern, local read concern, read isolation, - transactions, multi-document transactions \ No newline at end of file + transactions, multi-document transactions \ No newline at end of file From 1b3ae9924371db38578c1bf8551f24f203f8788f Mon Sep 17 00:00:00 2001 From: "carrie.kim" Date: Thu, 21 Jul 2022 14:19:24 -0400 Subject: [PATCH 3/6] (DOCSP-4936) added a space to push again --- source/style-guide/style/metadata.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/style-guide/style/metadata.txt b/source/style-guide/style/metadata.txt index dd886b66..129be950 100644 --- a/source/style-guide/style/metadata.txt +++ b/source/style-guide/style/metadata.txt @@ -15,4 +15,5 @@ Metadata .. meta:: :description: read concern, local read concern, read isolation, - transactions, multi-document transactions \ No newline at end of file + transactions, multi-document transactions + \ No newline at end of file From 45ea5f45a3112d3e5824b6302d78fbdbe4b37345 Mon Sep 17 00:00:00 2001 From: "carrie.kim" Date: Thu, 21 Jul 2022 14:24:26 -0400 Subject: [PATCH 4/6] (DOCSP-4936) added a space to push again --- source/style-guide/style/metadata.txt | 1 + worker.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/source/style-guide/style/metadata.txt b/source/style-guide/style/metadata.txt index 129be950..f4e8a1f4 100644 --- a/source/style-guide/style/metadata.txt +++ b/source/style-guide/style/metadata.txt @@ -16,4 +16,5 @@ Metadata .. meta:: :description: read concern, local read concern, read isolation, transactions, multi-document transactions + \ No newline at end of file diff --git a/worker.sh b/worker.sh index d2db2059..48ce8e7e 100644 --- a/worker.sh +++ b/worker.sh @@ -1,2 +1,2 @@ #!/bin/sh -make html +build-and-stage-next-gen From 7f51f8def6181819460709048f2749f544286e66 Mon Sep 17 00:00:00 2001 From: "carrie.kim" Date: Thu, 21 Jul 2022 14:37:35 -0400 Subject: [PATCH 5/6] (DOCSP-4936) added a space to push again --- worker.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/worker.sh b/worker.sh index 48ce8e7e..c615eb59 100644 --- a/worker.sh +++ b/worker.sh @@ -1,2 +1 @@ -#!/bin/sh -build-and-stage-next-gen +"build-and-stage-next-gen" From 146d99d5391ece2378fc3f7ed58e9aa097fdcc9e Mon Sep 17 00:00:00 2001 From: "carrie.kim" Date: Thu, 21 Jul 2022 14:50:03 -0400 Subject: [PATCH 6/6] (DOCSP-4936) eliminated bullet point in description --- source/style-guide/style/metadata.txt | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/source/style-guide/style/metadata.txt b/source/style-guide/style/metadata.txt index f4e8a1f4..8d5d30fb 100644 --- a/source/style-guide/style/metadata.txt +++ b/source/style-guide/style/metadata.txt @@ -8,13 +8,12 @@ Metadata .. include:: /includes/styles/corrections.rst -- Use ``.. meta::`` to add meta tags to a page. Adding meta tags aids in - searches both internally and via the Internet. +Use ``.. meta::`` to add meta tags to a page. Adding meta tags aids in +searches both internally and via the Internet. - .. code-block:: rst +.. code-block:: rst - .. meta:: - :description: read concern, local read concern, read isolation, - transactions, multi-document transactions + .. meta:: + :description: read concern, local read concern, read isolation, + transactions, multi-document transactions - \ No newline at end of file