33:toc-placement!:
44
55
6- image:https://github.com/starfixdev/starfix/blob/master /images/starfix.png[StarFix Logo,title="StarFix Logo"]
6+ image:https://github.com/starfixdev/starfix/blob/HEAD /images/starfix.png[StarFix Logo,title="StarFix Logo"]
77
88== Intro
99Would it not be nice if..
@@ -22,7 +22,7 @@ Start a debugger locally from your web browser?
2222
2323== Demo
2424
25- image:https://github.com/starfixdev/starfix/blob/master /images/demo.gif[Starfix Demo]
25+ image:https://github.com/starfixdev/starfix/blob/HEAD /images/demo.gif[Starfix Demo]
2626
2727[discrete]
2828# INDEX
@@ -116,20 +116,20 @@ __**P.S: Browser Extensions will soon be published on Browser's App Store to sim
116116=== As a CLI Tool
117117- Launch the terminal and type `starfix https://github.com/user_name/repo_name.git` (You can also use ssh)
118118- The repository will be cloned in the preferred directory and launched in the preferred Editor. See the Demo below:
119- image:https://github.com/starfixdev/starfix/blob/master /images/cli_demo.gif[StarFix CLI,title="StarFix CLI"]
119+ image:https://github.com/starfixdev/starfix/blob/HEAD /images/cli_demo.gif[StarFix CLI,title="StarFix CLI"]
120120
121121=== Fully Integrated
122122- Navigate to the repository (on github.com/user/repo)
123123- Click on the "Open in IDE" button on the repository page.
124124- The repository is cloned in the preferred directory.
125125- The cloned repository is opened in the preferred IDE.
126- image:https://github.com/starfixdev/starfix/blob/master /images/demo.gif[StarFix Demo]
126+ image:https://github.com/starfixdev/starfix/blob/HEAD /images/demo.gif[StarFix Demo]
127127
128128=== Configuration Editor
129129- The first time you launch up StarFix you'll be prompted to choose the preferred Editor and cloning directory.
130130- To change the configurations you can launch up terminal and type `starfix config`
131131- You'll then be prompted to choose the preferred Editor and cloning path as shown in Demo below.
132- image:https://github.com/starfixdev/starfix/blob/master /images/config_demo.gif[StarFix Configurations,title="StarFix Configurations"]
132+ image:https://github.com/starfixdev/starfix/blob/HEAD /images/config_demo.gif[StarFix Configurations,title="StarFix Configurations"]
133133
134134
135135
@@ -196,7 +196,7 @@ As StarFix uses Command Mode in Quarkus refer these links to learn more about it
196196[qanda]
197197Why do we call it StarFix ? ::
198198 The following image is good enough to explain ...
199- image:https://github.com/starfixdev/starfix/blob/master /images/starfix_illustration.png[StarFix Illustration,title="starfix illustration"]
199+ image:https://github.com/starfixdev/starfix/blob/HEAD /images/starfix_illustration.png[StarFix Illustration,title="starfix illustration"]
200200
201201Why are we using Quarkus? ::
202202 The reason for going with this is that **anything other** than this(like node or python bound) would **require additional setup**. On the other hand **Java or Native** is something that can be **shipped fairly lightweight**. Furthermore we need a **cross-platform** application(Linux, Windows, and MacOS). Thus Quarkus would be the best choice.
0 commit comments