https://github.com/inkdropapp/api-docs
API documentation for Inkdrop
https://github.com/inkdropapp/api-docs
Last synced: about 1 year ago
JSON representation
API documentation for Inkdrop
- Host: GitHub
- URL: https://github.com/inkdropapp/api-docs
- Owner: inkdropapp
- License: other
- Created: 2023-08-16T05:25:49.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-11T00:56:22.000Z (over 1 year ago)
- Last Synced: 2025-03-24T06:45:16.888Z (about 1 year ago)
- Language: MDX
- Homepage: https://developers.inkdrop.app/
- Size: 31.2 MB
- Stars: 17
- Watchers: 3
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Inkdrop API documentation
https://developers.inkdrop.app/
## Stack
- [Tailwind CSS](https://tailwindcss.com)
- [Next.js](https://nextjs.org/docs) - the official Next.js documentation
- [Headless UI](https://headlessui.dev) - the official Headless UI documentation
- [Framer Motion](https://www.framer.com/docs/) - the official Framer Motion documentation
- [MDX](https://mdxjs.com/) - the official MDX documentation
- [FlexSearch](https://github.com/nextapps-de/flexsearch) - the official FlexSearch documentation
- [Zustand](https://docs.pmnd.rs/zustand/getting-started/introduction) - the official Zustand documentation
## Getting started
To get started with this template, first install the npm dependencies:
```bash
npm install
```
Next, run the development server:
```bash
npm run dev
```
Finally, open [http://localhost:3000](http://localhost:3000) in your browser to view the website.
## Global search
It includes a global search that's powered by the [FlexSearch](https://github.com/nextapps-de/flexsearch) library. It's available by clicking the search input or by using the `⌘K` shortcut.
This feature requires no configuration, and works out of the box by automatically scanning your documentation pages to build its index. You can adjust the search parameters by editing the `/src/mdx/search.mjs` file.