diff --git a/source/style-guide/style/metadata.txt b/source/style-guide/style/metadata.txt new file mode 100644 index 00000000..8d5d30fb --- /dev/null +++ b/source/style-guide/style/metadata.txt @@ -0,0 +1,19 @@ +.. _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 + diff --git a/worker.sh b/worker.sh index d2db2059..c615eb59 100644 --- a/worker.sh +++ b/worker.sh @@ -1,2 +1 @@ -#!/bin/sh -make html +"build-and-stage-next-gen"