Skip to content

Commit 24dafe1

Browse files
committed
docs(arc-docs): changes in doc of api
changes in doc of api GH-26
1 parent 2d701ca commit 24dafe1

File tree

5 files changed

+25
-27
lines changed

5 files changed

+25
-27
lines changed

projects/arc-docs/src/app/docs/auth-doc/components/api-configure-doc/api-configure-doc.component.spec.ts

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
1-
import { ComponentFixture, TestBed } from '@angular/core/testing';
1+
import {ComponentFixture, TestBed} from '@angular/core/testing';
22

3-
import { ApiConfigureDocComponent } from './api-configure-doc.component';
3+
import {ApiConfigureDocComponent} from './api-configure-doc.component';
44

55
describe('ApiConfigureDocComponent', () => {
66
let component: ApiConfigureDocComponent;
77
let fixture: ComponentFixture<ApiConfigureDocComponent>;
88

99
beforeEach(async () => {
1010
await TestBed.configureTestingModule({
11-
declarations: [ ApiConfigureDocComponent ]
12-
})
13-
.compileComponents();
11+
declarations: [ApiConfigureDocComponent],
12+
}).compileComponents();
1413

1514
fixture = TestBed.createComponent(ApiConfigureDocComponent);
1615
component = fixture.componentInstance;

projects/arc-docs/src/app/docs/auth-doc/components/api-configure-doc/api-configure-doc.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export class ApiConfigureDocComponent {
2424

2525
baseEndPoints: object[] = [
2626
{
27-
command: `baseEndpoint: 'yourDomainName/authServiceUrl/endpoint',
27+
command: `baseEndpoint: '(yourDomainName)/(authServiceUrl)/(endpoint)',
2828
login: {
2929
endpoint: '/auth/login',
3030
},

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
a {
1010
text-decoration: none;
1111
color: #19a5ff;
12-
}
12+
}
Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
.list-wrapper {
2-
text-decoration: none;
3-
color: #19a5ff;
4-
}
2+
text-decoration: none;
3+
color: #19a5ff;
4+
}
55

6-
.wrap{
7-
background-color: #0a0b0c;
8-
padding: 16px;
9-
margin: 16px 0;
10-
color: #e0f7fa;
11-
}
6+
.wrap {
7+
background-color: #0a0b0c;
8+
padding: 16px;
9+
margin: 16px 0;
10+
color: #e0f7fa;
11+
}
1212

13-
.outer-wrapper{
14-
margin: 0px;
15-
}
13+
.outer-wrapper {
14+
margin: 0px;
15+
}
1616

17-
h6.inner-wrapper {
18-
margin: 0px;
19-
}
17+
h6.inner-wrapper {
18+
margin: 0px;
19+
}

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

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
1-
import { ComponentFixture, TestBed } from '@angular/core/testing';
1+
import {ComponentFixture, TestBed} from '@angular/core/testing';
22

3-
import { UiConfigureDocComponent } from './ui-configure-doc.component';
3+
import {UiConfigureDocComponent} from './ui-configure-doc.component';
44

55
describe('UiConfigureDocComponent', () => {
66
let component: UiConfigureDocComponent;
77
let fixture: ComponentFixture<UiConfigureDocComponent>;
88

99
beforeEach(async () => {
1010
await TestBed.configureTestingModule({
11-
declarations: [ UiConfigureDocComponent ]
12-
})
13-
.compileComponents();
11+
declarations: [UiConfigureDocComponent],
12+
}).compileComponents();
1413

1514
fixture = TestBed.createComponent(UiConfigureDocComponent);
1615
component = fixture.componentInstance;

0 commit comments

Comments
 (0)