[PR #12] [MERGED] Docs: Add documentation for multiple features to be released #33

Closed
opened 2026-02-15 17:04:20 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/cloudstack-llc/msty-docs/pull/12
Author: @drstdugar
Created: 10/12/2024
Status: Merged
Merged: 10/19/2024
Merged by: @nikeshparajuli

Base: devHead: docs/1.3-dristi


📝 Commits (10+)

  • b245243 Docs: Add documentation for the model pinning and editing from the model selector
  • 3b250c8 Docs: Add documentation for the vapor mode feature (#11)
  • 63d249f Docs: Add documentation for the app shortcuts
  • 08c690e Docs: Add documentation for the attachment of youtube links
  • 64f5d86 Docs: Documentation for the advanced RTD options
  • a646258 Docs: Add documentation for the Local AI service logs
  • d225356 Docs: Add documentation for the export feature
  • ae2c47f tweak: local ai service logs
  • 10d6576 chore: update docs package
  • 7a3f948 tweak: customize real time data

📊 Changes

20 files changed (+262 additions, -41 deletions)

View changed files

📝 assets/css/tailwind.css (+44 -40)
📝 bun.lockb (+0 -0)
components/content/AurumTag.vue (+10 -0)
📝 content/0.getting started/1.onboarding.md (+0 -0)
📝 content/0.getting started/2.gpus-support.md (+0 -0)
📝 content/0.getting started/_dir.yml (+0 -0)
content/0.getting started/keyboard-shortcuts.md (+19 -0)
content/1.features/_dir.yml (+3 -0)
content/1.features/chat-attachments.md (+43 -0)
content/1.features/export-chat.md (+22 -0)
content/1.features/model-selector.md (+47 -0)
content/1.features/real-time-data.md (+36 -0)
content/1.features/vapor-chat.md (+22 -0)
content/3.troubleshooting/capture-local-ai-logs.md (+15 -0)
📝 package.json (+1 -1)
public/features/chat-attachments/youtube-video-attachments.webp (+0 -0)
public/features/export-chat/export-chat-options.webp (+0 -0)
public/features/model-selector/text-chat-model-selector.webp (+0 -0)
public/features/real-time-data/real-time-data-with-custom-query.webp (+0 -0)
public/troubleshooting/local-ai-logs/capture-local-ai-service-logs.webp (+0 -0)

📄 Description

No description provided


🔄 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/cloudstack-llc/msty-docs/pull/12 **Author:** [@drstdugar](https://github.com/drstdugar) **Created:** 10/12/2024 **Status:** ✅ Merged **Merged:** 10/19/2024 **Merged by:** [@nikeshparajuli](https://github.com/nikeshparajuli) **Base:** `dev` ← **Head:** `docs/1.3-dristi` --- ### 📝 Commits (10+) - [`b245243`](https://github.com/cloudstack-llc/msty-docs/commit/b2452434f872c5ecd763f3c31225b7e4bd08484f) Docs: Add documentation for the model pinning and editing from the model selector - [`3b250c8`](https://github.com/cloudstack-llc/msty-docs/commit/3b250c807b3443fdf16fe24ed43c3bc333afed8d) Docs: Add documentation for the vapor mode feature (#11) - [`63d249f`](https://github.com/cloudstack-llc/msty-docs/commit/63d249f1142672bcc8fcb7e927ac88cecff687e8) Docs: Add documentation for the app shortcuts - [`08c690e`](https://github.com/cloudstack-llc/msty-docs/commit/08c690e322841a591ede5a6a80e2464b1bb3976e) Docs: Add documentation for the attachment of youtube links - [`64f5d86`](https://github.com/cloudstack-llc/msty-docs/commit/64f5d86ba77fb79996468f4ce5ff3f69b4fa4d5a) Docs: Documentation for the advanced RTD options - [`a646258`](https://github.com/cloudstack-llc/msty-docs/commit/a6462588130506331f01955e38e3385f591b42b5) Docs: Add documentation for the Local AI service logs - [`d225356`](https://github.com/cloudstack-llc/msty-docs/commit/d2253569469bd12dd8142990aec32c2498c8770e) Docs: Add documentation for the export feature - [`ae2c47f`](https://github.com/cloudstack-llc/msty-docs/commit/ae2c47fed43a3c9973757697cc3abdcd5255c6fd) tweak: local ai service logs - [`10d6576`](https://github.com/cloudstack-llc/msty-docs/commit/10d65769bc14cc5a85625251183feeac28c0fe80) chore: update docs package - [`7a3f948`](https://github.com/cloudstack-llc/msty-docs/commit/7a3f9487dc7697e2427f13985361984014fcc5df) tweak: customize real time data ### 📊 Changes **20 files changed** (+262 additions, -41 deletions) <details> <summary>View changed files</summary> 📝 `assets/css/tailwind.css` (+44 -40) 📝 `bun.lockb` (+0 -0) ➕ `components/content/AurumTag.vue` (+10 -0) 📝 `content/0.getting started/1.onboarding.md` (+0 -0) 📝 `content/0.getting started/2.gpus-support.md` (+0 -0) 📝 `content/0.getting started/_dir.yml` (+0 -0) ➕ `content/0.getting started/keyboard-shortcuts.md` (+19 -0) ➕ `content/1.features/_dir.yml` (+3 -0) ➕ `content/1.features/chat-attachments.md` (+43 -0) ➕ `content/1.features/export-chat.md` (+22 -0) ➕ `content/1.features/model-selector.md` (+47 -0) ➕ `content/1.features/real-time-data.md` (+36 -0) ➕ `content/1.features/vapor-chat.md` (+22 -0) ➕ `content/3.troubleshooting/capture-local-ai-logs.md` (+15 -0) 📝 `package.json` (+1 -1) ➕ `public/features/chat-attachments/youtube-video-attachments.webp` (+0 -0) ➕ `public/features/export-chat/export-chat-options.webp` (+0 -0) ➕ `public/features/model-selector/text-chat-model-selector.webp` (+0 -0) ➕ `public/features/real-time-data/real-time-data-with-custom-query.webp` (+0 -0) ➕ `public/troubleshooting/local-ai-logs/capture-local-ai-service-logs.webp` (+0 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 17:04:20 -05:00
yindo closed this issue 2026-02-15 17:04:21 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: cloudstack-llc/msty-docs#33