Skip to content

Commit

Permalink
docs: 📝 Update feedback board links
Browse files Browse the repository at this point in the history
  • Loading branch information
baptisteArno committed Mar 7, 2022
1 parent 260819f commit e73fce3
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 43 deletions.
83 changes: 41 additions & 42 deletions apps/docs/docusaurus.config.js
Original file line number Diff line number Diff line change
@@ -1,79 +1,79 @@
/** @type {import('@docusaurus/types').DocusaurusConfig} */
module.exports = {
title: "Typebot docs",
tagline: "Get to Typebot next level with its documentation",
url: "https://docs.typebot.io",
baseUrl: "/",
onBrokenLinks: "warn",
onBrokenMarkdownLinks: "warn",
favicon: "img/favicon.png",
organizationName: "Typebot_io", // Usually your GitHub org/user name.
title: 'Typebot docs',
tagline: 'Get to Typebot next level with its documentation',
url: 'https://docs.typebot.io',
baseUrl: '/',
onBrokenLinks: 'warn',
onBrokenMarkdownLinks: 'warn',
favicon: 'img/favicon.png',
organizationName: 'baptisteArno', // Usually your GitHub org/user name.
themeConfig: {
navbar: {
title: "Typebot",
title: 'Typebot',
logo: {
alt: "Typebot Logo",
src: "img/logo.svg",
alt: 'Typebot Logo',
src: 'img/logo.svg',
},
items: [
{
href: "https://github.com/typebot-io/docs",
label: "Contribute",
position: "right",
href: 'https://github.com/typebot-io/docs',
label: 'Contribute',
position: 'right',
},
],
},
algolia: {
apiKey: "d2e121d4ad4e5346ac2c3329424981a1",
indexName: "typebot",
appId: "DXYNLHZTGJ",
apiKey: 'd2e121d4ad4e5346ac2c3329424981a1',
indexName: 'typebot',
appId: 'DXYNLHZTGJ',
},
footer: {
links: [
{
title: "Product",
title: 'Product',
items: [
{
label: "Homepage",
to: "https://www.typebot.io",
label: 'Homepage',
to: 'https://www.typebot.io',
},
{
label: "Roadmap",
to: "https://feedback.typebot.io",
label: 'Roadmap',
to: 'https://app.typebot.io/feedback',
},
{
label: "Blog",
to: "https://www.typebot.io/blog",
label: 'Blog',
to: 'https://www.typebot.io/blog',
},
],
},
{
title: "Community",
title: 'Community',
items: [
{
label: "Facebook Group",
href: "https://www.facebook.com/groups/typebot",
label: 'Facebook Group',
href: 'https://www.facebook.com/groups/typebot',
},
{
label: "Twitter",
href: "https://twitter.com/Typebot_io",
label: 'Twitter',
href: 'https://twitter.com/Typebot_io',
},
],
},
{
title: "Company",
title: 'Company',
items: [
{
label: "About",
to: "https://www.typebot.io/about",
label: 'About',
to: 'https://www.typebot.io/about',
},
{
label: "Terms of Service",
href: "https://www.typebot.io/terms-of-service",
label: 'Terms of Service',
href: 'https://www.typebot.io/terms-of-service',
},
{
label: "Privacy Policy",
href: "https://www.typebot.io/privacy-policies",
label: 'Privacy Policy',
href: 'https://www.typebot.io/privacy-policies',
},
],
},
Expand All @@ -85,17 +85,16 @@ module.exports = {
},
presets: [
[
"@docusaurus/preset-classic",
'@docusaurus/preset-classic',
{
docs: {
sidebarPath: require.resolve("./sidebars.js"),
routeBasePath: "/",
sidebarPath: require.resolve('./sidebars.js'),
routeBasePath: '/',
},
theme: {
customCss: require.resolve("./src/css/custom.css"),
customCss: require.resolve('./src/css/custom.css'),
},
},
],
],
scripts: ["https://unpkg.com/typebot-js", "/scripts/typebot.js"],
};
}
2 changes: 1 addition & 1 deletion apps/landing-page/components/common/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const facebookGroupUrl = 'https://www.facebook.com/groups/typebot'
const typebotLinkedInUrl = 'https://www.linkedin.com/company/typebot'
const typebotTwitterUrl = 'https://twitter.com/Typebot_io'
export const contactUrl = 'https://bot.typebot.io/landing-page-bubble-en'
export const roadmapLink = 'https://feedback.typebot.io/roadmap'
export const roadmapLink = 'https://app.typebot.io/feedback'

export const Footer = () => {
return (
Expand Down

4 comments on commit e73fce3

@vercel
Copy link

@vercel vercel bot commented on e73fce3 Mar 7, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

docs – ./apps/docs

docs-typebot-io.vercel.app
docs.typebot.io
docs-git-main-typebot-io.vercel.app

@vercel
Copy link

@vercel vercel bot commented on e73fce3 Mar 7, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

builder-v2 – ./apps/builder

app.typebot.io
builder-v2-git-main-typebot-io.vercel.app
builder-v2-typebot-io.vercel.app

@vercel
Copy link

@vercel vercel bot commented on e73fce3 Mar 7, 2022

@vercel
Copy link

@vercel vercel bot commented on e73fce3 Mar 7, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.