Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Remove why page and redirect to OPF #1052

Merged
merged 1 commit into from
Dec 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
4 changes: 1 addition & 3 deletions docs/general/oasis-network/README.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ Designed to support the next generation of blockchain applications, the Oasis Ne

The versatility of the ParaTime layer allows the Oasis Network to expand and grow to address a broad set of new and exciting use cases, while still maintaining the same core ledger and consensus layer.

### Learn more

<DocCard item={
findSidebarItem('/general/oasis-network/why-oasis')
findSidebarItem('/general/oasis-network/token-metrics-and-distribution')
aefhm marked this conversation as resolved.
Show resolved Hide resolved
} />
222 changes: 0 additions & 222 deletions docs/general/oasis-network/why-oasis.md

This file was deleted.

7 changes: 5 additions & 2 deletions redirects.ts
Original file line number Diff line number Diff line change
Expand Up @@ -188,8 +188,11 @@ export const redirectsOptions: Options = {
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: [
'/general/oasis-network/why-oasis', // #1052 Redirect why page to OPF
'/oasis-network-primer/', // #200 Restructure docs
]
},
{
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
Loading