Docs modifications (#5804)
- Fixes #5504 - Fixes #5503 - Return 404 when the page does not exist - Modified the footer in order to align it properly - Removed "noticed something to change" in each table of content - Fixed the URLs of the edit module - Added the edit module to Developers - Fixed header style on the REST API page. - Edited the README to point to Developers - Fixed selected state when clicking on sidebar elements --------- Co-authored-by: Félix Malfait <felix.malfait@gmail.com>
This commit is contained in:
@ -86,4 +86,4 @@ And, voila! You've deactivated a field. But what does this imply for your CRM op
|
||||
|
||||
You can reactivate Standard and Custom Fields or have the option to permanently delete them.
|
||||
|
||||
<ArticleEditContent articleTitle="fields.mdx"></ArticleEditContent>
|
||||
<ArticleEditContent></ArticleEditContent>
|
||||
@ -43,4 +43,4 @@ To export data from an object:
|
||||
</div>
|
||||
<script src="https://player.vimeo.com/api/player.js"></script>
|
||||
|
||||
<ArticleEditContent articleTitle="import-export-data.mdx"></ArticleEditContent>
|
||||
<ArticleEditContent></ArticleEditContent>
|
||||
@ -80,4 +80,4 @@ You can also hide all the fields, and get an overview of all the opportunities a
|
||||
|
||||
<img src="/images/user-guide/kanban-views/compact-view.png"style={{width:'100%'}}/>
|
||||
|
||||
<ArticleEditContent articleTitle="kanban-views.mdx"></ArticleEditContent>
|
||||
<ArticleEditContent></ArticleEditContent>
|
||||
@ -41,7 +41,7 @@ To create a new custom object:
|
||||
<div style={{padding:'71.24% 0 0 0', position:'relative', margin: '32px 0px 0px'}}>
|
||||
<iframe
|
||||
src="https://player.vimeo.com/video/926288174?autoplay=1&loop=1&autopause=0&background=1&app_id=58479"
|
||||
frameborder="0"
|
||||
frameBorder="0"
|
||||
allow="autoplay; fullscreen; picture-in-picture; clipboard-write"
|
||||
style={{
|
||||
position:'absolute',
|
||||
@ -62,7 +62,7 @@ To create a new custom object:
|
||||
<div style={{padding:'71.24% 0 0 0', position:'relative', margin: '32px 0px 0px'}}>
|
||||
<iframe
|
||||
src="https://player.vimeo.com/video/926293493?autoplay=1&loop=1&autopause=0&background=1&app_id=58479"
|
||||
frameborder="0"
|
||||
frameBorder="0"
|
||||
allow="autoplay; fullscreen; picture-in-picture; clipboard-write"
|
||||
style={{
|
||||
position:'absolute',
|
||||
@ -82,4 +82,4 @@ To create a new custom object:
|
||||
|
||||
<img src="/images/user-guide/objects/customize-fields.png"style={{width:'100%'}}/>
|
||||
|
||||
<ArticleEditContent articleTitle="objects.mdx"></ArticleEditContent>
|
||||
<ArticleEditContent></ArticleEditContent>
|
||||
@ -70,4 +70,4 @@ To create a custom field, click the **+** button at the right end of the table c
|
||||
|
||||
You can also do it by navigating to **Settings** > **Data Model** > **People**. Click on **Add Field**. Choose a field name and type. The new field will be available in the app.
|
||||
|
||||
<ArticleEditContent articleTitle="table-views.mdx"></ArticleEditContent>
|
||||
<ArticleEditContent></ArticleEditContent>
|
||||
@ -176,4 +176,4 @@ You can rearrange fields by clicking their field column header and then press **
|
||||
|
||||
To open a record, click on the name in the first column. This action will open the corresponding Record page.
|
||||
|
||||
<ArticleEditContent articleTitle="views-sort-filter.mdx"></ArticleEditContent>
|
||||
<ArticleEditContent></ArticleEditContent>
|
||||
Reference in New Issue
Block a user