Skip to content

Commit

Permalink
deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
dash14 committed Oct 27, 2024
0 parents commit f48c6de
Show file tree
Hide file tree
Showing 104 changed files with 25,293 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
node_modules
.DS_Store
lib
*.local
31 changes: 31 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
<!DOCTYPE html>
<html lang="en-US" dir="ltr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>404 | v-network-graph</title>
<meta name="description" content="Not Found">
<meta name="generator" content="VitePress v1.4.1">
<link rel="preload stylesheet" href="/v-network-graph/assets/style.DdRCQqod.css" as="style">

<script type="module" src="/v-network-graph/assets/app.BKt9Hu2K.js"></script>
<meta name="google-site-verification" content="0nPNAdUYrhvg27b84hgrPPPsjIDmMIBIKz3hNd23mXA">
<script src="https://www.googletagmanager.com/gtag/js?id=G-TVV8JY0JNE" async></script>
<script>window.GA_MEASUREMENT_ID="G-TVV8JY0JNE",window.dataLayer=window.dataLayer||[];function gtag(){dataLayer.push(arguments)}gtag("js",new Date);</script>
<link href="https://fonts.googleapis.com/css2?family=Sarabun:wght@800" rel="stylesheet">
<meta property="og:type" content="website">
<meta property="og:url" content="https://dash14.github.io/v-network-graph/">
<meta property="og:title" content="v-network-graph">
<meta property="og:description" content="An interactive network graph visualization component for Vue 3">
<meta property="og:image" content="/v-network-graph/site-image.png">
<meta property="og:image:alt" content="v-network-graph">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">
<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("{\"examples_appearance.md\":\"Cnxj1IgO\",\"examples_basic.md\":\"CVF1-m9i\",\"examples_event.md\":\"BKnLzEVp\",\"examples_index.md\":\"wFxaLoP5\",\"examples_labels.md\":\"Bem9Zkb-\",\"examples_layers.md\":\"2uG-sH1d\",\"examples_layout.md\":\"CURPKcIh\",\"examples_misc.md\":\"vhQKSsfX\",\"examples_operation.md\":\"d-aK4W8Y\",\"examples_paths.md\":\"D10SBoQb\",\"getting-started.md\":\"D-EAFGMk\",\"index.md\":\"CHQS3BlJ\",\"reference_configurations.md\":\"CgPt7PvJ\",\"reference_events.md\":\"B9DkDZx8\",\"reference_index.md\":\"DZjbQ0WD\",\"reference_methods.md\":\"mB8qgpbL\",\"reference_props.md\":\"BqpUnUaw\"}");window.__VP_SITE_DATA__=JSON.parse("{\"lang\":\"en-US\",\"dir\":\"ltr\",\"title\":\"v-network-graph\",\"description\":\"An interactive network graph visualization library for Vue 3\",\"base\":\"/v-network-graph/\",\"head\":[],\"router\":{\"prefetchLinks\":true},\"appearance\":false,\"themeConfig\":{\"logo\":{\"src\":\"/header-logo.svg\",\"srcset\":\"/v-network-graph/header-logo.png 1x, /v-network-graph/header-logo@2x.png 2x\"},\"siteTitle\":false,\"nav\":[{\"text\":\"Getting Started\",\"link\":\"/getting-started\"},{\"text\":\"Examples\",\"link\":\"/examples/\",\"activeMatch\":\"^/examples\"},{\"text\":\"Reference\",\"link\":\"/reference/\",\"activeMatch\":\"^/reference\"}],\"socialLinks\":[{\"icon\":\"github\",\"link\":\"https://github.com/dash14/v-network-graph\"}],\"sidebar\":[{\"text\":\"Getting Started\",\"link\":\"/getting-started\"},{\"text\":\"Examples\",\"link\":\"/examples/\",\"items\":[{\"text\":\"Basic Usage\",\"link\":\"/examples/basic\"},{\"text\":\"Layout / Positioning\",\"link\":\"/examples/layout\"},{\"text\":\"Operations on Graphs\",\"link\":\"/examples/operation\"},{\"text\":\"Labels\",\"link\":\"/examples/labels\"},{\"text\":\"Appearance Customization\",\"link\":\"/examples/appearance\"},{\"text\":\"Paths\",\"link\":\"/examples/paths\"},{\"text\":\"Layers\",\"link\":\"/examples/layers\"},{\"text\":\"Event Handling\",\"link\":\"/examples/event\"},{\"text\":\"Miscellaneous\",\"link\":\"/examples/misc\"}]},{\"text\":\"Reference\",\"link\":\"/reference/\",\"items\":[{\"text\":\"Props\",\"link\":\"/reference/props\"},{\"text\":\"Configurations\",\"link\":\"/reference/configurations\"},{\"text\":\"Methods\",\"link\":\"/reference/methods\"},{\"text\":\"Events\",\"link\":\"/reference/events\"}]}],\"footer\":{\"copyright\":\"MIT Licensed | Copyright © 2021-2023 dash14.ack\"},\"search\":{\"provider\":\"local\"}},\"locales\":{},\"scrollOffset\":134,\"cleanUrls\":false}");</script>

</body>
</html>
2 changes: 2 additions & 0 deletions assets/app.BKt9Hu2K.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions assets/chunks/@localSearchIndexroot.Buq3jQSp.js

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions assets/chunks/VPLocalSearchBox.DFGts7xS.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions assets/chunks/force-layout.CRGpOc5r.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions assets/chunks/plugin-vue_export-helper.DlAUqK2U.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
const s=(t,r)=>{const o=t.__vccOpts||t;for(const[c,e]of r)o[c]=e;return o};export{s as _};
26 changes: 26 additions & 0 deletions assets/chunks/ui.CppSSbzf.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions assets/chunks/utils.AzRkGYeU.js

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

2,111 changes: 2,111 additions & 0 deletions assets/examples_appearance.md.Cnxj1IgO.js

Large diffs are not rendered by default.

2,111 changes: 2,111 additions & 0 deletions assets/examples_appearance.md.Cnxj1IgO.lean.js

Large diffs are not rendered by default.

Loading

0 comments on commit f48c6de

Please sign in to comment.