Skip to content

Commit

Permalink
Merge pull request eclipse-che#4717 from eclipse/CHE-4502
Browse files Browse the repository at this point in the history
Change link to docs in product
  • Loading branch information
Oleksii Orel authored Apr 6, 2017
2 parents 41055b6 + d5c2be6 commit a4caf84
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 36 deletions.
25 changes: 0 additions & 25 deletions dashboard/src/app/documentation/docs-config.ts

This file was deleted.

3 changes: 0 additions & 3 deletions dashboard/src/app/documentation/docs.html

This file was deleted.

4 changes: 0 additions & 4 deletions dashboard/src/app/documentation/docs.styl

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@
</md-content>
<div layout="row" flex>
<div>
<a href="/docs/integration-guide/workspace-automation/index.html" target="_blank">Factory configuration docs</a>
<a href="/docs/factory/getting-started/index.html" target="_blank">Factory configuration docs</a>
</div>
<div layout="row" layout-align="end start" flex>
<div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
-->
<che-toolbar che-title="All factories" border-none></che-toolbar>
<che-description che-link-title="Learn more." che-link="/docs/integration-guide/workspace-automation/index.html">
<che-description che-link-title="Learn more." che-link="/docs/factory/getting-started/index.html">
Factories enable workspace automation and are packaged as a consumer-friendly URL. Create new Factories to onboard your team, or integrate
with your toolchain.
</che-description>
Expand Down
2 changes: 0 additions & 2 deletions dashboard/src/app/index.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ import {ProxySettingsConfig} from './proxy/proxy-settings.constant';
import {WorkspacesConfig} from './workspaces/workspaces-config';
import {StacksConfig} from './stacks/stacks-config';
import {DemoComponentsCtrl} from './demo-components/demo-components.controller';
import {DocsConfig} from './documentation/docs-config';


// init module
Expand Down Expand Up @@ -383,5 +382,4 @@ new ProjectsConfig(instanceRegister);
new WorkspacesConfig(instanceRegister);
new DashboardConfig(instanceRegister);
new StacksConfig(instanceRegister);
new DocsConfig(instanceRegister);
new FactoryConfig(instanceRegister);

0 comments on commit a4caf84

Please sign in to comment.