[PR #994] [MERGED] Bug/embed docs #1070

Closed
opened 2026-03-03 00:24:31 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/BoostIO/BoostNote-App/pull/994
Author: @ButteryCrumpet
Created: 6/8/2021
Status: Merged
Merged: 6/9/2021
Merged by: @ButteryCrumpet

Base: masterHead: bug/embed-docs


📝 Commits (10+)

📊 Changes

8 files changed (+224 additions, -135 deletions)

View changed files

📝 .gitignore (+1 -0)
📝 src/cloud/api/teams/docs/index.ts (+8 -0)
📝 src/cloud/components/atoms/MarkdownView/index.tsx (+8 -4)
📝 src/cloud/components/molecules/Editor/index.tsx (+22 -22)
📝 src/cloud/components/organisms/DocPage/View.tsx (+22 -24)
📝 src/cloud/lib/docEmbedPlugin.ts (+124 -85)
📝 src/cloud/lib/stores/nav/store.tsx (+35 -0)
📝 src/cloud/lib/stores/nav/types.ts (+4 -0)

📄 Description

Bug

Embedded docs displaying as missing

Fix

Dynamically load docs instead of relying on existing Docs Map.


🔄 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/BoostIO/BoostNote-App/pull/994 **Author:** [@ButteryCrumpet](https://github.com/ButteryCrumpet) **Created:** 6/8/2021 **Status:** ✅ Merged **Merged:** 6/9/2021 **Merged by:** [@ButteryCrumpet](https://github.com/ButteryCrumpet) **Base:** `master` ← **Head:** `bug/embed-docs` --- ### 📝 Commits (10+) - [`a55c2da`](https://github.com/BoostIO/BoostNote-App/commit/a55c2da45cc7aea5b4bc3fcf6c44e5ceeb692a2c) add new endpoint api - [`0a6510c`](https://github.com/BoostIO/BoostNote-App/commit/0a6510c17ccfcc24bf1f0e16d13dc8d71aa81d6a) loadDoc store method - [`d14a690`](https://github.com/BoostIO/BoostNote-App/commit/d14a6905e75cc5fb931501840ec433937de5beba) dynamically get embeded docs - [`21111f5`](https://github.com/BoostIO/BoostNote-App/commit/21111f591bf6ccc95908395ae3f626c964e481d5) update gitignore - [`db8cc59`](https://github.com/BoostIO/BoostNote-App/commit/db8cc599d6456da5dbce93354cd89fbf4afee382) remove unused import - [`1b690b9`](https://github.com/BoostIO/BoostNote-App/commit/1b690b9df28cd0717cf99a6b286eb41878d968eb) remove logs - [`9da676b`](https://github.com/BoostIO/BoostNote-App/commit/9da676be53f14ddeb5852be0a5b90cd067535eb2) pass team as param - [`fc3f904`](https://github.com/BoostIO/BoostNote-App/commit/fc3f90484f59099e268b03b082b7f96e9ae2ec97) rename for clarity - [`78da32a`](https://github.com/BoostIO/BoostNote-App/commit/78da32ae8b08c9c8287ee28fade97ea426d6ff33) remove unused imports - [`14cbc69`](https://github.com/BoostIO/BoostNote-App/commit/14cbc691a57a4c199fcd1162413397f5ff981453) add getEmbed to view page ### 📊 Changes **8 files changed** (+224 additions, -135 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+1 -0) 📝 `src/cloud/api/teams/docs/index.ts` (+8 -0) 📝 `src/cloud/components/atoms/MarkdownView/index.tsx` (+8 -4) 📝 `src/cloud/components/molecules/Editor/index.tsx` (+22 -22) 📝 `src/cloud/components/organisms/DocPage/View.tsx` (+22 -24) 📝 `src/cloud/lib/docEmbedPlugin.ts` (+124 -85) 📝 `src/cloud/lib/stores/nav/store.tsx` (+35 -0) 📝 `src/cloud/lib/stores/nav/types.ts` (+4 -0) </details> ### 📄 Description ## Bug Embedded docs displaying as missing ## Fix Dynamically load docs instead of relying on existing Docs Map. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 00:24:31 +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/BoostNote-App#1070
No description provided.