From e3978401b91403361a2edeac3e60e67cc362e172 Mon Sep 17 00:00:00 2001 From: "alexandre.asselin" Date: Mon, 27 Nov 2023 16:19:59 -0500 Subject: [PATCH 1/2] add ds and remove foundry --- docs/foundry-cli.md | 6 ------ docs/igloo.md | 6 ++++++ docs/joining-the-hub.md | 2 +- docs/orbit.md | 6 ++++++ docs/orbiter.md | 6 ++++++ docs/why-retype.md | 2 +- 6 files changed, 20 insertions(+), 8 deletions(-) delete mode 100644 docs/foundry-cli.md create mode 100644 docs/igloo.md create mode 100644 docs/orbit.md create mode 100644 docs/orbiter.md diff --git a/docs/foundry-cli.md b/docs/foundry-cli.md deleted file mode 100644 index b8b7f4b..0000000 --- a/docs/foundry-cli.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -order: 100 -label: "Foundry CLI" -icon: diamond -redirect: https://github.com/gsoft-inc/wl-foundry-cli ---- diff --git a/docs/igloo.md b/docs/igloo.md new file mode 100644 index 0000000..6ac1f7e --- /dev/null +++ b/docs/igloo.md @@ -0,0 +1,6 @@ +--- +order: 40 +label: "Igloo" +icon: diamond +redirect: https://igloo.officevibe.design/ +--- diff --git a/docs/joining-the-hub.md b/docs/joining-the-hub.md index 25f4d5a..9d078b8 100644 --- a/docs/joining-the-hub.md +++ b/docs/joining-the-hub.md @@ -1,5 +1,5 @@ --- -order: 60 +order: 30 icon: rocket label: "Joining the hub" --- diff --git a/docs/orbit.md b/docs/orbit.md new file mode 100644 index 0000000..c47a220 --- /dev/null +++ b/docs/orbit.md @@ -0,0 +1,6 @@ +--- +order: 50 +label: "Orbit" +icon: diamond +redirect: https://orbit.sharegate.design/ +--- diff --git a/docs/orbiter.md b/docs/orbiter.md new file mode 100644 index 0000000..75e81ee --- /dev/null +++ b/docs/orbiter.md @@ -0,0 +1,6 @@ +--- +order: 60 +label: "Orbiter" +icon: diamond +redirect: https://wl-orbiter-website.netlify.app/ +--- diff --git a/docs/why-retype.md b/docs/why-retype.md index a59e4bd..1de3459 100644 --- a/docs/why-retype.md +++ b/docs/why-retype.md @@ -1,5 +1,5 @@ --- -order: 50 +order: 20 label: "Why Retype?" icon: question --- From e440a608b34145e3f8d4ef8e1d840f541f06a892 Mon Sep 17 00:00:00 2001 From: "alexandre.asselin" Date: Mon, 27 Nov 2023 16:33:29 -0500 Subject: [PATCH 2/2] add sections to the hub --- docs/building-blocks/default.md | 11 +++++++++++ docs/{ => building-blocks}/squide.md | 1 - docs/{ => building-blocks}/web-configs.md | 1 - docs/design-systems/default.md | 13 +++++++++++++ docs/{ => design-systems}/hopper.md | 1 - docs/{ => design-systems}/igloo.md | 1 - docs/{ => design-systems}/orbit.md | 1 - docs/{ => design-systems}/orbiter.md | 1 - 8 files changed, 24 insertions(+), 6 deletions(-) create mode 100644 docs/building-blocks/default.md rename docs/{ => building-blocks}/squide.md (85%) rename docs/{ => building-blocks}/web-configs.md (86%) create mode 100644 docs/design-systems/default.md rename docs/{ => design-systems}/hopper.md (84%) rename docs/{ => design-systems}/igloo.md (84%) rename docs/{ => design-systems}/orbit.md (84%) rename docs/{ => design-systems}/orbiter.md (85%) diff --git a/docs/building-blocks/default.md b/docs/building-blocks/default.md new file mode 100644 index 0000000..2780eb6 --- /dev/null +++ b/docs/building-blocks/default.md @@ -0,0 +1,11 @@ +--- +order: 80 +label: "Building Blocks" +icon: gear +expanded: true +--- + +# Building Blocks + +- [Web configs](./web-configs.md) +- [Squide](./squide.md) diff --git a/docs/squide.md b/docs/building-blocks/squide.md similarity index 85% rename from docs/squide.md rename to docs/building-blocks/squide.md index 3320e9a..111983e 100644 --- a/docs/squide.md +++ b/docs/building-blocks/squide.md @@ -1,6 +1,5 @@ --- order: 80 label: "Squide" -icon: diamond redirect: https://gsoft-inc.github.io/wl-squide --- diff --git a/docs/web-configs.md b/docs/building-blocks/web-configs.md similarity index 86% rename from docs/web-configs.md rename to docs/building-blocks/web-configs.md index c30f3ca..2d4e4be 100644 --- a/docs/web-configs.md +++ b/docs/building-blocks/web-configs.md @@ -1,6 +1,5 @@ --- order: 90 label: "Web configs" -icon: diamond redirect: https://gsoft-inc.github.io/wl-web-configs --- diff --git a/docs/design-systems/default.md b/docs/design-systems/default.md new file mode 100644 index 0000000..95ee2b5 --- /dev/null +++ b/docs/design-systems/default.md @@ -0,0 +1,13 @@ +--- +order: 70 +label: "Design Systems" +icon: book +expanded: true +--- + +# Design Systems + +- [Hopper](./hopper.md): Workleap's design system. +- [Orbiter](./orbiter.md): Workleap's transitional design system. +- [Orbit](./orbit.md): Sharegate's design system. +- [Igloo](./igloo.md): Officevibe's design system. diff --git a/docs/hopper.md b/docs/design-systems/hopper.md similarity index 84% rename from docs/hopper.md rename to docs/design-systems/hopper.md index 249ba67..8b328b2 100644 --- a/docs/hopper.md +++ b/docs/design-systems/hopper.md @@ -1,6 +1,5 @@ --- order: 70 label: "Hopper" -icon: diamond redirect: https://hopper.workleap.design --- diff --git a/docs/igloo.md b/docs/design-systems/igloo.md similarity index 84% rename from docs/igloo.md rename to docs/design-systems/igloo.md index 6ac1f7e..93ad188 100644 --- a/docs/igloo.md +++ b/docs/design-systems/igloo.md @@ -1,6 +1,5 @@ --- order: 40 label: "Igloo" -icon: diamond redirect: https://igloo.officevibe.design/ --- diff --git a/docs/orbit.md b/docs/design-systems/orbit.md similarity index 84% rename from docs/orbit.md rename to docs/design-systems/orbit.md index c47a220..d1c2cc4 100644 --- a/docs/orbit.md +++ b/docs/design-systems/orbit.md @@ -1,6 +1,5 @@ --- order: 50 label: "Orbit" -icon: diamond redirect: https://orbit.sharegate.design/ --- diff --git a/docs/orbiter.md b/docs/design-systems/orbiter.md similarity index 85% rename from docs/orbiter.md rename to docs/design-systems/orbiter.md index 75e81ee..5162cf1 100644 --- a/docs/orbiter.md +++ b/docs/design-systems/orbiter.md @@ -1,6 +1,5 @@ --- order: 60 label: "Orbiter" -icon: diamond redirect: https://wl-orbiter-website.netlify.app/ ---