Skip to content

Commit 2d701ca

Browse files
committed
fix(arc-docs): complete documentation
complete documentation GH-26
1 parent d614988 commit 2d701ca

File tree

8 files changed

+18
-14
lines changed

8 files changed

+18
-14
lines changed

projects/arc-docs/src/app/docs/auth-doc/components/configure-token-doc/configure-token-doc.component.html

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -42,19 +42,23 @@ <h2 class="nb-card-header-title">Setting a User token</h2>
4242
processes the response, and navigates the user based on the
4343
authorization result.
4444
</p>
45-
<ul>
46-
<li>
47-
Process Response:If the response contains an access token and a
48-
refresh token: Save the tokens and their expiry. Navigate the user
49-
to the last accessed URL or the home path.Return true indicating
50-
successful authorization.
51-
</li>
52-
<li>If tokens are not received, return false</li>
53-
</ul>
45+
<img
46+
height="400px"
47+
width="400px"
48+
src="../../.././../../assets/env_img/method.png"
49+
alt="tokenImg"
50+
/>
51+
<p>
52+
Process Response:If the response contains an access token and a
53+
refresh token: Save the tokens and their expiry. Navigate the user to
54+
the last accessed URL or the home path.Return true indicating
55+
successful authorization. If tokens are not received, return false
56+
</p>
57+
5458
<img
5559
height="300px"
56-
width="500px"
57-
src="../../.././../../assets/env img/token.png"
60+
width="350px"
61+
src="../../.././../../assets/env_img/token.png"
5862
alt="tokenImg"
5963
/>
6064
</nb-card-body>

projects/arc-docs/src/app/docs/auth-doc/components/installation-doc/installation-doc.component.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ <h2 class="nb-card-header-title">Configure a strategy</h2>
4747
<img
4848
height="400px"
4949
width="400px"
50-
src="../../.././../../assets/env img/authModule.png"
50+
src="../../.././../../assets/env_img/authmodule.png"
5151
alt="moduleImg"
5252
/>
5353
</nb-card-body>
@@ -65,7 +65,7 @@ <h2 class="nb-card-header-title">Enable Auth Components</h2>
6565
<img
6666
height="600px"
6767
width="500px"
68-
src="../../.././../../assets/env img/route.png"
68+
src="../../.././../../assets/env_img/route.png"
6969
alt="routeImg"
7070
/>
7171
</nb-card-body>

projects/arc-docs/src/app/docs/auth-doc/components/ui-configure-doc/ui-configure-doc.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ <h4 class="nb-card-header-title">UI Settings</h4>
9494
<img
9595
height="400px"
9696
width="400px"
97-
src="../../.././../../assets/env img/authModule.png"
97+
src="../../.././../../assets/env_img/authmodule.png"
9898
alt="moduleImg"
9999
/>
100100
</nb-card-body>
Loading
Loading

0 commit comments

Comments
 (0)