[PR #163] [MERGED] Chore: Updated docs for 2023.12.0 release #239

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

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/docs/pull/163
Author: @thetronjohnson
Created: 12/7/2023
Status: Merged
Merged: 12/14/2023
Merged by: @liyasthomas

Base: 2023.12.0Head: december-release


📝 Commits (10+)

📊 Changes

39 files changed (+2560 additions, -2338 deletions)

View changed files

📝 components/content/Image.vue (+1 -1)
📝 components/content/Logo.vue (+1 -1)
📝 content/1.documentation/1.getting-started/1.quick-start.md (+2 -2)
📝 content/1.documentation/1.getting-started/3.setup.md (+5 -7)
📝 content/1.documentation/10.i18n.md (+8 -10)
📝 content/1.documentation/3.protocols/0.rest.md (+50 -1)
📝 content/1.documentation/3.protocols/1.graphql.md (+58 -3)
📝 content/1.documentation/3.protocols/2.realtime.md (+31 -2)
📝 content/1.documentation/4.features/1.workspaces.md (+0 -0)
📝 content/1.documentation/4.features/10.inspections.md (+0 -0)
📝 content/1.documentation/4.features/11.cookies.md (+0 -0)
content/1.documentation/4.features/12.share-requests.md (+42 -0)
content/1.documentation/4.features/13.embeds.md (+19 -0)
📝 content/1.documentation/4.features/14. authorization.md (+3 -0)
📝 content/1.documentation/4.features/15.customization.md (+0 -0)
📝 content/1.documentation/4.features/2.collections.md (+19 -0)
content/1.documentation/4.features/3.collection-runner.md (+28 -0)
📝 content/1.documentation/4.features/4.environments.md (+0 -0)
📝 content/1.documentation/4.features/5.history.md (+0 -0)
📝 content/1.documentation/4.features/5.spotlight.md (+1 -0)

...and 19 more files

📄 Description

Docs Added -

  1. Collection runner
  2. Collection properties
  3. Share requests
  4. Embeds

To add -

  1. Updated environment variables for SH
  2. Subpath based access and deprecation of port based access for SH
  3. New auto migration on SH

🔄 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/163 **Author:** [@thetronjohnson](https://github.com/thetronjohnson) **Created:** 12/7/2023 **Status:** ✅ Merged **Merged:** 12/14/2023 **Merged by:** [@liyasthomas](https://github.com/liyasthomas) **Base:** `2023.12.0` ← **Head:** `december-release` --- ### 📝 Commits (10+) - [`ee1d897`](https://github.com/hoppscotch/docs/commit/ee1d89709e3e335d1f1751924eff690cff727a6e) chore: updates - [`9d50c05`](https://github.com/hoppscotch/docs/commit/9d50c0512a33e95fce75091fdd7172c67775a81a) chore(deps-dev): bump @babel/traverse from 7.22.8 to 7.23.3 - [`ed3cccd`](https://github.com/hoppscotch/docs/commit/ed3cccd3ddbc45b5ba41c1ee25c2ee8dac887af7) Merge pull request #159 from hoppscotch/dependabot/npm_and_yarn/babel/traverse-7.23.3 - [`ea389b3`](https://github.com/hoppscotch/docs/commit/ea389b3b8ebb78623ace960e67713282d576acfe) updates - [`acba1d7`](https://github.com/hoppscotch/docs/commit/acba1d73c1d4b10512abc62d4bbf073f98f57e4e) updates - [`a0dd4ce`](https://github.com/hoppscotch/docs/commit/a0dd4cee4c09b5ff955fd858ac38fa40845e50ff) Update titles and links in documentation files - [`85c6b23`](https://github.com/hoppscotch/docs/commit/85c6b23219cf65fc931199c75742bb0e50c4b4a6) chore: updates - [`d19dc50`](https://github.com/hoppscotch/docs/commit/d19dc501cf4cf65dfdcc97a3c0004769318b54a0) chore: updates - [`dcc4de2`](https://github.com/hoppscotch/docs/commit/dcc4de29a527f2c89b2ada90cbcc0145011eccba) chore: updates - [`69ab00c`](https://github.com/hoppscotch/docs/commit/69ab00c3cc88bf963192d66ac2ce8adf3f5034e6) chore: updates ### 📊 Changes **39 files changed** (+2560 additions, -2338 deletions) <details> <summary>View changed files</summary> 📝 `components/content/Image.vue` (+1 -1) 📝 `components/content/Logo.vue` (+1 -1) 📝 `content/1.documentation/1.getting-started/1.quick-start.md` (+2 -2) 📝 `content/1.documentation/1.getting-started/3.setup.md` (+5 -7) 📝 `content/1.documentation/10.i18n.md` (+8 -10) 📝 `content/1.documentation/3.protocols/0.rest.md` (+50 -1) 📝 `content/1.documentation/3.protocols/1.graphql.md` (+58 -3) 📝 `content/1.documentation/3.protocols/2.realtime.md` (+31 -2) 📝 `content/1.documentation/4.features/1.workspaces.md` (+0 -0) 📝 `content/1.documentation/4.features/10.inspections.md` (+0 -0) 📝 `content/1.documentation/4.features/11.cookies.md` (+0 -0) ➕ `content/1.documentation/4.features/12.share-requests.md` (+42 -0) ➕ `content/1.documentation/4.features/13.embeds.md` (+19 -0) 📝 `content/1.documentation/4.features/14. authorization.md` (+3 -0) 📝 `content/1.documentation/4.features/15.customization.md` (+0 -0) 📝 `content/1.documentation/4.features/2.collections.md` (+19 -0) ➕ `content/1.documentation/4.features/3.collection-runner.md` (+28 -0) 📝 `content/1.documentation/4.features/4.environments.md` (+0 -0) 📝 `content/1.documentation/4.features/5.history.md` (+0 -0) 📝 `content/1.documentation/4.features/5.spotlight.md` (+1 -0) _...and 19 more files_ </details> ### 📄 Description Docs Added - 1. Collection runner 2. Collection properties 3. Share requests 4. Embeds To add - 1. Updated environment variables for SH 2. Subpath based access and deprecation of port based access for SH 3. New auto migration on SH --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-16 12:33: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#239
No description provided.