https://github.com/timmikeladze/markdown-to-api-example
https://github.com/timmikeladze/markdown-to-api-example
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/timmikeladze/markdown-to-api-example
- Owner: TimMikeladze
- License: mit
- Created: 2022-08-18T22:12:04.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-16T21:33:24.000Z (over 3 years ago)
- Last Synced: 2025-08-17T17:50:00.976Z (11 months ago)
- Language: TypeScript
- Homepage: markdown-to-api-example.vercel.app
- Size: 147 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Markdown To API Example
This repo is an example of how to use the [markdown-to-api](https://github.com/TimMikeladze/markdown-to-api) package with NextJS's Static Generation and Server-side Rendering features to create a searchable site with all the content residing in markdown files. The deployed example can be seen at [https://markdown-to-api-example.vercel.app](https://markdown-to-api-example.vercel.app) and the GraphQL API can be accessed at [https://markdown-to-api-example.vercel.app/api/graphql](https://markdown-to-api-example.vercel.app/api/graphql)