From 73f600b41ba191a815a300c0b1547a35bb959004 Mon Sep 17 00:00:00 2001 From: Oleg Kalachev Date: Wed, 1 May 2019 17:53:26 +0300 Subject: [PATCH] Verify Google Webmaster --- book.json | 8 ++++++-- docs/README.md | 5 +++++ docs/{LANGS.md => _LANGS.md} | 0 3 files changed, 11 insertions(+), 2 deletions(-) create mode 100644 docs/README.md rename docs/{LANGS.md => _LANGS.md} (100%) diff --git a/book.json b/book.json index 03c5dfc8..b16b49d7 100644 --- a/book.json +++ b/book.json @@ -10,8 +10,8 @@ "yametrika", "anchors", "validate-links", - "bulk-redirect@https://github.com/okalachev/gitbook-plugin-bulk-redirect.git", - "sitemap@https://github.com/okalachev/plugin-sitemap.git" + "sitemap@https://github.com/okalachev/plugin-sitemap.git", + "meta" ], "pluginsConfig": { "yametrika": { @@ -23,6 +23,10 @@ }, "sitemap": { "hostname": "https://clever.copterexpress.com" + }, + "meta": { + "name": "google-site-verification", + "content": "ISIZ943qrAQYpCWcxdudJj0hVeA4KgbmcKeTeAvV1NI" } } } diff --git a/docs/README.md b/docs/README.md new file mode 100644 index 00000000..20cd45eb --- /dev/null +++ b/docs/README.md @@ -0,0 +1,5 @@ +# Maintenance + +https://github.com/CopterExpress/clever/blob/master/docs/ru/SUMMARY.md + +https://github.com/CopterExpress/clever/blob/master/docs/en/SUMMARY.md diff --git a/docs/LANGS.md b/docs/_LANGS.md similarity index 100% rename from docs/LANGS.md rename to docs/_LANGS.md