Skip to content

Commit 1ce6b5e

Browse files
authored
Update Wasp docs to v1.6 (#1699)
1 parent 285d36f commit 1ce6b5e

File tree

255 files changed

+16
-353
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

255 files changed

+16
-353
lines changed

config/versionedConfig.js

+8-8
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ exports.buildPluginsConfig = [
2727
subsection: 'build-layer-2',
2828
versions: [
2929
{
30-
label: 'v1.3',
31-
badges: ['IOTA'],
30+
label: 'v1.5',
31+
badges: ['Testnet'],
3232
},
3333
{
34-
label: 'v1.4',
35-
badges: ['Shimmer', 'Testnet'],
34+
label: 'v1.6',
35+
badges: ['IOTA', 'Shimmer'],
3636
},
3737
],
3838
},
@@ -145,12 +145,12 @@ exports.maintainPluginsConfig = [
145145
subsection: 'maintain-layer-2',
146146
versions: [
147147
{
148-
label: 'v1.3',
149-
badges: ['IOTA'],
148+
label: 'v1.5',
149+
badges: ['Testnet'],
150150
},
151151
{
152-
label: 'v1.4',
153-
badges: ['Shimmer', 'Testnet'],
152+
label: 'v1.6',
153+
badges: ['IOTA', 'Shimmer'],
154154
},
155155
],
156156
},

docs/build/isc/v1.3/docs/tutorials/cross-chain-nft-marketplace-part-3.md

-316
This file was deleted.
File renamed without changes.

docs/build/isc/v1.3/sidebars.js docs/build/isc/v1.6/sidebars.js

-21
Original file line numberDiff line numberDiff line change
@@ -269,27 +269,6 @@ module.exports = {
269269
label: 'Part II',
270270
id: 'tutorials/cross-chain-nft-marketplace-part-2',
271271
},
272-
{
273-
type: 'doc',
274-
label: 'Part III',
275-
id: 'tutorials/cross-chain-nft-marketplace-part-3',
276-
},
277-
],
278-
},
279-
{
280-
type: 'category',
281-
label: 'DeFi Lend Borrow',
282-
items: [
283-
{
284-
type: 'doc',
285-
label: 'Contract',
286-
id: 'tutorials/defi-lend-borrow-tutorial-part-1',
287-
},
288-
{
289-
type: 'doc',
290-
label: 'React UI',
291-
id: 'tutorials/defi-lend-borrow-tutorial-part-2',
292-
},
293272
],
294273
},
295274
{
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)