Browse Source

docs: replace relative path to absolute path since it leading to issue when accessing overview page directly

pull/9411/head
Pranav C 3 months ago
parent
commit
fe5ac443a4
  1. 2
      packages/noco-docs/docs/040.bases/010.base-overview.md
  2. 15
      packages/noco-docs/docs/060.table-operations/010.overview.md
  3. 10
      packages/noco-docs/docs/090.views/010.views-overview.md
  4. 4
      packages/noco-docs/docs/100.data-sources/010.data-source-overview.md
  5. 8
      packages/noco-docs/docs/120.collaboration/010.collaboration-overview.md
  6. 2
      packages/noco-docs/docs/130.automation/020.webhook/010.webhook-overview.md
  7. 20
      packages/noco-docs/docs/140.account-settings/030.authentication/010.overview.md
  8. 10
      packages/noco-docs/docs/160.developer-resources/020.webhook/010.webhook-overview.md

2
packages/noco-docs/docs/040.bases/010.base-overview.md

@ -30,7 +30,7 @@ on its name. Tables originating from external sources are clearly highlighted in
respective permission levels. It's worth noting that members who are part of the workspace automatically inherit
access permissions at the base level. However, the base owner retains the ability to adjust these permissions,
either increasing or decreasing them. Further details on collaboration management can be found in the dedicated
[Base Collaborations](base-collaboration) section.
[Base Collaborations](/bases/base-collaboration) section.
3. **Data Sources**: NocoDB offers the functionality to connect with external data sources and seamlessly
integrate them as native tables. This section provides a listing of connected data sources, setting the stage

15
packages/noco-docs/docs/060.table-operations/010.overview.md

@ -8,11 +8,10 @@ keywords: ['NocoDB table operations', 'table operations overview', 'hide field',
The toolbar provides a set of tools to interact with the data in the table. The toolbar is located at the top of the view area.
- [Hide fields & reorder](field-operations)
- [Filter](filter)
- [Sort](sort)
- [GroupBy](group-by)
- [Row height](row-height)
- [Quick Search](search)
- [Download](download)
- [Hide fields & reorder](/table-operations/field-operations)
- [Filter](/table-operations/filter)
- [Sort](/table-operations/sort)
- [GroupBy](/table-operations/group-by)
- [Row height](/table-operations/row-height)
- [Quick Search](/table-operations/search)
- [Download](/table-operations/download)

10
packages/noco-docs/docs/090.views/010.views-overview.md

@ -17,11 +17,11 @@ View represents data from a table. Any updates to records in a view will be refl
## View Types Supported
1. [Grid View](view-types/grid)
2. [Form View](view-types/form)
3. [Gallery View](view-types/gallery)
4. [Kanban View](view-types/kanban)
5. [Calendar View](view-types/calendar)
1. [Grid View](/views/view-types/grid)
2. [Form View](/views/view-types/form)
3. [Gallery View](/views/view-types/gallery)
4. [Kanban View](/views/view-types/kanban)
5. [Calendar View](/views/view-types/calendar)
## View Permission Types

4
packages/noco-docs/docs/100.data-sources/010.data-source-overview.md

@ -25,8 +25,8 @@ NocoDB allows you to connect to external data sources and get a unified spreadsh
Learn more about **working with Data sources** in the following sections:
- [Connect to a Data source](/data-sources/connect-to-data-source)
- [Sync changes externally made to data source](/data-sources/sync-with-data-source)
- [Edit external database configuration parameters](/data-sources/actions-on-data-sources#edit-external-database-configuration-parameters)
- [Remove Data source](/data-sources/actions-on-data-sources#remove-external-data-source)
- [Edit external database configuration parameters](/data-sources/actions-on-data-sources#edit-data-source-parameters)
- [Remove Data source](/data-sources/actions-on-data-sources#remove-data-source)
- [Hide Data source](/data-sources/actions-on-data-sources#data-source-visibility)
- [Relations within a data source](/data-sources/actions-on-data-sources#relations)
- [Audit logs](/data-sources/actions-on-data-sources#audit-logs)

8
packages/noco-docs/docs/120.collaboration/010.collaboration-overview.md

@ -9,7 +9,7 @@ At NocoDB, our passion lies in promoting teamwork, and it's a significant factor
In this segment, we'll discuss various collaboration features that NocoDB offers.
[Workspace collaboration](workspace-collaboration)
[Base collaboration](base-collaboration)
[Share base](share-base)
[Share view](share-view)
[Workspace collaboration](/collaboration/workspace-collaboration)
[Base collaboration](/collaboration/base-collaboration)
[Share base](/collaboration/share-base)
[Share view](/collaboration/share-view)

2
packages/noco-docs/docs/130.automation/020.webhook/010.webhook-overview.md

@ -10,7 +10,7 @@ You can employ webhooks to notify external systems whenever there are additions,
Note that, Webhooks currently are specific to associated table.
- [Create Webhook](/automation/webhook/create-webhook)
- [Disable Webhook](/automation/webhook/actions-on-webhook#enable/disable-webhook)
- [Disable Webhook](/automation/webhook/actions-on-webhook#enabledisable-webhook)
- [Modify Webhook](/automation/webhook/actions-on-webhook#edit-webhook)
- [Duplicate Webhook](/automation/webhook/actions-on-webhook#duplicate-webhook)
- [Delete Webhook](/automation/webhook/actions-on-webhook#delete-webhook)

20
packages/noco-docs/docs/140.account-settings/030.authentication/010.overview.md

@ -23,7 +23,7 @@ SSO functionality is achieved by establishing a connection with an identity prov
Google OAuth, short for Open Authorization, is a widely used and standardized protocol that facilitates secure authentication and authorization processes, particularly in the context of web and mobile applications. Developed by Google, OAuth enables users to grant third-party applications limited access to their resources without exposing their credentials. This authorization framework is based on token-based authentication, where users can log in using their Google credentials, and developers can obtain an access token to interact with Google APIs on the user's behalf.
Please follow the details in the article to integrate with [Google OAuth](google-oauth)
Please follow the details in the article to integrate with [Google OAuth](020.google-oauth.md)
### Security Assertion Markup Language (SAML)
The Security Assertion Markup Language (SAML) stands as a critical protocol in the realm of secure authentication and authorization processes. Developed to enable Single Sign-On (SSO) functionality, SAML facilitates the exchange of authentication and authorization data between an identity provider (IdP) and a service provider (SP). This XML-based protocol ensures the secure transfer of user identity information, allowing individuals to access multiple applications and services with a single set of credentials. SAML operates on a trust model, wherein the identity provider asserts the user's identity to the service provider, which, in turn, grants or denies access based on the provided assertions.
@ -31,11 +31,11 @@ The Security Assertion Markup Language (SAML) stands as a critical protocol in t
[//]: # (This robust framework is widely employed in various industries and platforms, contributing to the seamless and secure integration of disparate systems and applications in the digital landscape. SAML adoption is particularly evident in cloud-based services, enterprise applications, and other environments where a unified and secure authentication process is paramount.)
Please follow the details in the article below to integrate with various popular SAML providers.
1. [Okta](SAML-SSO/okta)
2. [Auth0](SAML-SSO/auth0)
3. [Ping Identity](SAML-SSO/ping-identity)
4. [Active Directory](SAML-SSO/azure-ad)
5. [Keycloak](SAML-SSO/keycloak)
1. [Okta](/account-settings/authentication/SAML-SSO/okta)
2. [Auth0](/account-settings/authentication/SAML-SSO/auth0)
3. [Ping Identity](/account-settings/authentication/SAML-SSO/ping-identity)
4. [Active Directory](/account-settings/authentication/SAML-SSO/azure-ad)
5. [Keycloak](/account-settings/authentication/SAML-SSO/keycloak)
### OpenID Connect (OIDC)
The OpenID Connect (OIDC) protocol is a modern authentication layer built on top of the OAuth 2.0 framework, designed to address user authentication and authorization challenges in web and mobile applications. OIDC provides a standardized and secure way for applications to verify the identity of end-users. Leveraging JSON Web Tokens (JWTs), OIDC enables the exchange of user identity information between the identity provider (IdP) and the Service provider, typically a web application.
@ -43,9 +43,9 @@ The OpenID Connect (OIDC) protocol is a modern authentication layer built on top
[//]: # (One of the key advantages of OIDC is its ability to enable Single Sign-On (SSO) capabilities, allowing users to authenticate once and access multiple applications seamlessly. OIDC also provides a standardized set of claims, such as user profile information, making it easier for developers to integrate identity management into their applications. Widely adopted in various industries, OIDC plays a crucial role in enhancing the security and user experience of authentication processes across diverse digital platforms.)
Please follow the details in the article below to integrate with various popular OIDC providers.
1. [Okta](OIDC-SSO/okta)
2. [Auth0](OIDC-SSO/auth0)
3. [Ping Identity](OIDC-SSO/ping-identity)
4. [Active Directory](OIDC-SSO/azure-ad)
1. [Okta](/account-settings/authentication/OIDC-SSO/okta)
2. [Auth0](/account-settings/authentication/OIDC-SSO/auth0)
3. [Ping Identity](/account-settings/authentication/OIDC-SSO/ping-identity)
4. [Active Directory](/account-settings/authentication/OIDC-SSO/azure-ad)

10
packages/noco-docs/docs/160.developer-resources/020.webhook/010.webhook-overview.md

@ -9,9 +9,9 @@ You can employ webhooks to notify external systems whenever there are additions,
Note that, Webhooks currently are specific to associated table.
- [Create Webhook](create-webhook)
- [Disable Webhook](actions-on-webhook#enable/disable-webhook)
- [Modify Webhook](actions-on-webhook#edit-webhook)
- [Duplicate Webhook](actions-on-webhook#duplicate-webhook)
- [Delete Webhook](actions-on-webhook#delete-webhook)
- [Create Webhook](020.create-webhook.md)
- [Disable Webhook](040.actions-on-webhook.md#enabledisable-webhook)
- [Modify Webhook](040.actions-on-webhook.md#edit-webhook)
- [Duplicate Webhook](040.actions-on-webhook.md#duplicate-webhook)
- [Delete Webhook](040.actions-on-webhook.md#delete-webhook)

Loading…
Cancel
Save