Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge pull request #1441

Merged
merged 8 commits into from
Jan 16, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Empty file modified .gitpod.yml
100755 → 100644
Empty file.
Empty file modified .vscode/settings.json
100755 → 100644
Empty file.
Binary file added docs/content/books/c-handbook.pdf
Binary file not shown.
Binary file added docs/content/books/es5-to-esnext.pdf
Binary file not shown.
Binary file added docs/content/books/express-handbook.pdf
Binary file not shown.
Binary file added docs/content/books/html-handbook.pdf
Binary file not shown.
Binary file added docs/content/books/linux-commands-handbook.pdf
Binary file not shown.
Binary file added docs/content/books/node-handbook.pdf
Binary file not shown.
Binary file added docs/content/books/react-beginners-handbook.pdf
Binary file not shown.
4,288 changes: 4,288 additions & 0 deletions docs/content/cheat-sheets/CHEATSHEET.md

Large diffs are not rendered by default.

301 changes: 301 additions & 0 deletions docs/content/cheat-sheets/Theme.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,301 @@
html, body {
color: #333;
background: white;
font-family: medium-content-serif-font,Georgia,Cambria,"Times New Roman",Times,serif;
font-style: normal;
font-size: 20px;
line-height: 1.6;
-webkit-font-smoothing: antialiased;
height: 100%;
padding: 10px !important;
margin: 0;
scrollbar-track-color: Whitesmoke;
scrollbar-arrow-color: silver;
scrollbar-base-color: #ddd;
scrollbar-face-color: #ddd;
-ms-overflow-style: -ms-autohiding-scrollbar !important;
}

h1, h2, h3, h4, h5, h6, .byline, .content-title {
font-family: apple-system,BlinkMacSystemFont,"Segoe UI","Source Sans Pro",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
margin-top: 1em;
margin-bottom: 16px;
color: #333;
font-weight: 600;
}

h1 {
padding-bottom: 0.3em;
font-size: 40px;
line-height: 1.04;
margin-bottom: 16px;
}

h2 {
font-size: 1.6em;
border-bottom: 1px solid #eee;
}

h3 {
display: block;
font-size: 32px;
}

h4 {
font-size: 24px;
}

h5, h6 {
font-size: 1em;
}

a, a:visited {
text-decoration: none;
color: steelblue;
font-weight: 600;
}

a:hover {
text-decoration: underline;
}

li {
margin-bottom: 12px;
margin-top: 12px;
}

code {
font-family: Consolas, monospace;
color: #333;
background: #eee;
}

pre {
font-family: menlo,consolas,monospace;
font-weight: normal;
font-size: 87%;
line-height: 1.40;
margin: 7px 0;
padding: 0;
border: 1px solid #ddd;
border-radius: 5px;
overflow-x: auto;
max-width: 98%;
white-space: pre;
word-break: normal;
word-wrap: normal;
background: #f6f6f6;
}

pre > code {
white-space: pre;
padding: 0.8em !important;
display: block;
background: transparent;
font-weight: normal;
}
pre>code::-webkit-scrollbar {
width: 8px;
height: 8px;
background: #bbb;
}
pre > code::-webkit-scrollbar-thumb {
background:#888;
}
table {
width: 100%;
overflow: auto;
border-spacing: 0;
border-collapse: collapse;
margin: 15px 0;
border-color: gray;
}

td, th {
border: 1px solid #ddd;
padding: 6px 13px;
display: table-cell;
vertical-align: top;
}

th {
font-weight: bold;
}

tbody > tr:nth-child(even) {
background: #eee;
}

img {
max-width: 100%;
margin: 0 auto;
}

ul, ol {
margin: 1.1em 0;
}

li {
margin: 0.6em 0.2em 0.6em 1em;
}

ul > li > ul > li > ul > li {
list-style: disc;
}

ul > li > ul > li {
list-style: square;
}

.task-list-item {
list-style: none;
margin-left: -2em;
}
/* definition lists can be toggled*/
dt {
font-size: 1.08em;
font-weight: bold;
text-decoration: underline;
padding-top: 0.5em;
cursor: pointer;
}

dd {
margin: 0;
padding: 0 0 0.2em 1em;
display: none;
}


blockquote {
background: #f8f8f8;
font-size: 1.1em;
padding: 5px 10px 5px 15px;
margin: 30px 10px;
border-left: 7px #ddd solid;
}

blockquote h3, blockquote h4, blockquote h5 {
margin-top: 8px;
}

hr {
margin: 12px 0;
}

.figure .caption, figure figcaption {
font-size: 0.8em;
font-style: italic;
margin-top: 0;
}
/* hidden display, but still part of document flow */
.hidden {
display: none;
}

.hidden-nowidth {
width: 0;
}

.visually-hidden {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}

.line-highlight {
background: #e9f5ff !important;
}

p.line-highlight, h1.line-highlight, h2.line-highlight, h3.line-highlight, h4.line-highlight {
border-radius: 4px;
margin-left: -10px;
margin-right: -10px;
padding-left: 10px;
padding-right: 10px;
}

#MainContent {
margin: 0 auto;
padding: 10px 40px;
max-width: 840px;
color: #626262;
}

/* DocFx Styles*/
.CAUTION, .IMPORTANT, .INFO, .TIP, .NOTE, .WARNING {
padding: 0.1px 20px;
margin: 15px 0;
border-radius: 4px;
}

.CAUTION > h5, .IMPORTANT > h5, .INFO > h5, .TIP > h5, .NOTE > h5, .WARNING > h5 {
color: inherit;
}

.CAUTION, .IMPORTANT {
color: #a94442;
background-color: #f2dede;
border-color: #ebccd1;
}

.WARNING {
color: #8a6d3b;
background-color: #fcf8e3;
border-color: #faebcc;
}

.INFO, .TIP, .NOTE {
color: #31708f;
background-color: #d9edf7;
border-color: #bce8f1;
}

.NOTE h5:before, .TIP h5:before {
content: "\f05a";
font-family: FontAwesome;
padding-right: 6px;
}

.WARNING h5:before, .CAUTION h5:before {
content: "\f071";
font-family: FontAwesome;
padding-right: 6px;
}

.IMPORTANT h5:before {
content: "\f06a";
font-family: FontAwesome;
padding-right: 6px;
}

xref {
display: block;
}


@media(min-width: 1080px) {
html, body {
}
}

@media print {
pre {
white-space: pre-wrap;
word-break: normal;
word-wrap: normal;
}

pre > code {
white-space: pre-wrap;
padding: 1em !important;
/* highlight js overrides for wkhtmltopdf - match to theme */
background: #f6f6f6;
color: #333333;
}
}
26 changes: 26 additions & 0 deletions docs/content/cheat-sheets/Theme.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
<!DOCTYPE html>
<html lang="en">
<head>
<base href="{$docPath}" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta charset="utf-8" />

<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<link href="{$themePath}..\Scripts\bootstrap\css\bootstrap.min.css" rel="stylesheet" />
<link href="{$themePath}..\scripts\fontawesome\css\font-awesome.min.css" rel="stylesheet" />
<link href="{$themePath}Theme.css" rel="stylesheet" />

<script src="{$themePath}..\scripts\jquery.min.js"></script>
<link href="{$themePath}..\scripts\highlightjs/styles/github-gist.css" rel="stylesheet" />
<script src="{$themePath}..\scripts\highlightjs\highlight.pack.js"></script>
<script src="{$themePath}..\scripts\preview.js" id="PreviewScript"></script>
{$extraHeaders}
</head>
<body>
<div id="MainContent">
<!-- Markdown Monster Content -->
{$markdownHtml}
<!-- End Markdown Monster Content -->
</div>
</body>
</html>
Loading