Skip to content

Josh9301/docs-v2

This branch is 402 commits behind thirdweb-dev/docs-v2:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

43b093d · Jan 17, 2024
Oct 13, 2023
Jan 12, 2024
Nov 7, 2023
Jan 17, 2024
Nov 13, 2023
Nov 8, 2023
Jan 4, 2024
Dec 19, 2023
Jan 4, 2024
Oct 13, 2023
Nov 13, 2023
Jan 4, 2024
Nov 13, 2023
Jan 4, 2024
Oct 12, 2023
Jan 10, 2024
Dec 15, 2023
Jan 4, 2024
Jan 15, 2024

Repository files navigation

thirdweb docs

This Repository contains the source code for thirdweb Docs Website. This website is built using Next.js 13 ( App Router)

How to Contribute

GitHub Workflow

If you're new to GitHub, we recommend reading the GitHub Open Source Guide to learn how to fork a repository, create a branch, and submit a pull request.

Review Process

Once you've submitted your contribution, One of the thirdweb Developer will review your changes, provide feedback, and merge the pull request when it's ready.

Please let us know if you have any questions or need further assistance in your PR's comments.

Thank you for contributing to the thirdweb docs and being a part of our community!

Writing MDX

The docs are written in MDX, a markdown format that supports JSX syntax. This allows us to embed React components in the docs. See the GitHub Markdown Guide for a quick overview of markdown syntax.

We have a collection of Components that you can import and use in your MDX files. See the Styleguide page to see output of all the components. You can see the source code for those components in the src/app/styleguide/ folder

Installation

We use yarn

yarn

Start local development server

yarn dev

Releases

No releases published

Packages

No packages published

Languages

  • MDX 81.5%
  • TypeScript 15.7%
  • JavaScript 2.6%
  • CSS 0.2%