docs: move examples into nodes and edges dir

This commit is contained in:
bcakmakoglu
2022-06-25 00:36:48 +02:00
committed by Braks
parent 89daa827f3
commit 7534ad9304
9 changed files with 22 additions and 12 deletions
+19 -9
View File
@@ -104,21 +104,31 @@ export default {
text: 'Examples',
children: [
'/examples/',
'/examples/custom-node',
'/examples/edges',
'/examples/nesting',
'/examples/connectionline',
'/examples/updatable-edge',
'/examples/update-node',
'/examples/validation',
{
text: 'Nodes',
children: [
'/examples/nodes/',
'/examples/nodes/update-node',
'/examples/nodes/nesting',
]
},
{
text: 'Edges',
children: [
'/examples/edges/',
'/examples/edges/updatable-edge',
'/examples/edges/connection-line',
'/examples/edges/validation',
]
},
'/examples/save',
'/examples/dnd',
'/examples/empty',
'/examples/hidden',
'/examples/interaction',
'/examples/multi',
'/examples/horizontal',
'/examples/interaction',
'/examples/teleport',
'/examples/multi',
'/examples/pinia',
'/examples/stress',
],
+3 -3
View File
@@ -21,7 +21,7 @@ import DiscordIcon from '~icons/logos/discord-icon'
aria-label="GitHub"
class="relative group cursor-pointer flex justify-center items-center"
>
<GithubIcon class="text-2xl transform group-hover:scale-125 transition transition-all ease duration-300" />
<GithubIcon class="text-lg lg:text-2xl transform group-hover:scale-125 transition transition-all ease duration-300" />
<span class="transition-opacity ease-in duration-200 opacity-0 group-hover:opacity-100 bg-black dark:bg-white text-white dark:text-black rounded-md p-2 absolute top-[25px] right-0 mt-2 mr-2 text-xs">
Contribute on GitHub!
</span>
@@ -32,7 +32,7 @@ import DiscordIcon from '~icons/logos/discord-icon'
aria-label="Discord"
class="relative group cursor-pointer flex justify-center items-center"
>
<DiscordIcon class="text-2xl transform group-hover:scale-125 transition transition-all ease duration-300" />
<DiscordIcon class="text-lg lg:text-2xl transform group-hover:scale-125 transition transition-all ease duration-300" />
<span class="transition-opacity ease-in duration-200 opacity-0 group-hover:opacity-100 bg-black dark:bg-white text-white dark:text-black rounded-md p-2 absolute top-[25px] right-0 mt-2 mr-2 text-xs">
Join the Discord server!
</span>
@@ -43,7 +43,7 @@ import DiscordIcon from '~icons/logos/discord-icon'
aria-label="React Flow"
class="relative group cursor-pointer flex justify-center items-center"
>
<ReactIcon class="text-2xl transform group-hover:scale-125 transition transition-all ease duration-300" />
<ReactIcon class="text-lg lg:text-2xl transform group-hover:scale-125 transition transition-all ease duration-300" />
<span class="transition-opacity ease-in duration-200 opacity-0 group-hover:opacity-100 bg-black dark:bg-white text-white dark:text-black rounded-md p-2 absolute top-[25px] right-0 mt-2 text-xs">
Check out the original React Flow by Wbkd!
</span>