diff --git a/.github/workflows/generate-remotefolder-list.yml b/.github/workflows/generate-remotefolder-list.yml index 19dcf0bf..436d88cf 100644 --- a/.github/workflows/generate-remotefolder-list.yml +++ b/.github/workflows/generate-remotefolder-list.yml @@ -10,23 +10,23 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Set up Node.js - uses: actions/setup-node@v2 + uses: actions/setup-node@v3 with: - node-version: '14' # Use the Node.js version that matches your project requirements + node-version: '20' # Use the Node.js version that matches your project requirements - name: Install dependencies run: npm install - - name: Run the script to fetch folders and generate the .tsx file + - name: Run the script to fetch folders and generate the the JSON file run: node .scripts/fetchFolders.js - name: Commit and push changes if there are any run: | - git config --global user.email "your-email@example.com" - git config --global user.name "Your Name" + git config --global user.email "kundan.thelife@hotmail.com" + git config --global user.name "Kkundan" git add static/folderList.json git commit -m "Automatically update folder list" -a || echo "No changes to commit" git push diff --git a/docs/connectors.md b/docs/connectors.md deleted file mode 100644 index e69de29b..00000000 diff --git a/docs/extensions.md b/docs/extensions.md deleted file mode 100644 index e69de29b..00000000 diff --git a/docs/security/bring-your-own-vault.mdx b/docs/guide/vaults/bring-your-own-vault.mdx similarity index 100% rename from docs/security/bring-your-own-vault.mdx rename to docs/guide/vaults/bring-your-own-vault.mdx diff --git a/docs/security.md b/docs/security.md deleted file mode 100644 index e69de29b..00000000 diff --git a/docusaurus.config.ts b/docusaurus.config.ts index cf0d42d7..283cb5b6 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -75,18 +75,6 @@ const config: Config = { }, ], }, - { - label: "CONNECTORS", - to: "/connectors/", - }, - { - label: "EXTENSIONS", - to: "/extensions/", - }, - { - label: "SECURITY", - to: "/security/", - }, { label: "COMMUNITY", to: "/community/", diff --git a/sidebars.ts b/sidebars.ts index 00151ae3..3da315b4 100644 --- a/sidebars.ts +++ b/sidebars.ts @@ -64,54 +64,6 @@ import { ] }, ], - "connectors": [ - { - type: 'category', - label: "Connectors", - link: { - type: 'doc', - id: 'connectors', - }, - items: [ - { - type: 'autogenerated', - dirName: 'connectors', - }, - ], - }, - ], - "Extensions": [ - { - type: 'category', - label: "Extensions", - link: { - type: 'doc', - id: 'extensions', - }, - items: [ - { - type: 'autogenerated', - dirName: 'extensions', - }, - ], - }, - ], - "Security": [ - { - type: 'category', - label: "Security", - link: { - type: 'doc', - id: 'security', - }, - items: [ - { - type: 'autogenerated', - dirName: 'security', - }, - ], - }, - ], "Community": [ { type: 'category',