Skip to content

Commit

Permalink
Merge branch 'main' into feat/mana-calculator/linked-input-values
Browse files Browse the repository at this point in the history
  • Loading branch information
VmMad committed Nov 29, 2023
2 parents 69b8c22 + 88bd75b commit 7355eed
Show file tree
Hide file tree
Showing 3 changed files with 74 additions and 41 deletions.
32 changes: 32 additions & 0 deletions .github/ISSUE_TEMPLATE/image-request.md
Original file line number Diff line number Diff line change
@@ -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?***
1 change: 1 addition & 0 deletions docs/get-started/introduction/iota/iota-token.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)
82 changes: 41 additions & 41 deletions versionedConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down Expand Up @@ -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',
Expand All @@ -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 = [
Expand Down

0 comments on commit 7355eed

Please sign in to comment.