Skip to content

Commit

Permalink
Merge pull request #15 from helios-platform/fix/organization-and-rese…
Browse files Browse the repository at this point in the history
…t-base-path

fix: organization and reset base path
  • Loading branch information
Kuanchiliao1 authored Aug 20, 2024
2 parents b4c6432 + 418918f commit 1e14b22
Show file tree
Hide file tree
Showing 78 changed files with 186 additions and 825 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
node_modules/
docs/.vitepress/cache/
.DS_Store
dist
6 changes: 3 additions & 3 deletions docs/.vitepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ export default defineConfig({
title: "Helios Case Study",
description: "case study - Helios data stream analysis platform",
cleanUrls: true,
base: '/case-study/',
head: [['link', { rel: 'icon', href: '/case-study/helios_favicon.ico' }]],
base: '/',
head: [['link', { rel: 'icon', href: '/helios_favicon.ico' }]],
appearance: false,
themeConfig: {
nav: [{ text: "Home", link: "/" }],
Expand All @@ -26,7 +26,7 @@ export default defineConfig({
level: [2, 3],
},
socialLinks: [
{ icon: "github", link: "https://github.com/helios-pipeline/deploy" },
{ icon: "github", link: "https://github.com/helios-platform" },
],
},
vite: {
Expand Down
10 changes: 5 additions & 5 deletions docs/.vitepress/dist/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@
<title>404 | Helios Case Study</title>
<meta name="description" content="Not Found">
<meta name="generator" content="VitePress v1.3.3">
<link rel="preload stylesheet" href="/case-study/assets/style.Ch3mEVPQ.css" as="style">
<link rel="preload stylesheet" href="/assets/style.S2vhD71c.css" as="style">

<script type="module" src="/case-study/assets/app.CoicuEUp.js"></script>
<link rel="preload" href="/case-study/assets/inter-roman-latin.Di8DUHzh.woff2" as="font" type="font/woff2" crossorigin="">
<script id="check-dark-mode">(()=>{const e=localStorage.getItem("vitepress-theme-appearance")||"auto",a=window.matchMedia("(prefers-color-scheme: dark)").matches;(!e||e==="auto"?a:e==="dark")&&document.documentElement.classList.add("dark")})();</script>
<script type="module" src="/assets/app.Dy2Vci4_.js"></script>
<link rel="preload" href="/assets/inter-roman-latin.Di8DUHzh.woff2" as="font" type="font/woff2" crossorigin="">
<link rel="icon" href="/helios_favicon.ico">
<script id="check-mac-os">document.documentElement.classList.toggle("mac",/Mac|iPhone|iPod|iPad/i.test(navigator.platform));</script>
</head>
<body>
<div id="app"></div>
<script>window.__VP_HASH_MAP__=JSON.parse("{\"about-us.md\":\"C2qKxKgR\",\"api-examples.md\":\"C61jmcDT\",\"automating-deployment.md\":\"CzzCffgA\",\"building-helios.md\":\"NyMLTPtG\",\"future-work.md\":\"CFwf7ZIW\",\"helios-architecture.md\":\"CY1ms68H\",\"improving-core-platform.md\":\"BqJIFFk1\",\"index.md\":\"P4UWnwpO\",\"introduction.md\":\"GgrqDEP4\",\"load-testing.md\":\"frXIo8k7\",\"main.md\":\"BOy_26uh\",\"markdown-examples.md\":\"BtPgfgKw\",\"references.md\":\"kd-DA1tE\",\"scaling.md\":\"DJd_eJBc\"}");window.__VP_SITE_DATA__=JSON.parse("{\"lang\":\"en-US\",\"dir\":\"ltr\",\"title\":\"Helios Case Study\",\"description\":\"case study - Helios data stream analysis platform\",\"base\":\"/case-study/\",\"head\":[],\"router\":{\"prefetchLinks\":true},\"appearance\":true,\"themeConfig\":{\"nav\":[{\"text\":\"Home\",\"link\":\"/\"}],\"sidebar\":{\"/\":[{\"text\":\"Introduction\",\"link\":\"/introduction\"},{\"text\":\"Helios Architecture\",\"link\":\"/helios-architecture\"},{\"text\":\"Building Helios: Design Choices\",\"link\":\"/building-helios\"},{\"text\":\"Automating Deployment\",\"link\":\"/automating-deployment\"},{\"text\":\"Improving Core Platform\",\"link\":\"/improving-core-platform\"},{\"text\":\"Scaling\",\"link\":\"/scaling\"},{\"text\":\"Load Testing\",\"link\":\"/load-testing\"},{\"text\":\"Future Work\",\"link\":\"/future-work\"},{\"text\":\"References\",\"link\":\"/references\"}]},\"outline\":{\"level\":[2,3]},\"socialLinks\":[{\"icon\":\"github\",\"link\":\"https://github.com/vuejs/vitepress\"}]},\"locales\":{},\"scrollOffset\":134,\"cleanUrls\":true}");</script>
<script>window.__VP_HASH_MAP__=JSON.parse("{\"about-us.md\":\"C1Uen_bH\",\"api-examples.md\":\"hYyRgrDe\",\"automating-deployment.md\":\"CHQEMIq6\",\"building-helios.md\":\"CMiOC9hg\",\"future-work.md\":\"BYZ8inPL\",\"helios-architecture.md\":\"DMZAY31g\",\"improving-core-platform.md\":\"CecwGvnL\",\"index.md\":\"NwUrlL1l\",\"introduction.md\":\"BHpOFlo2\",\"load-testing.md\":\"DqwsTJWq\",\"main.md\":\"_rc3C5V6\",\"markdown-examples.md\":\"EbFIBKO5\",\"references.md\":\"RHGVIdhT\",\"scaling.md\":\"C9oUySBk\"}");window.__VP_SITE_DATA__=JSON.parse("{\"lang\":\"en-US\",\"dir\":\"ltr\",\"title\":\"Helios Case Study\",\"description\":\"case study - Helios data stream analysis platform\",\"base\":\"/\",\"head\":[],\"router\":{\"prefetchLinks\":true},\"appearance\":false,\"themeConfig\":{\"nav\":[{\"text\":\"Home\",\"link\":\"/\"}],\"sidebar\":{\"/\":[{\"text\":\"Introduction\",\"link\":\"/introduction\"},{\"text\":\"Helios Architecture\",\"link\":\"/helios-architecture\"},{\"text\":\"Building Helios: Design Choices\",\"link\":\"/building-helios\"},{\"text\":\"Automating Deployment\",\"link\":\"/automating-deployment\"},{\"text\":\"Improving Core Platform\",\"link\":\"/improving-core-platform\"},{\"text\":\"Scaling\",\"link\":\"/scaling\"},{\"text\":\"Load Testing\",\"link\":\"/load-testing\"},{\"text\":\"Future Work\",\"link\":\"/future-work\"},{\"text\":\"References\",\"link\":\"/references\"}]},\"outline\":{\"level\":[2,3]},\"socialLinks\":[{\"icon\":\"github\",\"link\":\"https://github.com/helios-platform\"}]},\"locales\":{},\"scrollOffset\":134,\"cleanUrls\":true}");</script>

</body>
</html>
18 changes: 9 additions & 9 deletions docs/.vitepress/dist/about-us.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,19 @@
<title>Helios Case Study</title>
<meta name="description" content="case study - Helios data stream analysis platform">
<meta name="generator" content="VitePress v1.3.3">
<link rel="preload stylesheet" href="/case-study/assets/style.Ch3mEVPQ.css" as="style">
<link rel="preload stylesheet" href="/assets/style.S2vhD71c.css" as="style">

<script type="module" src="/case-study/assets/app.CoicuEUp.js"></script>
<link rel="preload" href="/case-study/assets/inter-roman-latin.Di8DUHzh.woff2" as="font" type="font/woff2" crossorigin="">
<link rel="modulepreload" href="/case-study/assets/chunks/theme.H2-gvx_u.js">
<link rel="modulepreload" href="/case-study/assets/chunks/framework.CE9GIcbU.js">
<link rel="modulepreload" href="/case-study/assets/about-us.md.C2qKxKgR.lean.js">
<script id="check-dark-mode">(()=>{const e=localStorage.getItem("vitepress-theme-appearance")||"auto",a=window.matchMedia("(prefers-color-scheme: dark)").matches;(!e||e==="auto"?a:e==="dark")&&document.documentElement.classList.add("dark")})();</script>
<script type="module" src="/assets/app.Dy2Vci4_.js"></script>
<link rel="preload" href="/assets/inter-roman-latin.Di8DUHzh.woff2" as="font" type="font/woff2" crossorigin="">
<link rel="modulepreload" href="/assets/chunks/theme.DAfHn029.js">
<link rel="modulepreload" href="/assets/chunks/framework.CUAWebCk.js">
<link rel="modulepreload" href="/assets/about-us.md.C1Uen_bH.lean.js">
<link rel="icon" href="/helios_favicon.ico">
<script id="check-mac-os">document.documentElement.classList.toggle("mac",/Mac|iPhone|iPod|iPad/i.test(navigator.platform));</script>
</head>
<body>
<div id="app"><div style="position:relative;" data-v-5d98c3a5><div><!--[--><div class="cursor-element" data-v-78673a82><div class="cursor-glow" data-v-78673a82></div><span data-v-78673a82></span></div><div class="star-animation-container" data-v-78673a82><div id="stars" data-v-78673a82></div><div id="stars2" data-v-78673a82></div><div id="stars3" data-v-78673a82></div><div class="body" data-v-78673a82><header data-v-78673a82><div class="logo" data-v-78673a82>Helios</div><nav data-v-78673a82><ul data-v-78673a82><li data-v-78673a82><a href="/index" data-v-78673a82>Home</a></li><li data-v-78673a82><a href="/introduction" data-v-78673a82>Case Study</a></li><li data-v-78673a82><a href="https://github.com/helios-pipeline/deploy" data-v-78673a82>GitHub</a></li></ul></nav></header><main data-v-78673a82><section class="about-us" data-v-78673a82><h1 data-v-78673a82>Meet the Team</h1><div class="team-members" data-v-78673a82><div class="team-member" data-v-78673a82><img src="/case-study/about_us/tony.jpeg" data-v-78673a82><h2 data-v-78673a82>Tony Liao</h2><p data-v-78673a82>Email: [email protected]</p><p data-v-78673a82><a href="https://www.linkedin.com/in/tonyliao1/" target="_blank" data-v-78673a82>LinkedIn</a> | <a href="https://github.com/Kuanchiliao1" target="_blank" data-v-78673a82>GitHub</a></p></div><div class="team-member" data-v-78673a82><img src="/case-study/about_us/james.jpeg" data-v-78673a82><h2 data-v-78673a82>James Drabinsky</h2><p data-v-78673a82>Email: [email protected]</p><p data-v-78673a82><a href="https://www.linkedin.com/in/jamesdrabinsky/" target="_blank" data-v-78673a82>LinkedIn</a> | <a href="https://github.com/jamesdrabinsky" target="_blank" data-v-78673a82>GitHub</a></p></div><div class="team-member" data-v-78673a82><img src="/case-study/about_us/garrett.jpeg" data-v-78673a82><h2 data-v-78673a82>Garrett Cochran</h2><p data-v-78673a82>Email: [email protected]</p><p data-v-78673a82><a href="https://www.linkedin.com/in/garrett-cochran-80bb0858/" target="_blank" data-v-78673a82>LinkedIn</a> | <a href="https://github.com/gjcochran" target="_blank" data-v-78673a82>GitHub</a></p></div><div class="team-member" data-v-78673a82><img src="/case-study/about_us/sean.jpeg" data-v-78673a82><h2 data-v-78673a82>Sean Powell</h2><p data-v-78673a82>Email: [email protected]</p><p data-v-78673a82><a href="https://www.linkedin.com/in/sean-powell/" target="_blank" data-v-78673a82>LinkedIn</a> | <a href="https://github.com/bspowell" target="_blank" data-v-78673a82>GitHub</a></p></div></div></section></main></div></div><!--]--></div></div></div>
<script>window.__VP_HASH_MAP__=JSON.parse("{\"about-us.md\":\"C2qKxKgR\",\"api-examples.md\":\"C61jmcDT\",\"automating-deployment.md\":\"CzzCffgA\",\"building-helios.md\":\"NyMLTPtG\",\"future-work.md\":\"CFwf7ZIW\",\"helios-architecture.md\":\"CY1ms68H\",\"improving-core-platform.md\":\"BqJIFFk1\",\"index.md\":\"P4UWnwpO\",\"introduction.md\":\"GgrqDEP4\",\"load-testing.md\":\"frXIo8k7\",\"main.md\":\"BOy_26uh\",\"markdown-examples.md\":\"BtPgfgKw\",\"references.md\":\"kd-DA1tE\",\"scaling.md\":\"DJd_eJBc\"}");window.__VP_SITE_DATA__=JSON.parse("{\"lang\":\"en-US\",\"dir\":\"ltr\",\"title\":\"Helios Case Study\",\"description\":\"case study - Helios data stream analysis platform\",\"base\":\"/case-study/\",\"head\":[],\"router\":{\"prefetchLinks\":true},\"appearance\":true,\"themeConfig\":{\"nav\":[{\"text\":\"Home\",\"link\":\"/\"}],\"sidebar\":{\"/\":[{\"text\":\"Introduction\",\"link\":\"/introduction\"},{\"text\":\"Helios Architecture\",\"link\":\"/helios-architecture\"},{\"text\":\"Building Helios: Design Choices\",\"link\":\"/building-helios\"},{\"text\":\"Automating Deployment\",\"link\":\"/automating-deployment\"},{\"text\":\"Improving Core Platform\",\"link\":\"/improving-core-platform\"},{\"text\":\"Scaling\",\"link\":\"/scaling\"},{\"text\":\"Load Testing\",\"link\":\"/load-testing\"},{\"text\":\"Future Work\",\"link\":\"/future-work\"},{\"text\":\"References\",\"link\":\"/references\"}]},\"outline\":{\"level\":[2,3]},\"socialLinks\":[{\"icon\":\"github\",\"link\":\"https://github.com/vuejs/vitepress\"}]},\"locales\":{},\"scrollOffset\":134,\"cleanUrls\":true}");</script>
<div id="app"><div style="position:relative;" data-v-5d98c3a5><div><!--[--><div class="cursor-element" data-v-2e2425dd><div class="cursor-glow" data-v-2e2425dd></div><span data-v-2e2425dd></span></div><div class="star-animation-container" data-v-2e2425dd><div class="bar" data-v-2e2425dd></div><div id="stars" data-v-2e2425dd></div><div id="stars2" data-v-2e2425dd></div><div id="stars3" data-v-2e2425dd></div><div class="body" data-v-2e2425dd><header data-v-2e2425dd><img class="logo" src="/home/helios_icon_white.png" data-v-2e2425dd><nav data-v-2e2425dd><ul data-v-2e2425dd><li data-v-2e2425dd><a href="/" data-v-2e2425dd>Home</a></li><li data-v-2e2425dd><a href="/introduction" data-v-2e2425dd>Case Study</a></li><li data-v-2e2425dd><a href="https://github.com/helios-platform" data-v-2e2425dd><img src="/home/github-icon.png" data-v-2e2425dd></a></li></ul></nav></header><main data-v-2e2425dd><section class="about-us" data-v-2e2425dd><h1 data-v-2e2425dd>Meet the Team</h1><div class="team-members" data-v-2e2425dd><div class="team-member" data-v-2e2425dd><img src="/about_us/tony.png" data-v-2e2425dd><h2 data-v-2e2425dd>Tony Liao</h2><p data-v-2e2425dd><img src="/mail.png" alt="Mail" style="cursor:pointer;" class="icons" data-v-2e2425dd><a href="https://www.linkedin.com/in/tonyliao1/" target="_blank" data-v-2e2425dd><img src="/linkedin.png" alt="LinkedIn" class="icons" data-v-2e2425dd></a><a href="https://github.com/Kuanchiliao1" target="_blank" data-v-2e2425dd><img src="/github.png" alt="GitHub" class="icons" data-v-2e2425dd></a></p></div><div class="team-member" data-v-2e2425dd><img src="/about_us/james.jpeg" data-v-2e2425dd><h2 data-v-2e2425dd>James Drabinsky</h2><p data-v-2e2425dd><img src="/mail.png" alt="Mail" style="cursor:pointer;" class="icons" data-v-2e2425dd><a href="https://www.linkedin.com/in/jamesdrabinsky/" target="_blank" data-v-2e2425dd><img src="/linkedin.png" alt="LinkedIn" class="icons" data-v-2e2425dd></a><a href="https://github.com/jamesdrabinsky" target="_blank" data-v-2e2425dd><img src="/github.png" alt="GitHub" class="icons" data-v-2e2425dd></a></p></div><div class="team-member" data-v-2e2425dd><img src="/about_us/garrett.jpeg" data-v-2e2425dd><h2 data-v-2e2425dd>Garrett Cochran</h2><p data-v-2e2425dd><img src="/mail.png" alt="Mail" style="cursor:pointer;" class="icons" data-v-2e2425dd><a href="https://www.linkedin.com/in/garrett-cochran-80bb0858/" target="_blank" data-v-2e2425dd><img src="/linkedin.png" alt="LinkedIn" class="icons" data-v-2e2425dd></a><a href="https://github.com/gjcochran" target="_blank" data-v-2e2425dd><img src="/github.png" alt="GitHub" class="icons" data-v-2e2425dd></a></p></div><div class="team-member" data-v-2e2425dd><img src="/about_us/sean.jpeg" data-v-2e2425dd><h2 data-v-2e2425dd>Sean Powell</h2><p data-v-2e2425dd><img src="/mail.png" alt="Mail" style="cursor:pointer;" class="icons" data-v-2e2425dd><a href="https://www.linkedin.com/in/sean-powell/" target="_blank" data-v-2e2425dd><img src="/linkedin.png" alt="LinkedIn" class="icons" data-v-2e2425dd></a><a href="https://github.com/bspowell" target="_blank" data-v-2e2425dd><img src="/github.png" alt="GitHub" class="icons" data-v-2e2425dd></a></p></div></div></section></main></div></div><!--]--></div></div></div>
<script>window.__VP_HASH_MAP__=JSON.parse("{\"about-us.md\":\"C1Uen_bH\",\"api-examples.md\":\"hYyRgrDe\",\"automating-deployment.md\":\"CHQEMIq6\",\"building-helios.md\":\"CMiOC9hg\",\"future-work.md\":\"BYZ8inPL\",\"helios-architecture.md\":\"DMZAY31g\",\"improving-core-platform.md\":\"CecwGvnL\",\"index.md\":\"NwUrlL1l\",\"introduction.md\":\"BHpOFlo2\",\"load-testing.md\":\"DqwsTJWq\",\"main.md\":\"_rc3C5V6\",\"markdown-examples.md\":\"EbFIBKO5\",\"references.md\":\"RHGVIdhT\",\"scaling.md\":\"C9oUySBk\"}");window.__VP_SITE_DATA__=JSON.parse("{\"lang\":\"en-US\",\"dir\":\"ltr\",\"title\":\"Helios Case Study\",\"description\":\"case study - Helios data stream analysis platform\",\"base\":\"/\",\"head\":[],\"router\":{\"prefetchLinks\":true},\"appearance\":false,\"themeConfig\":{\"nav\":[{\"text\":\"Home\",\"link\":\"/\"}],\"sidebar\":{\"/\":[{\"text\":\"Introduction\",\"link\":\"/introduction\"},{\"text\":\"Helios Architecture\",\"link\":\"/helios-architecture\"},{\"text\":\"Building Helios: Design Choices\",\"link\":\"/building-helios\"},{\"text\":\"Automating Deployment\",\"link\":\"/automating-deployment\"},{\"text\":\"Improving Core Platform\",\"link\":\"/improving-core-platform\"},{\"text\":\"Scaling\",\"link\":\"/scaling\"},{\"text\":\"Load Testing\",\"link\":\"/load-testing\"},{\"text\":\"Future Work\",\"link\":\"/future-work\"},{\"text\":\"References\",\"link\":\"/references\"}]},\"outline\":{\"level\":[2,3]},\"socialLinks\":[{\"icon\":\"github\",\"link\":\"https://github.com/helios-platform\"}]},\"locales\":{},\"scrollOffset\":134,\"cleanUrls\":true}");</script>

</body>
</html>
Loading

0 comments on commit 1e14b22

Please sign in to comment.