Skip to content

Commit

Permalink
Merge branch 'main' into update-logo
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugoo authored Oct 24, 2023
2 parents cdd8e6d + ea1c6fb commit 230ea97
Showing 1 changed file with 0 additions and 71 deletions.
71 changes: 0 additions & 71 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,42 +17,6 @@ module.exports = {
'@docusaurus/plugin-client-redirects',
{
redirects: [
{
from: '/networks/l16-testnet/parameters',
to: '/networks/testnet/parameters',
},
{
from: '/networks/l16-testnet/become-validator',
to: '/networks/testnet/parameters',
},
{
from: '/networks/l16-testnet/logs-stats-monitoring',
to: '/networks/testnet/parameters',
},
{
from: '/networks/l16-testnet/node-backup',
to: '/networks/testnet/parameters',
},
{
from: '/networks/l16-testnet/run-node',
to: '/networks/testnet/running-a-node',
},
{
from: '/networks/l16-testnet/troubleshooting',
to: '/networks/testnet/parameters',
},
{
from: '/networks/l16-testnet',
to: '/networks/testnet/parameters',
},
{
from: '/networks/mainnet',
to: '/networks/mainnet/running-a-node',
},
{
from: '/contracts/erc725-account',
to: '/contracts/contracts/LSP0ERC725Account',
},
{
from: '/guides/network/update-the-node',
to: '/networks/advanced-guides/update-the-node',
Expand All @@ -61,34 +25,6 @@ module.exports = {
from: '/guides/network/switch-consensus-clients',
to: '/networks/advanced-guides/switch-consensus-clients',
},
{
from: '/contracts/key-manager',
to: '/contracts/contracts/LSP6KeyManager',
},
{
from: '/contracts/digital-asset',
to: '/contracts/contracts/LSP7DigitalAsset',
},
{
from: '/contracts/identifiable-digital-asset',
to: '/contracts/contracts/LSP8IdentifiableDigitalAsset',
},
{
from: '/guides/universal-profile/browser-extension/install-browser-extension',
to: '/guides/browser-extension/install-browser-extension',
},
{
from: '/standards/universal-profile/lsp1-universal-receiver-delegate',
to: '/standards/generic-standards/lsp1-universal-receiver-delegate',
},
{
from: '/tools/relayer-api/execute-transaction',
to: '/standards/relayer-api',
},
{
from: '/guides/key-manager/execute-relay-call',
to: '/guides/key-manager/execute-relay-transactions',
},
// Smart Contracts new structure
{
from: '/standards/smart-contracts/introduction',
Expand Down Expand Up @@ -181,13 +117,6 @@ module.exports = {
],
themeConfig: {
image: 'img/lukso-docs-opengraph.jpg',
announcementBar: {
id: 'scam_warning',
content:
'🚨 Beware of scams! Only trust LUKSO domains: <b>.lukso.network</b> &amp; <b>.lukso.tech</b> 🚨',
backgroundColor: '#fbd784',
isCloseable: false,
},
navbar: {
title: 'LUKSO',
logo: {
Expand Down

0 comments on commit 230ea97

Please sign in to comment.