Skip to content
This repository was archived by the owner on Aug 7, 2023. It is now read-only.

Commit c8c2a8e

Browse files
Gabriel RaniereGabriel Raniere
Gabriel Raniere
authored and
Gabriel Raniere
committed
2 parents b148b63 + 6a6a836 commit c8c2a8e

File tree

17 files changed

+43
-953
lines changed

17 files changed

+43
-953
lines changed

Diff for: src/components/header/header.tsx

-22
Original file line numberDiff line numberDiff line change
@@ -61,36 +61,14 @@ export class DocsHeader {
6161
<stencil-route>
6262
{this.renderMenu('Docs')}
6363
</stencil-route>
64-
{/* <stencil-route url="/docs/studio">
65-
{this.renderMenu('Studio')}
66-
</stencil-route>
67-
<stencil-route url="/docs/native">
68-
{this.renderMenu('Native')}
69-
</stencil-route>
70-
<stencil-route url="/docs/enterprise">
71-
{this.renderMenu('Native')}
72-
</stencil-route>
73-
<stencil-route url="/docs/cli">
74-
{this.renderMenu('CLI')}
75-
</stencil-route>
76-
<stencil-route>
77-
{this.renderMenu('Framework')}
78-
</stencil-route> */}
7964
</stencil-route-switch>
8065
</nav>
8166

8267
<nav class="UtilNav">
8368
<docs-dropdown label={getString('header-support')} align="right">
8469
<section>
8570
<a href="https://id.layers.digital" target="_blank">Acessar Plataforma</a>
86-
<a href="/create" target="_blank">Registrar App</a>
87-
<a href="/create" target="_blank">Começar a Integrar</a>
88-
<a href="/create" target="_blank">Acessar Sandbox</a>
89-
</section>
90-
<section>
91-
<a href="/" target="_blank">Entre em contato</a>
9271
<a href="mailto:[email protected]?subject=Layers Docs" target="_blank">[email protected]</a>
93-
<a href="tel:011999999999" target="_blank">(011) 99999-9999</a>
9472
</section>
9573
</docs-dropdown>
9674

Diff for: src/components/menu/menu.tsx

+2-4
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ import api from './templates/api';
1010
import conceptsTemplate from './templates/concepts';
1111
// import tutorialsTemplate from './templates/tutorials';
1212
import sdksTemplate from './templates/sdk';
13-
import registerTemplate from './templates/register';
14-
import statusTemplate from './templates/status';
1513

1614
@Component({
1715
tag: 'docs-menu',
@@ -42,10 +40,10 @@ export class DocsMenu {
4240
<stencil-route></stencil-route>
4341
</stencil-route-switch>,
4442
<stencil-route-switch scrollTopOffset={0} class="Menu">
43+
<stencil-route url="/docs/(register|status)"/>
44+
{/* <stencil-route url="/docs/status"/> */}
4545
<stencil-route url="/docs/api/:service?" routeRender={api.template}/>
4646
<stencil-route url="/docs/sdk" routeRender={sdksTemplate}/>
47-
<stencil-route url="/docs/register" routeRender={registerTemplate}/>
48-
<stencil-route url="/docs/status" routeRender={statusTemplate}/>
4947
<stencil-route url="/docs/(concepts)?/:service?" routeRender={conceptsTemplate}/>
5048
</stencil-route-switch>
5149
];

Diff for: src/components/menu/templates/appflow.tsx

-66
This file was deleted.

Diff for: src/components/menu/templates/components.tsx

-168
This file was deleted.

Diff for: src/components/menu/templates/register.tsx

-11
This file was deleted.

Diff for: src/components/menu/templates/status.tsx

-11
This file was deleted.

Diff for: src/components/menu/templates/studio.tsx

-30
This file was deleted.

0 commit comments

Comments
 (0)