[PR #1358] [MERGED] export markdown from docs #3256

Closed
opened 2026-03-17 00:53:19 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/1358
Author: @hariaakash
Created: 12/1/2020
Status: Merged
Merged: 12/9/2020
Merged by: @liyasthomas

Base: mainHead: main


📝 Commits (9)

  • 847b530 export markdown from docs
  • f303b23 Merge branch 'main' into main
  • 4b8c3d5 Merge branch 'main' into main
  • 6b06951 fix whitespace in generated doc md
  • b5cfa86 Merge branch 'main' of github.com:hariaakash/hoppscotch into main
  • 25335a0 Merge branch 'main' into main
  • 30b3087 feat: Create API Documentation Markdown Gist
  • f465655 Clean up
  • b0512d3 Merge branch 'main' into main

📊 Changes

5 files changed (+372 additions, -15 deletions)

View changed files

assets/md/docs.md (+221 -0)
📝 nuxt.config.js (+5 -0)
📝 package-lock.json (+54 -3)
📝 package.json (+2 -0)
📝 pages/doc.vue (+90 -12)

📄 Description

Documentation generator also generates markdown code for easy documentation export (instead of cli)


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/hoppscotch/hoppscotch/pull/1358 **Author:** [@hariaakash](https://github.com/hariaakash) **Created:** 12/1/2020 **Status:** ✅ Merged **Merged:** 12/9/2020 **Merged by:** [@liyasthomas](https://github.com/liyasthomas) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (9) - [`847b530`](https://github.com/hoppscotch/hoppscotch/commit/847b530466fa2a761c83be07d7f95f8739b6595b) export markdown from docs - [`f303b23`](https://github.com/hoppscotch/hoppscotch/commit/f303b239fe957ef5b0cb6ed8624dc369e9ea0d16) Merge branch 'main' into main - [`4b8c3d5`](https://github.com/hoppscotch/hoppscotch/commit/4b8c3d5253e757edc41e2262cb83cfff99a5a007) Merge branch 'main' into main - [`6b06951`](https://github.com/hoppscotch/hoppscotch/commit/6b06951c374471aa298c6beb07550c9680b8cc3d) fix whitespace in generated doc md - [`b5cfa86`](https://github.com/hoppscotch/hoppscotch/commit/b5cfa86e5110db1fc36105388fe6b3a8a134ecab) Merge branch 'main' of github.com:hariaakash/hoppscotch into main - [`25335a0`](https://github.com/hoppscotch/hoppscotch/commit/25335a01437a571e38675d15364f35d6c5ff3e1d) Merge branch 'main' into main - [`30b3087`](https://github.com/hoppscotch/hoppscotch/commit/30b30876dad45c1a22f50ee540d07391d0c1133b) feat: Create API Documentation Markdown Gist - [`f465655`](https://github.com/hoppscotch/hoppscotch/commit/f465655a9396cc0ee8f4e5c07aa03ac21e235afa) Clean up - [`b0512d3`](https://github.com/hoppscotch/hoppscotch/commit/b0512d347de969e13a24c13b1f9f21b5f44acd93) Merge branch 'main' into main ### 📊 Changes **5 files changed** (+372 additions, -15 deletions) <details> <summary>View changed files</summary> ➕ `assets/md/docs.md` (+221 -0) 📝 `nuxt.config.js` (+5 -0) 📝 `package-lock.json` (+54 -3) 📝 `package.json` (+2 -0) 📝 `pages/doc.vue` (+90 -12) </details> ### 📄 Description Documentation generator also generates markdown code for easy documentation export (instead of cli) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 00:53:19 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hoppscotch#3256
No description provided.