Commit Graph
70 Commits
Author SHA1 Message Date
braks 12108d092c chore: update auto-imports.d.ts 2022-07-27 22:49:00 +02:00
bcakmakoglu b11feaf2ce docs: add seo plugins 2022-07-05 21:53:30 +02:00
bcakmakoglu 9c171c0ff8 chore(docs): update meta title & description 2022-07-05 21:53:30 +02:00
bcakmakoglu 48dc16cf73 chore(docs): correct tooltip position 2022-06-26 18:10:59 +02:00
bcakmakoglu 26781124d6 chore(deps): update deps 2022-06-26 18:10:59 +02:00
bcakmakoglu a24fc5241e chore(docs): move icons into header but in container 2022-06-25 02:10:58 +02:00
bcakmakoglu 3ea735558f chore(docs): move icons into floating container 2022-06-25 01:53:08 +02:00
bcakmakoglu 6e2ae482b5 chore(docs): color github logo black when light mode 2022-06-25 00:36:48 +02:00
bcakmakoglu 8d975c6aad chore(docs): color github logo white 2022-06-25 00:36:48 +02:00
bcakmakoglu 7534ad9304 docs: move examples into nodes and edges dir 2022-06-25 00:36:48 +02:00
bcakmakoglu eeed10c859 chore(deps): remove d3 and move types/d3 to deps-dev 2022-06-24 17:51:50 +02:00
bcakmakoglu 097b859e26 docs: add github, discord and react flow icons to header 2022-06-23 23:09:17 +02:00
bcakmakoglu d37b67c9dc chore(docs): update auto-imports.d.ts 2022-06-23 23:09:17 +02:00
bcakmakoglu a0541cb5df chore(docs): let windicss scan theme dir 2022-06-23 23:09:17 +02:00
bcakmakoglu 345cf9bc38 docs: fix links for docsearch 2022-06-23 19:13:50 +02:00
bcakmakoglu d0d9a3459b docs: add sidebar links for actions, getters and events 2022-06-19 22:33:48 +02:00
bcakmakoglu 597cfad39b docs: add minimap node docs to sidebar 2022-06-19 21:22:20 +02:00
bcakmakoglu 04907fcc16 docs: rename button class to docs-button 2022-06-17 23:20:58 +02:00
bcakmakoglu 119bcabaf8 docs: move button style to index.css 2022-06-17 23:20:58 +02:00
bcakmakoglu 0726a98170 docs: add documentation for Vue Flow slots 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 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 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
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 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 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 f63e1571ae docs: Add pwa plugin & update manifest 2022-04-11 11:30:10 +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 75e1da14d7 docs: Add utils pages 2022-04-04 21:42:48 +02:00