1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2024-12-27 02:43:54 +02:00

Правки доков

This commit is contained in:
Anton 2024-10-09 20:02:55 +03:00
parent 9b4710e98c
commit 81fd29bc1c
6 changed files with 53 additions and 8 deletions

2
.gitignore vendored
View File

@ -13,3 +13,5 @@ test.os
full.gif
fakedata.json
/build
/docs/docusaurus/.docusaurus
/docs/docusaurus/build

View File

@ -34,6 +34,17 @@ const config = {
locales: ['ru'],
},
scripts: [
{
src: './js/yads.js',
defer: true
},
{
src: 'https://yandex.ru/ads/system/context.js',
async: true
}
],
presets: [
[
'classic',

View File

@ -1170,6 +1170,14 @@
"@babel/core": "^7.0.0-0"
}
},
"node_modules/@babel/plugin-transform-classes/node_modules/globals": {
"version": "11.12.0",
"resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz",
"integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==",
"engines": {
"node": ">=4"
}
},
"node_modules/@babel/plugin-transform-computed-properties": {
"version": "7.23.3",
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.23.3.tgz",
@ -2098,6 +2106,14 @@
"node": ">=6.9.0"
}
},
"node_modules/@babel/traverse/node_modules/globals": {
"version": "11.12.0",
"resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz",
"integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==",
"engines": {
"node": ">=4"
}
},
"node_modules/@babel/types": {
"version": "7.23.6",
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.23.6.tgz",
@ -6962,14 +6978,6 @@
"which": "bin/which"
}
},
"node_modules/globals": {
"version": "15.9.0",
"resolved": "https://registry.npmjs.org/globals/-/globals-15.9.0.tgz",
"integrity": "sha512-SmSKyLLKFbSr6rptvP8izbyxJL4ILwqO9Jg23UA0sDlGlu58V59D1//I3vlc0KJphVdUR7vMjHIplYnzBxorQA==",
"engines": {
"node": ">=4"
}
},
"node_modules/globby": {
"version": "11.1.0",
"resolved": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz",

View File

@ -0,0 +1,12 @@
import React from 'react';
import Footer from '@theme-original/Footer';
export default function FooterWrapper(props) {
return (
<>
<div style={{height:150 + 'px'}} id="yandex_rtb_R-A-12294791-1"></div>
<Footer {...props} />
</>
);
}

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,9 @@
window.yaContextCb=window.yaContextCb||[]
window.yaContextCb.push(() => {
Ya.Context.AdvManager.render({
"blockId": "R-A-12294791-1",
"renderTo": "yandex_rtb_R-A-12294791-1",
"type": "feed"
})
})