1
0
Fork 0
mirror of https://github.com/hoppscotch/docs.git synced 2026-04-25 08:06:01 +03:00
No description
Find a file
mintlify[bot] e826f60cee
docs: expand security policy with scope, threat model, and controls (#348)
Generated-By: mintlify-agent

Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
2026-04-23 12:08:53 +00:00
documentation Fix boilerplate title patterns in self-host pages (#346) 2026-04-20 00:19:22 +00:00
guides Improve SEO metadata: fix short descriptions and deduplicate titles (#344) 2026-04-13 00:21:07 +00:00
images feat: add versioning and env selector for api doc (#328) 2026-02-26 00:15:14 -06:00
logo chore: init mintlify 2024-01-06 21:28:42 +05:30
snippets feat: reorganize and enhance documentation for Hoppscotch clients, including new overview and setup pages for desktop and web applications 2026-04-10 23:52:08 -05:00
support docs: expand security policy with scope, threat model, and controls (#348) 2026-04-23 12:08:53 +00:00
.gitignore chore: init mintlify 2024-01-06 21:28:42 +05:30
docs.json feat: reorganize and enhance documentation for Hoppscotch clients, including new overview and setup pages for desktop and web applications 2026-04-10 23:52:08 -05:00
favicon.svg chore: init mintlify 2024-01-06 21:28:42 +05:30
index.mdx feat: reorganize and enhance documentation for Hoppscotch clients, including new overview and setup pages for desktop and web applications 2026-04-10 23:52:08 -05:00
LICENSE Create LICENSE 2024-06-05 23:24:38 +05:30
package-lock.json chore: added missing subpath env varible in the docs 2024-01-23 19:34:35 +05:30
README.md chore: link mintlify website for more info 2024-08-27 11:14:25 +05:30

Hoppscotch Documentation

Local Development

Important

Please install Node.js (version 19 or higher) before proceeding.

Install dependencies:

npm i -g mintlify

Start development server with:

mintlify dev

A local preview of your documentation will be available at http://localhost:3000.

Read more about Mintlify to customize your documentation.