diff --git a/docs/_data/_routes.yml b/docs/_data/_routes.yml index 3d0d16b00587..b608e9cd02bd 100644 --- a/docs/_data/_routes.yml +++ b/docs/_data/_routes.yml @@ -87,39 +87,43 @@ platforms: - href: new-expensify title: New Expensify hub-title: New Expensify - Help & Resources - hub-description: Questions? Find the answers by clicking a Category or using the search bar located in the left-hand menu. + hub-description: Questions? Find the answers by clicking a Category or using the search bar. url: new.expensify.com description: "Your account settings look like this:" image: /assets/images/settings-new-dot.svg hubs: + - href: getting-started + title: Getting Started + icon: /assets/images/accounting.svg + description: Set up your account to optimize Expensify's features. + - href: chat title: Chat icon: /assets/images/chat-bubble.svg - description: Enhance your financial experience using Expensify's chat feature, offering quick and secure communication for personalized support and payment transfers. + description: Use Expensify's chat feature to split bills, chat with employees, and manage payments. - - href: account-settings - title: Account Settings - icon: /assets/images/gears.svg - description: Discover how to personalize your profile, add secondary logins, and grant delegated access to employees with our comprehensive guide on Account Settings. + - href: workspaces + title: Workspaces + icon: /assets/images/shield.svg + description: Configure rules, settings, and limits for your company’s spending. + + - href: expenses + title: Expenses + icon: /assets/images/money-into-wallet.svg + description: Learn more about expense tracking and submission. - - href: bank-accounts - title: Bank Accounts + - href: bank-accounts-and-payments + title: Bank Accounts & Payments icon: /assets/images/bank-card.svg - description: Find out how to connect Expensify to your financial institutions, track credit card transactions, and best practices for reconciling company cards. - - - href: billing-and-plan-types - title: Billing & Plan Types - icon: /assets/images/subscription-annual.svg - description: Here is where you can review Expensify's billing and subscription options, plan types, and payment methods. + description: Send direct reimbursements, pay invoices, and receive payment. - href: expensify-card title: Expensify Card icon: /assets/images/hand-card.svg - description: Explore how the Expensify Card combines convenience and security to enhance everyday business transactions. Discover how to apply for, oversee, and maximize your card perks here. - - - href: payments - title: Payments - icon: /assets/images/money-into-wallet.svg - description: Whether you submit an expense report or an invoice, find out here how to ensure a smooth and timely payback process every time. + description: Explore the perks and benefits of the Expensify Card. + - href: settings + title: Settings + icon: /assets/images/gears.svg + description: Manage profile settings and notifications. diff --git a/docs/articles/new-expensify/bank-accounts/Connect-a-Bank-Account.md b/docs/articles/new-expensify/bank-accounts-and-payments/Connect-a-Bank-Account.md similarity index 100% rename from docs/articles/new-expensify/bank-accounts/Connect-a-Bank-Account.md rename to docs/articles/new-expensify/bank-accounts-and-payments/Connect-a-Bank-Account.md diff --git a/docs/articles/new-expensify/payments/Distance-Requests.md b/docs/articles/new-expensify/expenses/Distance-Requests.md similarity index 100% rename from docs/articles/new-expensify/payments/Distance-Requests.md rename to docs/articles/new-expensify/expenses/Distance-Requests.md diff --git a/docs/articles/new-expensify/payments/Referral-Program.md b/docs/articles/new-expensify/expenses/Referral-Program.md similarity index 100% rename from docs/articles/new-expensify/payments/Referral-Program.md rename to docs/articles/new-expensify/expenses/Referral-Program.md diff --git a/docs/articles/new-expensify/payments/Request-Money.md b/docs/articles/new-expensify/expenses/Request-Money.md similarity index 100% rename from docs/articles/new-expensify/payments/Request-Money.md rename to docs/articles/new-expensify/expenses/Request-Money.md diff --git a/docs/articles/new-expensify/getting-started/Coming-Soon.md b/docs/articles/new-expensify/getting-started/Coming-Soon.md new file mode 100644 index 000000000000..6b85bb0364b5 --- /dev/null +++ b/docs/articles/new-expensify/getting-started/Coming-Soon.md @@ -0,0 +1,4 @@ +--- +title: Coming Soon +description: Coming Soon +--- diff --git a/docs/articles/new-expensify/account-settings/Preferences.md b/docs/articles/new-expensify/settings/Preferences.md similarity index 100% rename from docs/articles/new-expensify/account-settings/Preferences.md rename to docs/articles/new-expensify/settings/Preferences.md diff --git a/docs/articles/new-expensify/account-settings/Profile.md b/docs/articles/new-expensify/settings/Profile.md similarity index 100% rename from docs/articles/new-expensify/account-settings/Profile.md rename to docs/articles/new-expensify/settings/Profile.md diff --git a/docs/articles/new-expensify/account-settings/Security.md b/docs/articles/new-expensify/settings/Security.md similarity index 100% rename from docs/articles/new-expensify/account-settings/Security.md rename to docs/articles/new-expensify/settings/Security.md diff --git a/docs/articles/new-expensify/billing-and-plan-types/The-Free-Plan.md b/docs/articles/new-expensify/workspaces/The-Free-Plan.md similarity index 100% rename from docs/articles/new-expensify/billing-and-plan-types/The-Free-Plan.md rename to docs/articles/new-expensify/workspaces/The-Free-Plan.md diff --git a/docs/new-expensify/hubs/bank-accounts-and-payments/index.html b/docs/new-expensify/hubs/bank-accounts-and-payments/index.html new file mode 100644 index 000000000000..94db3c798710 --- /dev/null +++ b/docs/new-expensify/hubs/bank-accounts-and-payments/index.html @@ -0,0 +1,6 @@ +--- +layout: default +title: Bank Accounts & Payments +--- + +{% include hub.html %} \ No newline at end of file diff --git a/docs/new-expensify/hubs/bank-accounts/index.html b/docs/new-expensify/hubs/bank-accounts/index.html deleted file mode 100644 index 2f91f0913d6e..000000000000 --- a/docs/new-expensify/hubs/bank-accounts/index.html +++ /dev/null @@ -1,6 +0,0 @@ ---- -layout: default -title: Bank Accounts & Credit Cards ---- - -{% include hub.html %} \ No newline at end of file diff --git a/docs/new-expensify/hubs/payments/index.html b/docs/new-expensify/hubs/expenses/index.html similarity index 74% rename from docs/new-expensify/hubs/payments/index.html rename to docs/new-expensify/hubs/expenses/index.html index d22f7e375f2e..66aa2c74ac57 100644 --- a/docs/new-expensify/hubs/payments/index.html +++ b/docs/new-expensify/hubs/expenses/index.html @@ -1,6 +1,6 @@ --- layout: default -title: Payments +title: Expenses --- {% include hub.html %} \ No newline at end of file diff --git a/docs/new-expensify/hubs/expensify-partner-program/index.html b/docs/new-expensify/hubs/expensify-partner-program/index.html deleted file mode 100644 index c0a192c6e916..000000000000 --- a/docs/new-expensify/hubs/expensify-partner-program/index.html +++ /dev/null @@ -1,6 +0,0 @@ ---- -layout: default -title: Expensify Partner Program ---- - -{% include hub.html %} diff --git a/docs/new-expensify/hubs/account-settings/index.html b/docs/new-expensify/hubs/getting-started/index.html similarity index 66% rename from docs/new-expensify/hubs/account-settings/index.html rename to docs/new-expensify/hubs/getting-started/index.html index 434761a6c4fa..8c68adfdac5c 100644 --- a/docs/new-expensify/hubs/account-settings/index.html +++ b/docs/new-expensify/hubs/getting-started/index.html @@ -1,6 +1,6 @@ --- layout: default -title: Account Settings +title: Getting started --- {% include hub.html %} \ No newline at end of file diff --git a/docs/new-expensify/hubs/send-payments/index.html b/docs/new-expensify/hubs/settings/index.html similarity index 69% rename from docs/new-expensify/hubs/send-payments/index.html rename to docs/new-expensify/hubs/settings/index.html index c8275af5c353..44e730f30a2b 100644 --- a/docs/new-expensify/hubs/send-payments/index.html +++ b/docs/new-expensify/hubs/settings/index.html @@ -1,6 +1,6 @@ --- layout: default -title: Send Payments +title: Settings --- {% include hub.html %} \ No newline at end of file diff --git a/docs/new-expensify/hubs/workspace-and-domain-settings/index.html b/docs/new-expensify/hubs/workspace-and-domain-settings/index.html deleted file mode 100644 index c4e5d06d6b8a..000000000000 --- a/docs/new-expensify/hubs/workspace-and-domain-settings/index.html +++ /dev/null @@ -1,6 +0,0 @@ ---- -layout: default -title: Workspace & Domain Settings ---- - -{% include hub.html %} \ No newline at end of file diff --git a/docs/new-expensify/hubs/billing-and-plan-types/index.html b/docs/new-expensify/hubs/workspaces/index.html similarity index 62% rename from docs/new-expensify/hubs/billing-and-plan-types/index.html rename to docs/new-expensify/hubs/workspaces/index.html index b49b2b62b1d6..436c9fcfecb1 100644 --- a/docs/new-expensify/hubs/billing-and-plan-types/index.html +++ b/docs/new-expensify/hubs/workspaces/index.html @@ -1,6 +1,6 @@ --- layout: default -title: Billing & Plan Types +title: Workspaces --- {% include hub.html %} \ No newline at end of file