chore: Remove marketing material from OSS project (#941)

* changes to support Plainhome

* changes to env sample

* changes to env variable names

* formatter fixes

* remove the content pages

* test fix

* lint fixes

* minor fixes

* removed unnesscary routes

* Apply suggestions from code review

Co-Authored-By: Tom Moor <tom.moor@gmail.com>

* removed team name from env
This commit is contained in:
Himanshu Agarwal
2019-11-04 04:31:46 +05:30
committed by Tom Moor
parent dce0c4ac73
commit f06097d9e8
31 changed files with 18 additions and 1407 deletions

View File

@ -57,10 +57,6 @@ export function features(): string {
return `${process.env.URL}/#features`;
}
export function pricing(): string {
return `${process.env.URL}/pricing`;
}
export function developers(): string {
return `${process.env.URL}/developers`;
}
@ -73,18 +69,6 @@ export function signin(service: string = 'slack'): string {
return `${process.env.URL}/auth/${service}`;
}
export function about(): string {
return `${process.env.URL}/about`;
}
export function integrations(): string {
return `${process.env.URL}/integrations`;
}
export function privacy(): string {
return `${process.env.URL}/privacy`;
}
export function settings(): string {
return `/settings`;
}