Skip to content

Commit 63ac7f7

Browse files
devvaannshabose
authored andcommitted
add: backlink to docs site for complete documentation
1 parent 62280c7 commit 63ac7f7

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

README.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -58,14 +58,14 @@ The `nodeConfig` object indicates that this is a Node extension.
5858
### NodeConnector-API
5959

6060
create
61-
[NodeConnector-API](https://github.com/phcode-dev/phoenix/wiki/NodeConnector-API)
61+
[NodeConnector-API](https://docs.phcode.dev/api/API-Reference/NodeConnector)
6262
to call functions and send events between your node.js and Phoenix Code
6363
extension components.
6464

6565
- This is available as a global object `global.createNodeConnector`. See above
6666
link for API docs.
6767
- Another API -
68-
[EventDispatcher-API](https://github.com/phcode-dev/phoenix/wiki/EventDispatcher-API)
68+
[EventDispatcher-API](https://docs.phcode.dev/api/API-Reference/utils/EventDispatcher)
6969
is also available in the global context as `global.EventDispatcher` for
7070
event trigger/listen within node.
7171

@@ -74,7 +74,7 @@ extension components.
7474
Follow the below 4 steps to start using this template:
7575

7676
Refer this
77-
[link](https://github.com/phcode-dev/phoenix/wiki/How-To-Write-Extensions-And-Themes)
77+
[link](https://docs.phcode.dev/api/writing-ext-themes)
7878
for detailed extension docs after following the below steps:
7979

8080
## step 1
@@ -127,13 +127,10 @@ Create a new repository using this template.
127127

128128
# Detailed Documentation
129129

130-
Please go to
131-
https://github.com/phcode-dev/phoenix/wiki/How-To-Write-Extensions-And-Themes
132-
for more documentation/community support links.
130+
Please go to [https://docs.phcode.dev/api/writing-ext-themes](https://docs.phcode.dev/api/writing-ext-themes) for more documentation/community support links.
133131

134132
# Publishing your extension to the repository
135133

136134
Once you have built your extension/theme, you can publish the extension to
137135
phcode.dev extension repository in a single step directly from this repo. Please
138-
see publish section in this link for more details:
139-
https://github.com/phcode-dev/phoenix/wiki/How-To-Write-Extensions-And-Themes
136+
see publish section in this link for more details: [Writing extension and themes](https://docs.phcode.dev/api/writing-ext-themes)

0 commit comments

Comments
 (0)