From 93097b615e5f00e206a3053bec55c795e9751efa Mon Sep 17 00:00:00 2001 From: Julien Calixte Date: Sat, 5 Aug 2023 00:01:47 +0200 Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=9A=9A=20(pull=20system)=20rename=20t?= =?UTF-8?q?o=20focus=20on=20pull=20system?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 2 +- feature-flow.css => pull-system.css | 0 feature-flow.html => pull-system.html | 6 +++--- vite.config.ts | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) rename feature-flow.css => pull-system.css (100%) rename feature-flow.html => pull-system.html (83%) diff --git a/index.html b/index.html index 1a4c44d..c63ed3c 100644 --- a/index.html +++ b/index.html @@ -43,7 +43,7 @@
  • Takt
  • One piece flow
  • - Pull system + Pull system
  • diff --git a/feature-flow.css b/pull-system.css similarity index 100% rename from feature-flow.css rename to pull-system.css diff --git a/feature-flow.html b/pull-system.html similarity index 83% rename from feature-flow.html rename to pull-system.html index 6bb6e91..319fe73 100644 --- a/feature-flow.html +++ b/pull-system.html @@ -3,15 +3,15 @@ - Interactive Feature flow + Interactive Pull System - + diff --git a/vite.config.ts b/vite.config.ts index 52a76ee..6e83dee 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -9,7 +9,7 @@ export default defineConfig({ rollupOptions: { input: { index: 'index.html', - 'feature-flow': 'feature-flow.html' + 'pull-system': 'pull-system.html' } } }, From dfd9188ac32c4fa34782d56c5a7cb93ccc7f789e Mon Sep 17 00:00:00 2001 From: Julien Calixte Date: Sat, 5 Aug 2023 01:34:15 +0200 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=92=AC=20(intro)=20add=20the=20title?= =?UTF-8?q?=20to=20explicit=20the=20intent=20of=20the=20article?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/article/FlowIntro.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/modules/article/FlowIntro.vue b/src/modules/article/FlowIntro.vue index 8ae585c..ecf8463 100644 --- a/src/modules/article/FlowIntro.vue +++ b/src/modules/article/FlowIntro.vue @@ -1,5 +1,6 @@