@ -13,7 +13,6 @@ Contributions from the community are very welcome. Please contribute by cloning
geth.ethereum.org is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app). The following tools were used to build the site:
- [Netlify](https://www.netlify.com/) - DNS management and primary host for `master` build.
#### Resources
- Official [NextJS tutorial](https://nextjs.org/learn/foundations/about-nextjs)
- Recommended [free tutorial to learn ChakraUI](https://egghead.io/courses/build-a-modern-user-interface-with-chakra-ui-fac68106).
### Repository structure
The website code is organized with a top-level `docs` folder that contains all the documentation pages as markdown files. Inside `docs` are subdirectories used to divide the docs by theme (e.g. `getting-started`,`fundamentals`, `developers` etc). Website code is in `src`, and assets including images are in `public`.