Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/noxify/next-documentation


https://github.com/noxify/next-documentation

markdoc modular nextjs orama overengineering search shadcn-ui t3-stack tailwind tailwindcss turbo

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# Next-Documentation

This is my overengineered documentation repository based on:

* NextJS 14
* TurboRepo ( Powered by [create-t3-turbo](https://github.com/t3-oss/create-t3-turbo) )
* [Markdoc](https://markdoc.dev/)
* [tailwind](https://tailwindcss.com/) w/ [shadcn ui](https://ui.shadcn.com/)
* [Orama Search](https://oramasearch.com/)

## Requirements

* Node 20
* pnpm 8+

## Installation

```
git clone [email protected]:noxify/next-documentation.git
cd next-documentation
pnpm i
```

## Sources

* Heading component ( `packages/markdoc-typography`) :

https://github.com/dylanmeivis/nextjs13-starter-markdoc
* Table of contents ( `packages/markdoc-base`) :

https://github.com/shadcn/ui/blob/main/apps/www/components/toc.tsx
* Search ( `packages/search`) :

https://github.com/oramasearch/orama/tree/main/packages/plugin-nextra
* Markdoc NextJS Setup:

https://github.com/dylanmeivis/nextjs13-starter-markdoc/tree/main