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

cleaning up home and header links #1025

Merged
merged 2 commits into from
May 28, 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
30 changes: 8 additions & 22 deletions src/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,36 +70,22 @@ module.exports = {
/* When you update here, don't forget to update the tiles
in src/README.md */
{
text: "Quick Start",
link: "/docs/guides/",
text: "Governance",
link: "/docs/governance/",
},
{
text: "How Optimism Works",
link: "/docs/protocol/",
text: "Contribute",
link: "/docs/contribute/",
},
{
text: "Support",
link: "/docs/biz/",
},
{
text: "Security",
link: "/docs/security-model/",
},
{
text: "Dev Docs",
link: "/docs/developers/",
},
{
text: "Identity",
link: "/docs/identity/",
},
{
text: "Governance",
link: "/docs/governance/",
},
{
text: "Contribute",
link: "/docs/contribute/",
text: "Technical Docs",
link: "https://docs.optimism.io/",
target: '_blank',
rel: 'noopener noreferrer'
},
{
text: "Community",
Expand Down
2 changes: 1 addition & 1 deletion src/.vuepress/theme/components/Anchor.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

41 changes: 8 additions & 33 deletions src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,43 +6,18 @@ heroImage: /assets/logos/header.png
heroText: " "

features:
- title: Quick Start
- title: Governance
icon: book
details: How-to guides and tutorials for users and developers.
link: /docs/guides/

- title: How OP Mainnet works
icon: info-square
details: General explanation of what makes OP Mainnet tick.
link: /docs/protocol/2-rollup-protocol/

- title: OP Mainnet's Security Model
icon: shield
details: Understand the safety and liveness properties of OP Mainnet.
link: /docs/security-model/

- title: Protocol specs
icon: ruler-triangle
details: More detailed information about how OP Mainnet works under the hood.
link: /docs/protocol/

- title: Developer docs
icon: code
details: Resources for building a decentralized application on OP Mainnet.
link: /docs/developers/

- title: Tools for developers
icon: hammer
details: Useful third-party tools for easier development and deployment.
link: /docs/useful-tools/

- title: Superchain Explainer
icon: link
details: Technical explainer for the OP Stack and Superchain.
link: https://stack.optimism.io/docs/understand/explainer/
details: Learn about the experimental and agile approach to governing the Optimism Collective.
link: /docs/governance/

- title: Contribute
icon: hands-helping
details: Check out the Optimism community and join the conversation.
link: /docs/contribute/

- title: Developer Documentation
icon: code
details: Technical documentation website and information about the OP Stack.
link: https://docs.optimism.io/
---
Loading