Skip to content

Commit

Permalink
deploy: 7ead3be
Browse files Browse the repository at this point in the history
  • Loading branch information
v8tenko committed Sep 20, 2023
1 parent fd2d3f3 commit c6f150b
Show file tree
Hide file tree
Showing 103 changed files with 2,283 additions and 0 deletions.
101 changes: 101 additions & 0 deletions 7ead3bed8f457b490aa67897731df2fad3514604/_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 7ead3bed8f457b490aa67897731df2fad3514604/_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 7ead3bed8f457b490aa67897731df2fad3514604/_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 7ead3bed8f457b490aa67897731df2fad3514604/en/changelog.html

Large diffs are not rendered by default.

27 changes: 27 additions & 0 deletions 7ead3bed8f457b490aa67897731df2fad3514604/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.35436414576448283"},{"name":"Syntax","items":[{"name":"Overview","href":"syntax/index.html","id":"Overview-0-0.49591772983717775"},{"name":"Basic markup","href":"syntax/base.html","id":"Basic markup-1-0.3666556722575349"},{"name":"Lists","href":"syntax/lists.html","id":"Lists-2-0.4449975875943335"},{"name":"Tables","items":[{"name":"GFM Tables","href":"syntax/tables/gfm.html","id":"GFM Tables-0-0.914071237777365"},{"name":"Multiline tables","href":"syntax/tables/multiline.html","id":"Multiline tables-1-0.4555299156929786"}],"id":"Tables-3-0.819000243033885"},{"name":"Notes","href":"syntax/notes.html","id":"Notes-4-0.8729792233669094"},{"name":"Cuts and tabs","href":"syntax/cuts-tabs.html","id":"Cuts and tabs-5-0.6036948656434862"},{"name":"Links","href":"syntax/links.html","id":"Links-6-0.36155010456878656"},{"name":"Media","href":"syntax/media.html","id":"Media-7-0.8698628063612277"},{"name":"Code snippets","href":"syntax/code.html","id":"Code snippets-8-0.2836761226633846"},{"name":"Comments and metadata","href":"syntax/meta.html","id":"Comments and metadata-9-0.6257013334472301"},{"name":"Variables","href":"syntax/vars.html","id":"Variables-10-0.42908579363561117"},{"name":"Definition","href":"syntax/term.html","id":"Definition-11-0.8653302269290863"},{"name":"Additional features","href":"syntax/additional.html","id":"Additional features-12-0.4833584781224589"}],"id":"Syntax-1-0.5309858825956193"},{"name":"Settings","href":"settings.html","id":"Settings-2-0.7222545620696315"},{"name":"Tools","items":[{"name":"Transformer","items":[{"name":"Overview","href":"tools/transform/index.html","id":"Overview-0-0.8076980950353405"},{"name":"Settings","href":"tools/transform/settings.html","id":"Settings-1-0.9266201615821017"},{"name":"Syntax highlighting","href":"tools/transform/highlight.html","id":"Syntax highlighting-2-0.9352969883988864"}],"id":"Transformer-0-0.07145673634610072"},{"name":"Builder","items":[{"name":"Overview","href":"tools/docs/index.html","id":"Overview-0-0.2900420763059408"},{"name":"Build","href":"tools/docs/build.html","id":"Build-1-0.3428643880943867"},{"name":"Translate","href":"tools/docs/translate.html","id":"Translate-2-0.7335969983992847"},{"name":"Settings","href":"tools/docs/settings.html","id":"Settings-3-0.640670809915719"},{"name":"Single-page build","href":"tools/docs/singlepage.html","id":"Single-page build-4-0.19246496937454283"},{"name":"Uploading to S3","href":"tools/docs/publish-s3.html","id":"Uploading to S3-5-0.9027129944262988"}],"id":"Builder-1-0.4339064405124564"}],"id":"Tools-3-0.8505262018717761"},{"name":"Plugins","items":[{"name":"Overview","href":"plugins/index.html","id":"Overview-0-0.5859242992630211"},{"name":"Adding additional plugins","href":"plugins/import.html","id":"Adding additional plugins-1-0.7103044722201355"}],"id":"Plugins-4-0.9761859889819864"},{"name":"Organizing a YFM project","items":[{"name":"Overview","href":"project/index.html","id":"Overview-0-0.3462504709794967"},{"name":"Contents","href":"project/toc.html","id":"Contents-1-0.18610963356657573"},{"name":"Leading page","href":"project/leading-page.html","id":"Leading page-2-0.25502410079620974"},{"name":"Variable presets","href":"project/presets.html","id":"Variable presets-3-0.9776437102462956"},{"name":"Configuration file","href":"project/config.html","id":"Configuration file-4-0.24959986716850424"},{"name":"Reusing content","href":"project/includes.html","id":"Reusing content-5-0.11457858652006947"},{"name":"Linter configuration file","href":"project/lint.html","id":"Linter configuration file-6-0.5477679588554403"}],"id":"Organizing a YFM project-5-0.9396559972485454"},{"name":"Making edits","href":"contribution.html","id":"Making edits-6-0.4443810547980498"},{"name":"YFM releases","href":"changelog.html","id":"YFM releases-7-0.5267323290901365"},{"name":"OpenAPI","items":[{"name":"Overview","href":"openapi/index.html","id":"Overview-0-0.30290101323978824"},{"name":"test-controller","items":[{"name":"Overview","href":"openapi/test-controller/index.html","id":"Overview-0-0.5045015953724901"},{"href":"openapi/test-controller/getWithPayloadResponse.html","name":"Simple get operation","id":"Simple get operation-1-0.20000450349879628"}],"id":"test-controller-1-0.8237063975218606"}],"id":"OpenAPI-8-0.5926466438155669"}],"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 c6f150b

Please sign in to comment.