Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/noxify/next-documentation
- Owner: noxify
- License: mit
- Created: 2023-12-10T09:31:25.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-04T14:51:34.000Z (12 months ago)
- Last Synced: 2024-01-25T18:07:34.316Z (11 months ago)
- Topics: markdoc, modular, nextjs, orama, overengineering, search, shadcn-ui, t3-stack, tailwind, tailwindcss, turbo
- Language: TypeScript
- Homepage:
- Size: 917 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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