From 1fcbb0d801dc410cd6c8df4b4db28f8866851f28 Mon Sep 17 00:00:00 2001 From: Lucas Tortora <85233773+lucas-tortora@users.noreply.github.com> Date: Mon, 27 Nov 2023 05:04:22 -0300 Subject: [PATCH 1/3] Move deprecated docs to the bottom of the switcher --- versionedConfig.js | 82 +++++++++++++++++++++++----------------------- 1 file changed, 41 insertions(+), 41 deletions(-) diff --git a/versionedConfig.js b/versionedConfig.js index 68374706541..5180151ed2c 100644 --- a/versionedConfig.js +++ b/versionedConfig.js @@ -82,6 +82,47 @@ exports.buildPluginsConfig = [ }, ], }, + { + id: 'stronghold-rs', + routeBasePath: 'stronghold.rs', + label: 'Stronghold', + description: 'Securely store secrets.', + icon: 'Stronghold', + subsection: 'build-layer-1', + versions: [ + { + label: '1.1', + badges: ['IOTA', 'Shimmer'], + }, + ], + }, + { + id: 'apis', + label: 'APIs', + description: 'All available APIs.', + icon: 'Tools', + subsection: 'build-layer-1', + versions: [ + { + label: '', + badges: ['IOTA', 'Shimmer'], + docItemComponent: '@theme/ApiItem', + }, + ], + }, + { + id: 'cli-wallet', + label: 'CLI Wallet', + description: 'Command line wallet.', + icon: 'Wallet', + subsection: 'build-layer-1', + versions: [ + { + label: '1.0', + badges: ['IOTA', 'Shimmer'], + }, + ], + }, { id: 'iota-rs', routeBasePath: 'iota.rs', @@ -144,34 +185,6 @@ exports.buildPluginsConfig = [ }, ], }, - { - id: 'stronghold-rs', - routeBasePath: 'stronghold.rs', - label: 'Stronghold', - description: 'Securely store secrets.', - icon: 'Stronghold', - subsection: 'build-layer-1', - versions: [ - { - label: '1.1', - badges: ['IOTA', 'Shimmer'], - }, - ], - }, - { - id: 'apis', - label: 'APIs', - description: 'All available APIs.', - icon: 'Tools', - subsection: 'build-layer-1', - versions: [ - { - label: '', - badges: ['IOTA', 'Shimmer'], - docItemComponent: '@theme/ApiItem', - }, - ], - }, { id: 'iota-streams', routeBasePath: 'streams', @@ -190,19 +203,6 @@ exports.buildPluginsConfig = [ }, ], }, - { - id: 'cli-wallet', - label: 'CLI Wallet', - description: 'Command line wallet.', - icon: 'Wallet', - subsection: 'build-layer-1', - versions: [ - { - label: '1.0', - badges: ['IOTA', 'Shimmer'], - }, - ], - }, ]; exports.maintainPluginsConfig = [ From 67deacecfa55de9792f3bf7b7a85ebc734b859bf Mon Sep 17 00:00:00 2001 From: Lucas Tortora <85233773+lucas-tortora@users.noreply.github.com> Date: Mon, 27 Nov 2023 05:05:48 -0300 Subject: [PATCH 2/3] Add template to request images --- .github/ISSUE_TEMPLATE/image-request.md | 32 +++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/image-request.md diff --git a/.github/ISSUE_TEMPLATE/image-request.md b/.github/ISSUE_TEMPLATE/image-request.md new file mode 100644 index 00000000000..278d17ada31 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/image-request.md @@ -0,0 +1,32 @@ +--- +name: Image/Diagram/Flowchart/UML Request +about: Request images diagrams, flowcharts, or UMLs for the IOTA Wiki. +title: "[Diagram/Flowchart/UML Request]" +labels: 'diagram-request, flowchart-request, uml-request' +assignees: '' + +--- + +## Description + +***Provide a detailed description of the image, diagram, flowchart, or UML you're requesting. Include information like the specific elements to be included, the overall layout, and any text or labels that should be part of the image.*** + +## Context and Usage + +***Explain why this image is important. Provide context or links to where the image will be used within the Wiki.*** + +## URL of Page + +***Specify the URL of the Wiki page where this image will be used.*** + +## Technical Requirements + +***Specify any technical requirements or preferences.*** + +## Additional Information + +***Add any other details, sketches, or references for the requested image here.*** + +## Contact Person + +***Who should be contacted for further information or clarification regarding this request?*** From 88bd75bc7c69f7c39db4feb805654bf4f017a556 Mon Sep 17 00:00:00 2001 From: mrto1 <57319159+mrto1@users.noreply.github.com> Date: Mon, 27 Nov 2023 09:27:59 +0100 Subject: [PATCH 3/3] Add Viviswap Exchange (#1357) --- docs/get-started/introduction/iota/iota-token.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/get-started/introduction/iota/iota-token.md b/docs/get-started/introduction/iota/iota-token.md index e2312c46141..3fc815659c3 100644 --- a/docs/get-started/introduction/iota/iota-token.md +++ b/docs/get-started/introduction/iota/iota-token.md @@ -80,3 +80,4 @@ IOTA is listed on most major _cryptocurrency_ exchanges: - [Upbit](https://upbit.com/) - [Bitvavo](https://bitvavo.com) - [Indodax](https://indodax.com/) +- [Viviswap](https://viviswap.com/)