diff --git a/packages/website/pages/docs/concepts.mdx b/packages/website/pages/docs/concepts.mdx deleted file mode 100644 index a65dcb6a9e..0000000000 --- a/packages/website/pages/docs/concepts.mdx +++ /dev/null @@ -1 +0,0 @@ -Learn all about Taiko's core concepts here. \ No newline at end of file diff --git a/packages/website/pages/docs/index.mdx b/packages/website/pages/docs/index.mdx index a8cdcf3124..2c8b19157a 100644 --- a/packages/website/pages/docs/index.mdx +++ b/packages/website/pages/docs/index.mdx @@ -8,7 +8,7 @@ Check out the [Taiko roadmap](/images/roadmaps/taiko-roadmap.png) to see where w Taiko is an open-source, community-driven project that welcomes and values every and any contribution. That's including both technical and non-technical contributions. -Take a look at the [contributing guide](https://github.com/taikoxyz/taiko-mono/blob/main/CONTRIBUTING.md) to get started as a contributor! +Take a look at the [contributing page](https://github.com/taikoxyz/taiko-mono/contribute) to get started as a contributor! ## Join the community diff --git a/packages/website/pages/docs/reference.mdx b/packages/website/pages/docs/reference.mdx deleted file mode 100644 index dc98a3985e..0000000000 --- a/packages/website/pages/docs/reference.mdx +++ /dev/null @@ -1,19 +0,0 @@ -## Handy reference documentation for Taiko. - -**_With this guide, you should be able to navigate and understand the various sections related to contracts, protocol constants, contract addresses, and RPC configuration._** - -### [Contract Documentation](reference/contract-documentation) - -This section contains the documentation related to different smart contracts deployed on the blockchain. It includes information about the contract's functionality, usage, and interfaces. The documentation also covers the technical details, such as the contract's bytecode, source code, and compiler version. - -### [Contract Addresses](reference/contract-addresses) - -This section provides the list of contract addresses deployed on the blockchain. It includes information about the contract's name, version, and the network it's deployed on. - -### [Protocol Constants](reference/protocol-constants) - -This section provides the protocol constants that are fundamental to the blockchain's operation. These constants include block gas limits, chain IDs, EVM opcodes, and other network parameters. - -### [RPC Configuration](reference/rpc-configuration) - -This section provides the details of the RPC configuration required for interacting with the blockchain. It includes information about the endpoint URLs, the supported JSON-RPC methods, and the parameters required for each method. diff --git a/packages/website/pages/docs/resources.mdx b/packages/website/pages/docs/resources.mdx deleted file mode 100644 index c1e8d632e1..0000000000 --- a/packages/website/pages/docs/resources.mdx +++ /dev/null @@ -1,23 +0,0 @@ -## Useful resources for learning about Taiko. - -**_With this guide, you should be able to navigate and access different resources related to Taiko Protocol._** - -### [Contributing](resources/contributing) - -This section contains information on how to contribute to the Taiko Protocol on GitHub. It includes guidelines for reporting issues, submitting pull requests, and contributing to the documentation. - -### [Official Links](resources/official-links) - -This section provides a list of official links related to the Taiko Protocol. It includes links to the official website, GitHub repository, and social media channels. - -### [Presentations](resources/presentations) - -This section contains presentations related to the Taiko Protocol. It includes videos and slides from conferences, webinars, and other events. - -### [Rollup Glossary](resources/rollup-glossary) - -This section provides a glossary of terms related to Rollup technology. It includes definitions and explanations of key concepts and terms. - -### [Whitepaper](resources/whitepaper) - -This section contains the official Taiko Protocol whitepaper. It includes a detailed overview of the protocol, its benefits, and its use cases.