Commit Graph

79 Commits

Author SHA1 Message Date
bcakmakoglu
2526d76a2e docs: fix docs links 2022-06-16 23:00:31 +02:00
bcakmakoglu
0726a98170 docs: add documentation for Vue Flow slots 2022-06-15 19:31:20 +02:00
bcakmakoglu
53a85bf49b docs: replace old typedoc links 2022-06-15 19:31:20 +02:00
bcakmakoglu
3587478e5f docs: add documentation for MiniMapNode 2022-06-15 19:31:20 +02:00
bcakmakoglu
e469708b57 docs: replace old typedoc links 2022-06-15 19:31:20 +02:00
bcakmakoglu
06420ac6cd feat(vue-flow,components): export MiniMapNode component 2022-06-15 19:31:20 +02:00
bcakmakoglu
33cd638fd9 docs: add documentation for ControlButton 2022-06-15 19:31:20 +02:00
bcakmakoglu
3162b79f54 docs: add slot documentation for Controls 2022-06-15 19:31:20 +02:00
bcakmakoglu
281b0fccc8 docs: disable sources 2022-06-13 00:48:48 +02:00
bcakmakoglu
d3e6f63822 docs: generate typedocs sidebar dynamically from subdirectories 2022-06-13 00:48:48 +02:00
bcakmakoglu
be5df65cc2 docs: integrate TypeDocs into vuepress output
# What's changed?

* create sidebar from typedoc output
* use plugin markdown to generate typedoc as markdown
2022-06-13 00:48:48 +02:00
bcakmakoglu
eb8fa5d5d8 docs: update docs 2022-06-07 18:33:00 +02:00
bcakmakoglu
a0e610aedd docs: update examples 2022-06-07 18:33:00 +02:00
bcakmakoglu
aae071f781 docs: fix code block styles 2022-06-07 18:33:00 +02:00
bcakmakoglu
0649c0a236 docs: remove vuepress code stylings 2022-06-03 23:17:03 +02:00
bcakmakoglu
8dd7c79700 examples: move current examples into examples/vite 2022-06-03 19:32:46 +02:00
bcakmakoglu
c6bda81c5e docs: fix version link 2022-06-03 13:26:05 +02:00
bcakmakoglu
c07069dcd0 refactor: replace yarn with pnpm as package manager 2022-06-01 21:58:03 +02:00
bcakmakoglu
700156f16f docs: add margin top to h1 elements 2022-05-29 18:37:12 +02:00
bcakmakoglu
713ef07820 docs: use new vuepress plugin api 2022-05-29 09:45:12 +02:00
bcakmakoglu
5d94a988c7 docs: add teleportable example 2022-05-27 23:36:01 +02:00
bcakmakoglu
d9e7c7a0b0 docs: add teleport example 2022-05-27 23:36:01 +02:00
bcakmakoglu
488b632e2e docs: add horizontal layout example 2022-05-27 23:36:01 +02:00
bcakmakoglu
8e3f1a394d docs: update examples 2022-05-27 23:36:01 +02:00
Braks
98a893108c docs: replace codesandbox embed with repl (#122)
* docs: Animations

* docs: add confetti gun

* docs: update basic example on home page

* docs(deps): Add stackblitz sdk to deps

* chore: update yarn.lock

* docs: use vue repl

* docs: remove stackblitz sdk

* docs: basic repl example

* docs: use repl for examples/index.md (basic example)

* docs: pass ext to repl

* docs: add copy plugin

* docs: use import map instead of dynamic imports

* docs: use repl for custom node example

* docs: hide repl errors

* docs: use repl for custom connectionline example

* docs: use repl for edges example

* docs: exclude repl from ssr

* docs: use repl for nested example

* docs: use repl for stress example

* docs: rename customNode to custom-node

* docs: use repl for update-edge example

* docs: use repl for update-node example

* docs: use repl for validation example

* docs: use repl for save-restore example

* docs: scale down minimap in repl examples

* docs: use repl for dnd example

* docs: use repl for empty example

* docs: use repl for hidden example

* docs: use repl for interaction example

* docs: use repl for multi example

* docs: add pinia example with stackblitz

* docs: update basic example

* docs: update examples

* docs: remove transition from intro

* docs: update features

* update: README.md

* docs: scope css
2022-05-26 19:28:25 +02:00
Braks
75a94e7b22 chore(pkg): remove "private" interfaces from components 2022-05-11 22:10:40 +02:00
Braks
22845c210d chore: lint files 2022-05-11 22:10:40 +02:00
Braks
9b11d8f4f2 docs: Add acknowledgement node to intro
# What's changed?

* Move acknowledgement to bottom of page above footer
* Add acknowledgement node that scrolls down
* Reword home page
2022-04-11 18:09:41 +02:00
Braks
3925e24aa1 docs: update README.md 2022-04-11 18:09:41 +02:00
Braks
e17fb8094b chore: remove comment 2022-04-11 16:43:07 +02:00
Braks
b94c0ab607 docs: Update guide wordings 2022-04-11 16:43:07 +02:00
Braks
d35eb96c1f docs: update examples wordings
# What's changed?

* Change example pages wordings
* Add Acknowledgement banner
2022-04-11 16:43:07 +02:00
Braks
de75e257a5 chore: change destination dir for docs output 2022-04-11 11:30:10 +02:00
Braks
b704bc6e11 docs: center intro text 2022-04-11 11:30:10 +02:00
Braks
dc5ca5d1d6 docs: Add icon resolver
* move intro flow into separate file
2022-04-11 11:30:10 +02:00
Braks
88f808711a feat: Allow node/edge template per element
* Allow templates to be overwritten per element with template option
2022-04-11 11:30:10 +02:00
Braks
4fbb16f6ad docs: Add logo to header 2022-04-11 11:30:10 +02:00
Braks
ff4f110f5d docs: update docsDir in themeConfig 2022-04-11 11:30:10 +02:00
Braks
cb99000c97 docs: Rename section to Selection Options 2022-04-11 11:30:10 +02:00
Braks
fcdbc21d34 refactor(flow!): Change transform to viewport
* Change array type to object type and rename transform type to viewport
* Update examples & docs
2022-04-11 11:30:10 +02:00
Braks
e5dbbe6b41 docs: Document changed classnames 2022-04-11 11:30:10 +02:00
Braks
eb81b9d157 docs: Add floating edges example 2022-04-11 11:30:10 +02:00
Braks
f63e1571ae docs: Add pwa plugin & update manifest 2022-04-11 11:30:10 +02:00
Braks
bec26f3363 docs: Remove data script and fetch data in Banner.vue
* Wrap Banner in suspension
2022-04-05 09:10:05 +02:00
Braks
1ad66be474 docs: Add examples 2022-04-04 21:42:48 +02:00
Braks
6d7b5daadd docs: Add favicons 2022-04-04 21:42:48 +02:00
Braks
b2375bd81a docs: Add additional component pages 2022-04-04 21:42:48 +02:00
Braks
0291f771fb docs: Add composables page 2022-04-04 21:42:48 +02:00
Braks
75e1da14d7 docs: Add utils pages 2022-04-04 21:42:48 +02:00
Braks
891eca4a23 docs: Add edge page 2022-04-04 21:42:48 +02:00