diff --git a/docs/.well-known/allscreenshots-verify.txt b/docs/.well-known/allscreenshots-verify.txt new file mode 100644 index 000000000..95b2be667 --- /dev/null +++ b/docs/.well-known/allscreenshots-verify.txt @@ -0,0 +1 @@ +vo5i7ZZG1Tq09s-PQX2BGNkCOnvcUKHUhGUOIBbglrg diff --git a/docs/documentation/license.md b/docs/documentation/license.md index d7bcdf0fe..f2d55341c 100644 --- a/docs/documentation/license.md +++ b/docs/documentation/license.md @@ -17,3 +17,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. ``` + +## Third-party services + +Social images for this documentation are generated using [Allscreenshots.com](https://allscreenshots.com). diff --git a/material/overrides/home.html b/material/overrides/home.html index 21b1f1dce..e9d7baf6b 100644 --- a/material/overrides/home.html +++ b/material/overrides/home.html @@ -21,6 +21,9 @@

Generating fake data has never been easier

+
+

Social images for Datafaker are generated using Allscreenshots.com

+
{% endblock %} {% block content %}{% endblock %} {% block footer %}{% endblock %} diff --git a/mkdocs.yml b/mkdocs.yml index 9a98a9acc..dcc962c86 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -73,6 +73,7 @@ markdown_extensions: plugins: - search + - allscreenshots-og-screenshot - macros - minify: minify_html: true