User guide update (#4715)

* adding back new navbar structure

* adding back new home

* adding back objects

* adding back 4 pages

* adding back some  pages

* added 3 videos for api, webhook and tasks
This commit is contained in:
Thomas des Francs
2024-03-29 17:30:15 +01:00
committed by GitHub
parent 35fb77d9a8
commit 09e77db74c
45 changed files with 112 additions and 363 deletions

View File

@ -10,20 +10,26 @@ export type IndexHeading = {
export const USER_GUIDE_INDEX = {
'Getting Started': [
{ title: 'What is Twenty', url: 'what-is-twenty' },
{ title: 'Create a Workspace', url: 'create-a-workspace' },
{ title: 'Import your data', url: 'import-your-data' },
{ title: 'Create a Workspace', url: 'create-workspace' },
],
Objects: [
{ title: 'People', url: 'people' },
{ title: 'Companies', url: 'companies' },
{ title: 'Opportunities', url: 'opportunities' },
{ title: 'Custom Objects', url: 'custom-objects' },
{ title: 'Remote Objects', url: 'remote-objects' },
{ title: 'Objects', url: 'objects' },
{ title: 'Fields', url: 'fields' },
{ title: 'Views, Sort and Filter', url: 'views-sort-filter' },
{ title: 'Table Views', url: 'table-views' },
{ title: 'Kanban Views', url: 'kanban-views' },
{ title: 'Import/Export Data', url: 'import-export-data' },
],
Functions: [
{ title: 'Email', url: 'email' },
{ title: 'Calendar', url: 'calendar' },
{ title: 'Emails', url: 'emails' },
{ title: 'Notes', url: 'notes' },
{ title: 'Tasks', url: 'tasks' },
{ title: 'Integrations', url: 'integrations'},
{ title: 'API and Webhooks', url: 'api-webhooks'},
],
Other: [
{ title: 'Glossary', url: 'glossary'},
{ title: 'Tips', url: 'tips'},
{ title: 'Github', url: 'github'},
],
};