[PR #247] [MERGED] Documentation addition related to v2024.9.0 #291

Closed
opened 2026-03-16 12:36:43 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/docs/pull/247
Author: @SanskritiHarmukh
Created: 9/25/2024
Status: Merged
Merged: 10/4/2024
Merged by: @liyasthomas

Base: mainHead: v2024.9.0


📝 Commits (10+)

  • 80231d0 added updates related to v2024.9.0
  • 854f1c4 minor lowercase change in heading of response page
  • fb8c0c3 fixed code block rendering and modified path of image
  • 71b50d3 fixed indentation
  • c3c563a Updated the formatting of Tabs
  • 3749736 placed response handling page under RESTful APIs as 2nd page in order
  • 5054914 Added more details regarding saving and importing response examples
  • 1b5139f Added Hoppscotch Agent under Interceptors
  • 1b0fa0c Removed Digest Auth section and updated Hoppscotch Agent content
  • 99fbb0e removed

📊 Changes

8 files changed (+235 additions, -8 deletions)

View changed files

📝 documentation/features/collections.mdx (+0 -2)
📝 documentation/features/environments.mdx (+11 -0)
📝 documentation/features/importer.mdx (+8 -0)
📝 documentation/features/interceptor.mdx (+38 -2)
📝 documentation/features/variables.mdx (+62 -4)
documentation/getting-started/rest/response-handling.mdx (+115 -0)
images/hoppscotch-banner.png (+0 -0)
📝 mint.json (+1 -0)

📄 Description

This PR includes the following updates:

  • Added a section for Duplicating an Environment, noting that secret variable values are not copied to the duplicated environment.
  • Updated the Variables page to include Predefined Variables and marked their color identifier as yellow in the table.
  • Added a Digest Auth section to the Authorization page. Removed the Digest Auth section since the feature is deferred from this release.
  • Removed the note stating, "Duplicating a collection is disabled in 'Personal Workspace' for the self-hosted instance."
  • Created a new Response page under the RESTful API section, describing various parts of the interface.
  • Included steps for Saving response as Example.
  • Added a section for Importing from Personal and Other Cloud Workspaces.
  • Import responses from external sources (Waiting for the implementation on engineering end.)
  • Added Hoppscotch Agent section under Interceptors.

🔄 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/docs/pull/247 **Author:** [@SanskritiHarmukh](https://github.com/SanskritiHarmukh) **Created:** 9/25/2024 **Status:** ✅ Merged **Merged:** 10/4/2024 **Merged by:** [@liyasthomas](https://github.com/liyasthomas) **Base:** `main` ← **Head:** `v2024.9.0` --- ### 📝 Commits (10+) - [`80231d0`](https://github.com/hoppscotch/docs/commit/80231d0bb84f24c2e207334011f75c36c94310cb) added updates related to v2024.9.0 - [`854f1c4`](https://github.com/hoppscotch/docs/commit/854f1c4a48637278b0569d69a82cfc799131ca7f) minor lowercase change in heading of response page - [`fb8c0c3`](https://github.com/hoppscotch/docs/commit/fb8c0c385b09e003036212ea0da06ddcf0b3844d) fixed code block rendering and modified path of image - [`71b50d3`](https://github.com/hoppscotch/docs/commit/71b50d3113c67ccf478853c3e08fb5e1827249b2) fixed indentation - [`c3c563a`](https://github.com/hoppscotch/docs/commit/c3c563a2081aa9a7c5dfcab4c65fad619c5089c7) Updated the formatting of Tabs - [`3749736`](https://github.com/hoppscotch/docs/commit/37497364db0822406ef58cba7aadda2856cade69) placed response handling page under RESTful APIs as 2nd page in order - [`5054914`](https://github.com/hoppscotch/docs/commit/50549146955d91a49432e289a3bbeabfcc94382c) Added more details regarding saving and importing response examples - [`1b5139f`](https://github.com/hoppscotch/docs/commit/1b5139f0977b3bb58c9a51186dd2d37b04c157d9) Added Hoppscotch Agent under Interceptors - [`1b0fa0c`](https://github.com/hoppscotch/docs/commit/1b0fa0ccce072b2c75ace7d79eb664ed9e80a449) Removed Digest Auth section and updated Hoppscotch Agent content - [`99fbb0e`](https://github.com/hoppscotch/docs/commit/99fbb0e5c9fedf1781f4db0655f87afa71af5ad6) removed ### 📊 Changes **8 files changed** (+235 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `documentation/features/collections.mdx` (+0 -2) 📝 `documentation/features/environments.mdx` (+11 -0) 📝 `documentation/features/importer.mdx` (+8 -0) 📝 `documentation/features/interceptor.mdx` (+38 -2) 📝 `documentation/features/variables.mdx` (+62 -4) ➕ `documentation/getting-started/rest/response-handling.mdx` (+115 -0) ➕ `images/hoppscotch-banner.png` (+0 -0) 📝 `mint.json` (+1 -0) </details> ### 📄 Description This PR includes the following updates: - [x] Added a section for **Duplicating an Environment**, noting that secret variable values are not copied to the duplicated environment. - [x] Updated the [Variables](https://docs.hoppscotch.io/documentation/features/variables) page to include Predefined Variables and marked their color identifier as yellow in the table. - [x] ~Added a Digest Auth section to the [Authorization](https://docs.hoppscotch.io/documentation/features/authorization) page.~ Removed the Digest Auth section since the feature is deferred from this release. - [x] Removed the note stating, "Duplicating a collection is disabled in 'Personal Workspace' for the self-hosted instance." - [x] Created a new Response page under the [RESTful API](https://docs.hoppscotch.io/documentation/getting-started/rest/creating-a-request) section, describing various parts of the interface. - [x] Included steps for `Saving response as Example`. - [x] Added a section for Importing from Personal and Other Cloud Workspaces. - [x] Import responses from external sources ~(Waiting for the implementation on engineering end.)~ - [x] Added Hoppscotch Agent section under Interceptors. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-16 12:36:43 +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/docs#291
No description provided.