Skip to content

Commit

Permalink
Deploy to GitHub pages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Dec 13, 2024
0 parents commit e878c76
Show file tree
Hide file tree
Showing 48 changed files with 734 additions and 0 deletions.
43 changes: 43 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
<!doctype html>
<html lang="en-US">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<meta name="generator" content="VuePress 2.0.0-rc.18" />
<style>
:root {
--vp-c-bg: #fff;
}

[data-theme='dark'] {
--vp-c-bg: #1b1b1f;
}

html,
body {
background-color: var(--vp-c-bg);
}
</style>
<script>
const userMode = localStorage.getItem('vuepress-color-scheme')
const systemDarkMode =
'matchMedia' in window
? window.matchMedia('(prefers-color-scheme: dark)').matches
: false

if (userMode === 'light') {
document.documentElement.dataset.theme = 'light'
} else if (userMode === 'dark' || systemDarkMode) {
document.documentElement.dataset.theme = 'dark'
}
</script>
<link rel="icon" href="/learning-ai/favicon.ico"><link rel="manifest" href="/learning-ai/manifest.webmanifest"><meta name="theme-color" content="#00A67E"><title></title><meta name="description" content="">
<link rel="preload" href="/learning-ai/assets/style-DxALa4jE.css" as="style"><link rel="stylesheet" href="/learning-ai/assets/style-DxALa4jE.css">
<link rel="modulepreload" href="/learning-ai/assets/app-B8eEo73O.js"><link rel="modulepreload" href="/learning-ai/assets/404.html-DYRMB4Ru.js">
<link rel="prefetch" href="/learning-ai/assets/index.html-o72z90CO.js" as="script"><link rel="prefetch" href="/learning-ai/assets/index.html-DZT0YMV_.js" as="script"><link rel="prefetch" href="/learning-ai/assets/index.html-DX0OMyLl.js" as="script"><link rel="prefetch" href="/learning-ai/assets/index.html-D3SSA6S6.js" as="script"><link rel="prefetch" href="/learning-ai/assets/index.html-C1EDHIdq.js" as="script"><link rel="prefetch" href="/learning-ai/assets/index.html-HLKcg4JM.js" as="script"><link rel="prefetch" href="/learning-ai/assets/index.html-D-C9fRFs.js" as="script"><link rel="prefetch" href="/learning-ai/assets/setupDevtools-7MC2TMWH-CMRiYH7f.js" as="script">
</head>
<body>
<div id="app"><!----></div>
<script type="module" src="/learning-ai/assets/app-B8eEo73O.js" defer></script>
</body>
</html>
1 change: 1 addition & 0 deletions assets/404.html-DYRMB4Ru.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added assets/alphago-D7ibr0g1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
42 changes: 42 additions & 0 deletions assets/app-B8eEo73O.js

Large diffs are not rendered by default.

Binary file added assets/assistant-BJUR0Mbm.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/avatar-Bf9zzubu.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/copilot_assistance-Cotk3f4O.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/copilot_assistance2-BM88VuDX.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/copilot_completion-CQ-GiHnM.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/copilot_diagram-BlfyAUjS.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/copilot_generation-B6N3Dysv.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/copilot_test-CDuoz2Se.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/copilot_testing-B1NBiis5.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/cot-CrIEIz7R.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/demo_prompt-BpZVtafc.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/gasparov-DChlTPYb.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions assets/index.html-C1EDHIdq.js

Large diffs are not rendered by default.

91 changes: 91 additions & 0 deletions assets/index.html-D-C9fRFs.js

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions assets/index.html-D3SSA6S6.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit e878c76

Please sign in to comment.