Skip to content

Commit 7f3dc22

Browse files
committed
refactor: update doc images url
1 parent 810b1ce commit 7f3dc22

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

docs/Customize-Icons-For-File-And-Folder.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The icons in the file tree can be customised. Even add icons for unsupported extensions!
22

3-
![file-Icon.png](https://phcode-dev.github.io/doc-images/phcode-sdk/file-Icon.png)
3+
![file-Icon.png](https://docs-images.phcode.dev/phcode-sdk/file-Icon.png)
44

55
## How to add custom icons
66
In the Brackets preferences(`Debug Menu` > `Open preferences file`) file you'll need to add this to the bottom:

docs/generatedApiDocs/features/QuickViewManager-API.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,9 +200,9 @@ unlocks the current QuickView locked by `lockQuickView` fucntion.
200200

201201
Type: [function][5]
202202

203-
[1]: https://phcode-dev.github.io/doc-images/phcode-sdk/quick-view-image.png
203+
[1]: https://docs-images.phcode.dev/phcode-sdk/quick-view-image.png
204204

205-
[2]: https://phcode-dev.github.io/doc-images/phcode-sdk/quick-view-youtube.png
205+
[2]: https://docs-images.phcode.dev/phcode-sdk/quick-view-youtube.png
206206

207207
[3]: https://github.com/phcode-dev/phoenix/wiki/SelectionViewManager-API
208208

docs/generatedApiDocs/features/SelectionViewManager-API.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ Returns **[boolean][6]**
145145

146146
[3]: https://github.com/phcode-dev/phoenix/wiki/QuickViewManager-API
147147

148-
[4]: https://phcode-dev.github.io/doc-images/phcode-sdk/quick-view-youtube.png
148+
[4]: https://docs-images.phcode.dev/phcode-sdk/quick-view-youtube.png
149149

150150
[5]: https://developer.mozilla.org/docs/Web/JavaScript/Reference/Statements/function
151151

src/features/QuickViewManager.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
/**
2727
* QuickViewManager provides support to add interactive preview popups on hover over the main editors.
2828
* Extensions can register to provide previews with `QuickViewManager.registerQuickViewProvider` API.
29-
* ![quick-view-image.png](https://phcode-dev.github.io/doc-images/phcode-sdk/quick-view-image.png)
30-
* ![quick-view-youtube.png](https://phcode-dev.github.io/doc-images/phcode-sdk/quick-view-youtube.png)
29+
* ![quick-view-image.png](https://docs-images.phcode.dev/phcode-sdk/quick-view-image.png)
30+
* ![quick-view-youtube.png](https://docs-images.phcode.dev/phcode-sdk/quick-view-youtube.png)
3131
*
3232
* ### See Related: SelectionViewManager
3333
* [features/SelectionViewManager](https://github.com/phcode-dev/phoenix/wiki/SelectionViewManager-API) is similar to

src/features/SelectionViewManager.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
* SelectionViewManager API.
3737
* * SelectionViews popup only once user selects a text by mouse or hover over a region with text selection.
3838
* * Quickviews popup on mouse hover.
39-
* ![quick-view-youtube.png](https://phcode-dev.github.io/doc-images/phcode-sdk/quick-view-youtube.png)
39+
* ![quick-view-youtube.png](https://docs-images.phcode.dev/phcode-sdk/quick-view-youtube.png)
4040
*
4141
* ## Usage
4242
* Lets build a "hello world" extension that displays "hello world" above selected text in the editor.

0 commit comments

Comments
 (0)