Skip to content

Commit

Permalink
docs: Remove why page and redirect to OPF
Browse files Browse the repository at this point in the history
  • Loading branch information
aefhm committed Dec 12, 2024
1 parent 52df412 commit 6ecb47e
Show file tree
Hide file tree
Showing 16 changed files with 7 additions and 226 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed docs/general/images/oasis-network/ecosystem.jpg
Binary file not shown.
Binary file removed docs/general/images/oasis-network/features.png
Binary file not shown.
Binary file not shown.
Binary file removed docs/general/images/oasis-network/partners.png
Binary file not shown.
Binary file removed docs/general/images/oasis-network/press_logos.png
Binary file not shown.
Binary file not shown.
Binary file removed docs/general/images/oasis-network/team_logos.png
Binary file not shown.
Binary file removed docs/general/images/oasis-network/timeline.png
Binary file not shown.
Binary file removed docs/general/images/oasis-network/uni_map.png
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/general/oasis-network/README.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@ The versatility of the ParaTime layer allows the Oasis Network to expand and gro
### Learn more

<DocCard item={
findSidebarItem('/general/oasis-network/why-oasis')
findSidebarItem('/general/oasis-network/token-metrics-and-distribution')
} />
222 changes: 0 additions & 222 deletions docs/general/oasis-network/why-oasis.md

This file was deleted.

8 changes: 6 additions & 2 deletions redirects.ts
Original file line number Diff line number Diff line change
Expand Up @@ -183,13 +183,17 @@ export const redirectsOptions: Options = {
'/oasis-core-ledger/release-process', // #626 Deprecate oasis-core-ledger
]
},
{
to: 'https://oasisprotocol.org/',
from: '/general/oasis-network/why-oasis', // #1052 Redirect why page to OPF
},
{
to: '/general/oasis-network/',
from: '/general/oasis-network/overview', // #200 Restructure docs
},
{
to: '/general/oasis-network/why-oasis',
from: '/oasis-network-primer/', // #200 Restructure docs
to: 'https://oasisprotocol.org/',
from: '/oasis-network-primer/', // #1052 Redirect why page to OPF
},
{
to: '/general/oasis-network/token-metrics-and-distribution',
Expand Down
1 change: 0 additions & 1 deletion sidebarGeneral.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ export const sidebarGeneral: SidebarsConfig = {
id: 'general/oasis-network/README',
},
items: [
'general/oasis-network/why-oasis',
'general/oasis-network/token-metrics-and-distribution',
{
type: 'link',
Expand Down

0 comments on commit 6ecb47e

Please sign in to comment.