Skip to content

Commit

Permalink
deploy: 15ba121
Browse files Browse the repository at this point in the history
  • Loading branch information
v8tenko committed Sep 21, 2023
1 parent c6f150b commit e3ced79
Show file tree
Hide file tree
Showing 103 changed files with 2,283 additions and 0 deletions.
101 changes: 101 additions & 0 deletions 15ba121e84f891f8e3da1a50486263b154af837d/_assets/style/sample.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,101 @@
.yfm h1 {
font-family: var(--g-text-header-font-family);
font-weight: 700;
}

.yfm h2,h3,h4,h5,h6 {
font-family: var(--g-text-header-font-family);
font-weight: 600;
}

.g-root {
--g-text-header-font-family: "Manrope","Helvetica Neue","Arial","Helvetica",sans-serif;
--g-font-family-sans: "Inter","Helvetica Neue","Arial","Helvetica",sans-serif;
--g-font-family-monospace: "Martian Mono","Monaco","Consolas","Ubuntu Mono","Liberation Mono","DejaVu Sans Mono","Courier New","Courier",monospace;
--g-text-accent-font-weight: 700;
}

.g-root_theme_light {
--g-color-private-dark-green-50: rgba(20, 45, 35, 0.05);
--g-color-private-dark-green-100: rgba(20, 45, 35, 0.1);
--g-color-private-dark-green-150: rgba(20, 45, 35, 0.15);
--g-color-private-dark-green-200: rgba(20, 45, 35, 0.2);
--g-color-private-dark-green-250: rgba(20, 45, 35, 0.25);
--g-color-private-dark-green-300: rgba(20, 45, 35, 0.3);
--g-color-private-dark-green-350: rgba(20, 45, 35, 0.35);
--g-color-private-dark-green-400: rgba(20, 45, 35, 0.4);
--g-color-private-dark-green-450: rgba(20, 45, 35, 0.45);
--g-color-private-dark-green-500: rgba(20, 45, 35, 0.5);
--g-color-private-dark-green-550: rgba(20, 45, 35, 0.55);
--g-color-private-dark-green-600: rgba(20, 45, 35, 0.6);
--g-color-private-dark-green-650: rgba(20, 45, 35, 0.65);
--g-color-private-dark-green-700: rgba(20, 45, 35, 0.7);
--g-color-private-dark-green-750: rgba(20, 45, 35, 0.75);
--g-color-private-dark-green-800: rgba(20, 45, 35, 0.8);
--g-color-private-dark-green-850: rgba(20, 45, 35, 0.85);
--g-color-private-dark-green-900: rgba(20, 45, 35, 0.9);
--g-color-private-dark-green-950: rgba(20, 45, 35, 0.95);
--g-color-private-dark-green-1000-solid: rgba(20, 45, 35, 1);

--g-color-text-dark-primary: var(--g-color-private-dark-green-1000-solid);
--g-color-text-dark-complementary: var(--g-color-private-dark-green-800);
--g-color-text-dark-secondary: var(--g-color-private-dark-green-600);
--g-color-text-dark-hint: var(--g-color-private-dark-green-400);

--g-color-base-brand: var(--g-color-private-green-550-solid);
--g-color-base-brand-hover: var(--g-color-private-green-650-solid);
--g-color-base-selection: var(--g-color-private-green-150);
--g-color-base-selection-hover: var(--g-color-private-green-300);

--g-color-text-link: var(--g-color-private-green-700-solid);
--g-color-text-link-hover: var(--g-color-private-green-850-solid);
--g-color-text-brand: var(--g-color-private-green-700-solid);
--g-color-text-brand-heavy: var(--g-color-private-green-850-solid);
--g-color-line-brand: var(--g-color-private-green-550-solid);

}

.g-root_theme_dark {
--g-color-base-background: rgba(22, 32, 27, 1);

--g-color-base-brand: var(--g-color-private-green-550-solid);
--g-color-base-brand-hover: var(--g-color-private-green-650-solid);
--g-color-base-selection: var(--g-color-private-green-150);
--g-color-base-selection-hover: var(--g-color-private-green-300);

--g-color-text-link: var(--g-color-private-green-600-solid);
--g-color-text-link-hover: var(--g-color-private-green-850-solid);
--g-color-text-brand: var(--g-color-private-green-600-solid);
--g-color-text-brand-heavy: var(--g-color-private-green-850-solid);
--g-color-line-brand: var(--g-color-private-green-550-solid);
}

@mixin g-colors-private-green-light { --g-color-private-green-50: rgba(106,226,154,0.1); --g-color-private-green-100: rgba(106,226,154,0.15); --g-color-private-green-150: rgba(106,226,154,0.2); --g-color-private-green-200: rgba(106,226,154,0.3); --g-color-private-green-250: rgba(106,226,154,0.4); --g-color-private-green-300: rgba(106,226,154,0.5); --g-color-private-green-350: rgba(106,226,154,0.6); --g-color-private-green-400: rgba(106,226,154,0.7); --g-color-private-green-450: rgba(106,226,154,0.8); --g-color-private-green-500: rgba(106,226,154,0.9); --g-color-private-green-50-solid: rgb(240,252,245); --g-color-private-green-100-solid: rgb(233,251,240); --g-color-private-green-150-solid: rgb(225,249,235); --g-color-private-green-200-solid: rgb(210,246,225); --g-color-private-green-250-solid: rgb(195,243,215); --g-color-private-green-300-solid: rgb(181,241,205); --g-color-private-green-350-solid: rgb(166,238,194); --g-color-private-green-400-solid: rgb(151,235,184); --g-color-private-green-450-solid: rgb(136,232,174); --g-color-private-green-500-solid: rgb(121,229,164); --g-color-private-green-550-solid: rgb(106,226,154); --g-color-private-green-600-solid: rgb(97,207,141); --g-color-private-green-650-solid: rgb(88,187,128); --g-color-private-green-700-solid: rgb(78,168,115); --g-color-private-green-750-solid: rgb(69,148,102); --g-color-private-green-800-solid: rgb(60,129,89); --g-color-private-green-850-solid: rgb(51,110,76); --g-color-private-green-900-solid: rgb(42,90,63); --g-color-private-green-950-solid: rgb(32,71,50); --g-color-private-green-1000-solid: rgb(28,61,44);}

@mixin g-colors-private-color-light { --g-color-private-color-50: rgba(67,188,119,0.1); --g-color-private-color-100: rgba(67,188,119,0.15); --g-color-private-color-150: rgba(67,188,119,0.2); --g-color-private-color-200: rgba(67,188,119,0.3); --g-color-private-color-250: rgba(67,188,119,0.4); --g-color-private-color-300: rgba(67,188,119,0.5); --g-color-private-color-350: rgba(67,188,119,0.6); --g-color-private-color-400: rgba(67,188,119,0.7); --g-color-private-color-450: rgba(67,188,119,0.8); --g-color-private-color-500: rgba(67,188,119,0.9); --g-color-private-color-50-solid: rgb(27,48,36); --g-color-private-color-100-solid: rgb(29,55,41); --g-color-private-color-150-solid: rgb(31,63,45); --g-color-private-color-200-solid: rgb(36,79,55); --g-color-private-color-250-solid: rgb(40,94,64); --g-color-private-color-300-solid: rgb(45,110,73); --g-color-private-color-350-solid: rgb(49,126,82); --g-color-private-color-400-solid: rgb(54,141,91); --g-color-private-color-450-solid: rgb(58,157,101); --g-color-private-color-500-solid: rgb(63,172,110); --g-color-private-color-550-solid: rgb(67,188,119); --g-color-private-color-600-solid: rgb(86,195,133); --g-color-private-color-650-solid: rgb(105,201,146); --g-color-private-color-700-solid: rgb(123,208,160); --g-color-private-color-750-solid: rgb(142,215,173); --g-color-private-color-800-solid: rgb(161,222,187); --g-color-private-color-850-solid: rgb(180,228,201); --g-color-private-color-900-solid: rgb(199,235,214); --g-color-private-color-950-solid: rgb(217,242,228); --g-color-private-color-1000-solid: rgb(227,245,235);}

@mixin g-colors-private-green-dark { --g-color-private-green-50: rgba(67,188,119,0.1); --g-color-private-green-100: rgba(67,188,119,0.15); --g-color-private-green-150: rgba(67,188,119,0.2); --g-color-private-green-200: rgba(67,188,119,0.3); --g-color-private-green-250: rgba(67,188,119,0.4); --g-color-private-green-300: rgba(67,188,119,0.5); --g-color-private-green-350: rgba(67,188,119,0.6); --g-color-private-green-400: rgba(67,188,119,0.7); --g-color-private-green-450: rgba(67,188,119,0.8); --g-color-private-green-500: rgba(67,188,119,0.9); --g-color-private-green-50-solid: rgb(19,48,34); --g-color-private-green-100-solid: rgb(22,55,38); --g-color-private-green-150-solid: rgb(25,63,43); --g-color-private-green-200-solid: rgb(30,79,53); --g-color-private-green-250-solid: rgb(35,94,62); --g-color-private-green-300-solid: rgb(41,110,72); --g-color-private-green-350-solid: rgb(46,126,81); --g-color-private-green-400-solid: rgb(51,141,91); --g-color-private-green-450-solid: rgb(56,157,100); --g-color-private-green-500-solid: rgb(62,172,110); --g-color-private-green-550-solid: rgb(67,188,119); --g-color-private-green-600-solid: rgb(86,195,133); --g-color-private-green-650-solid: rgb(105,201,146); --g-color-private-green-700-solid: rgb(123,208,160); --g-color-private-green-750-solid: rgb(142,215,173); --g-color-private-green-800-solid: rgb(161,222,187); --g-color-private-green-850-solid: rgb(180,228,201); --g-color-private-green-900-solid: rgb(199,235,214); --g-color-private-green-950-solid: rgb(217,242,228); --g-color-private-green-1000-solid: rgb(227,245,235);}

@mixin g-colors-private-dark {
--g-color-private-white-50-solid: rgb(34, 43, 38);
--g-color-private-white-70-solid: rgb(38, 48, 43);
--g-color-private-white-100-solid: rgb(45, 54, 50);
--g-color-private-white-150-solid: rgb(57, 65, 61);
--g-color-private-white-200-solid: rgb(69, 77, 73);
--g-color-private-white-250-solid: rgb(80, 88, 84);
--g-color-private-white-300-solid: rgb(92, 99, 95);
--g-color-private-white-350-solid: rgb(104, 110, 107);
--g-color-private-white-400-solid: rgb(115, 121, 118);
--g-color-private-white-450-solid: rgb(127, 132, 130);
--g-color-private-white-500-solid: rgb(138, 143, 141);
--g-color-private-white-550-solid: rgb(150, 155, 152);
--g-color-private-white-600-solid: rgb(162, 166, 164);
--g-color-private-white-650-solid: rgb(173, 177, 175);
--g-color-private-white-700-solid: rgb(185, 188, 187);
--g-color-private-white-750-solid: rgb(197, 199, 198);
--g-color-private-white-800-solid: rgb(208, 210, 209);
--g-color-private-white-850-solid: rgb(220, 222, 221);
--g-color-private-white-900-solid: rgb(232, 233, 232);
--g-color-private-white-950-solid: rgb(243, 244, 244);
--g-color-private-white-1000-solid: rgb(255, 255, 255);
}
51 changes: 51 additions & 0 deletions 15ba121e84f891f8e3da1a50486263b154af837d/_bundle/app.client.css

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions 15ba121e84f891f8e3da1a50486263b154af837d/_images/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
27 changes: 27 additions & 0 deletions 15ba121e84f891f8e3da1a50486263b154af837d/en/changelog.html

Large diffs are not rendered by default.

27 changes: 27 additions & 0 deletions 15ba121e84f891f8e3da1a50486263b154af837d/en/contribution.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@

<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="utf-8">

<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Making edits | Yandex Flavored Markdown</title>
<style type="text/css">
body {
height: 100vh;
}
</style>
<link type="text/css" rel="stylesheet" href="../_bundle/app.client.css" />


</head>
<body class="yc-root yc-root_theme_light">
<div id="root"></div>
<script type="application/javascript">
window.STATIC_CONTENT = false
window.__DATA__ = {"data":{"leading":false,"toc":{"title":"Yandex Flavored Markdown","items":[{"name":"Yandex Flavored Markdown","href":"index.html","id":"Yandex Flavored Markdown-0-0.34071863773267386"},{"name":"Syntax","items":[{"name":"Overview","href":"syntax/index.html","id":"Overview-0-0.4020040597134136"},{"name":"Basic markup","href":"syntax/base.html","id":"Basic markup-1-0.9370546591620956"},{"name":"Lists","href":"syntax/lists.html","id":"Lists-2-0.23070236389394871"},{"name":"Tables","items":[{"name":"GFM Tables","href":"syntax/tables/gfm.html","id":"GFM Tables-0-0.37269806593265686"},{"name":"Multiline tables","href":"syntax/tables/multiline.html","id":"Multiline tables-1-0.8460547313183746"}],"id":"Tables-3-0.42607626039284696"},{"name":"Notes","href":"syntax/notes.html","id":"Notes-4-0.4656083738339962"},{"name":"Cuts and tabs","href":"syntax/cuts-tabs.html","id":"Cuts and tabs-5-0.9838031390604696"},{"name":"Links","href":"syntax/links.html","id":"Links-6-0.050713598763300505"},{"name":"Media","href":"syntax/media.html","id":"Media-7-0.8674816085006753"},{"name":"Code snippets","href":"syntax/code.html","id":"Code snippets-8-0.40900739764773686"},{"name":"Comments and metadata","href":"syntax/meta.html","id":"Comments and metadata-9-0.005306687199542637"},{"name":"Variables","href":"syntax/vars.html","id":"Variables-10-0.8012371831330798"},{"name":"Definition","href":"syntax/term.html","id":"Definition-11-0.36910969867990007"},{"name":"Additional features","href":"syntax/additional.html","id":"Additional features-12-0.9811975249605431"}],"id":"Syntax-1-0.5833121750006252"},{"name":"Settings","href":"settings.html","id":"Settings-2-0.726178465200189"},{"name":"Tools","items":[{"name":"Transformer","items":[{"name":"Overview","href":"tools/transform/index.html","id":"Overview-0-0.8853046973064143"},{"name":"Settings","href":"tools/transform/settings.html","id":"Settings-1-0.7110351077479133"},{"name":"Syntax highlighting","href":"tools/transform/highlight.html","id":"Syntax highlighting-2-0.06180660215538203"}],"id":"Transformer-0-0.42960034777231515"},{"name":"Builder","items":[{"name":"Overview","href":"tools/docs/index.html","id":"Overview-0-0.5542509798976001"},{"name":"Build","href":"tools/docs/build.html","id":"Build-1-0.9844623199679965"},{"name":"Translate","href":"tools/docs/translate.html","id":"Translate-2-0.5028918913365155"},{"name":"Settings","href":"tools/docs/settings.html","id":"Settings-3-0.6100784393895156"},{"name":"Single-page build","href":"tools/docs/singlepage.html","id":"Single-page build-4-0.5064807670335898"},{"name":"Uploading to S3","href":"tools/docs/publish-s3.html","id":"Uploading to S3-5-0.39262860688518875"}],"id":"Builder-1-0.6237780054852053"}],"id":"Tools-3-0.12592995750630642"},{"name":"Plugins","items":[{"name":"Overview","href":"plugins/index.html","id":"Overview-0-0.9574197606179053"},{"name":"Adding additional plugins","href":"plugins/import.html","id":"Adding additional plugins-1-0.4055484488061849"}],"id":"Plugins-4-0.44573818694618583"},{"name":"Organizing a YFM project","items":[{"name":"Overview","href":"project/index.html","id":"Overview-0-0.8239069283602745"},{"name":"Contents","href":"project/toc.html","id":"Contents-1-0.19436758988715597"},{"name":"Leading page","href":"project/leading-page.html","id":"Leading page-2-0.5081521725509277"},{"name":"Variable presets","href":"project/presets.html","id":"Variable presets-3-0.9104607513479672"},{"name":"Configuration file","href":"project/config.html","id":"Configuration file-4-0.2018957845476641"},{"name":"Reusing content","href":"project/includes.html","id":"Reusing content-5-0.39166817021161404"},{"name":"Linter configuration file","href":"project/lint.html","id":"Linter configuration file-6-0.016370335528102187"}],"id":"Organizing a YFM project-5-0.8160666836456709"},{"name":"Making edits","href":"contribution.html","id":"Making edits-6-0.45849357157907056"},{"name":"YFM releases","href":"changelog.html","id":"YFM releases-7-0.6352161202444107"},{"name":"OpenAPI","items":[{"name":"Overview","href":"openapi/index.html","id":"Overview-0-0.3904225842671414"},{"name":"test-controller","items":[{"name":"Overview","href":"openapi/test-controller/index.html","id":"Overview-0-0.6151319330463729"},{"href":"openapi/test-controller/getWithPayloadResponse.html","name":"Simple get operation","id":"Simple get operation-1-0.6562531499196209"}],"id":"test-controller-1-0.3481369311299938"}],"id":"OpenAPI-8-0.7377654812808794"}],"base":"en"},"meta":{"style":[],"script":[]},"assets":[],"headings":[],"title":"Making edits","includes":[],"html":"<p>The source files of this document and YFM tools are stored in repositories:</p>\n<ul>\n<li><a href=\"https://github.com/yandex-cloud/yfm-documentation\" target=\"_blank\" rel=\"noreferrer noopener\">YFM Documentation</a></li>\n<li><a href=\"https://github.com/yandex-cloud/yfm-transform\" target=\"_blank\" rel=\"noreferrer noopener\">Transformer</a></li>\n<li><a href=\"https://github.com/yandex-cloud/docs\" target=\"_blank\" rel=\"noreferrer noopener\">Builder</a></li>\n</ul>\n<p>You can submit bugs and suggestions as GitHub issues in the corresponding repository.</p>\n<p>To make edits, create a pull request from your fork. Edits will be reviewed by the repository owner.</p>\n"},"router":{"pathname":"contribution.html"},"lang":"ru"};
</script>
<script type="application/javascript" src="../_bundle/app.client.js"></script>
</body>
</html>

Loading

0 comments on commit e3ced79

Please sign in to comment.