From b02e9e9ce361bc5420f54ae3205f7d75786e5afd Mon Sep 17 00:00:00 2001 From: satawatnack Date: Tue, 23 May 2023 15:14:43 +0700 Subject: [PATCH] change name pricefeed module --- docs/.vuepress/config.js | 4 ++-- .../{pricefeed => pricefeed-module}/example.md | 0 .../{pricefeed => pricefeed-module}/getting-started.md | 0 .../{pricefeed => pricefeed-module}/introduction.md | 0 4 files changed, 2 insertions(+), 2 deletions(-) rename docs/integration-tools/{pricefeed => pricefeed-module}/example.md (100%) rename docs/integration-tools/{pricefeed => pricefeed-module}/getting-started.md (100%) rename docs/integration-tools/{pricefeed => pricefeed-module}/introduction.md (100%) diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index fa02331..5d816e5 100755 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -212,9 +212,9 @@ module.exports = { path: '/integration-tools/cw-band', }, { - title: 'Pricefeed', + title: 'Pricefeed Module', directory: true, - path: '/integration-tools/pricefeed', + path: '/integration-tools/pricefeed-module', }, { title: 'Falcon (coming soon)', diff --git a/docs/integration-tools/pricefeed/example.md b/docs/integration-tools/pricefeed-module/example.md similarity index 100% rename from docs/integration-tools/pricefeed/example.md rename to docs/integration-tools/pricefeed-module/example.md diff --git a/docs/integration-tools/pricefeed/getting-started.md b/docs/integration-tools/pricefeed-module/getting-started.md similarity index 100% rename from docs/integration-tools/pricefeed/getting-started.md rename to docs/integration-tools/pricefeed-module/getting-started.md diff --git a/docs/integration-tools/pricefeed/introduction.md b/docs/integration-tools/pricefeed-module/introduction.md similarity index 100% rename from docs/integration-tools/pricefeed/introduction.md rename to docs/integration-tools/pricefeed-module/introduction.md