Добавил комментарии
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-02-19 23:50:41 +03:00
parent 9bdc639203
commit 4256e7fb61
4 changed files with 17 additions and 3 deletions

2
.gitignore vendored
View File

@@ -77,4 +77,4 @@ com_crashlytics_export_strings.xml
crashlytics.properties crashlytics.properties
crashlytics-build.properties crashlytics-build.properties
fabric.properties fabric.properties
/site/ /documentation/site/

View File

@@ -1,7 +1,6 @@
--- ---
hide: hide:
- toc - toc
--- ---
# Варианты добавления в проект # Варианты добавления в проект

View File

@@ -51,9 +51,9 @@ theme:
- content.code.copy - content.code.copy
- toc.follow - toc.follow
plugins: plugins:
- social
- meta - meta
- tags - tags
- social
- search: - search:
lang: ru lang: ru
- git-revision-date-localized: - git-revision-date-localized:

View File

@@ -0,0 +1,15 @@
{% if page.meta.comments %}
<h2 id="__comments">{{ lang.t("meta.comments") }}</h2>
<script>
var remark_config = {
host: "https://comments.struchkov.dev",
site_id: 'docs',
components: ['embed'],
locale: 'ru',
theme: localStorage.theme,
show_email_subscription: true,
simple_view: false
};
</script>
<script>!function(e,n){for(var o=0;o<e.length;o++){var r=n.createElement("script"),c=".js",d=n.head||n.body;"noModule"in r?(r.type="module",c=".mjs"):r.async=!0,r.defer=!0,r.src=remark_config.host+"/web/"+e[o]+c,d.appendChild(r)}}(remark_config.components||["embed"],document);</script>
{% endif %}