chore: Replaced versioned URLs with new ones (#27798)
## Description I have replaced the decommissioned versioned URLs with the correct new URLs based on the provided [list.](https://docs.google.com/spreadsheets/d/10qLHfy4XIjNN_8CPzTu8B7ZNYUrCJM212ZOo8Qfkt9Q/edit?usp=sharing) #### PR fixes following issue(s) Fixes https://github.com/appsmithorg/appsmith/issues/25513 #### Type of change - Bug fix (non-breaking change which fixes an issue) - Chore (housekeeping or task changes that don't impact user perception) Co-authored-by: Gretel Arcia <gretelarcia@Gretels-Mini.lan>
This commit is contained in:
parent
ed3982e534
commit
4ad809a10d
|
|
@ -24,7 +24,7 @@ export const entityDefinitions = {
|
|||
"!doc":
|
||||
"The user's geo location information. Only available when requested",
|
||||
"!url":
|
||||
"https://docs.appsmith.com/v/v1.2.1/framework-reference/geolocation",
|
||||
"https://docs.appsmith.com/reference/appsmith-framework/context-object#geolocation-object",
|
||||
getCurrentPosition:
|
||||
"fn(onSuccess: fn() -> void, onError: fn() -> void, options: object) -> void",
|
||||
watchPosition: "fn(options: object) -> void",
|
||||
|
|
@ -49,7 +49,7 @@ export const entityDefinitions = {
|
|||
return {
|
||||
"!doc":
|
||||
"Actions allow you to connect your widgets to your backend data in a secure manner.",
|
||||
"!url": "https://docs.appsmith.com/v/v1.2.1/framework-reference/run",
|
||||
"!url": "https://docs.appsmith.com/reference/appsmith-framework/query-object",
|
||||
isLoading: "bool",
|
||||
data,
|
||||
responseMeta: {
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ export const mockPlugins = [
|
|||
packageName: PluginPackageName.POSTGRES,
|
||||
iconLocation: getAssetUrl(`${ASSETS_CDN_URL}/logo/postgresql.svg`),
|
||||
documentationLink:
|
||||
"https://docs.appsmith.com/v/v1.2.1/datasource-reference/querying-postgres",
|
||||
"https://docs.appsmith.com/connect-data/reference/querying-postgres#query-postgresql",
|
||||
responseType: "TABLE",
|
||||
uiComponent: "DbEditorForm",
|
||||
datasourceComponent: "AutoForm",
|
||||
|
|
|
|||
|
|
@ -530,7 +530,7 @@ class MapWidget extends BaseWidget<MapWidgetProps, WidgetState> {
|
|||
<p>
|
||||
{"See our"}
|
||||
<a
|
||||
href="https://docs.appsmith.com/v/v1.2.1/setup/docker/google-maps"
|
||||
href="https://docs.appsmith.com/getting-started/setup/instance-configuration/google-maps"
|
||||
rel="noopener noreferrer"
|
||||
target="_blank"
|
||||
>
|
||||
|
|
|
|||
|
|
@ -642,7 +642,7 @@ public class DatabaseChangelog1 {
|
|||
plugin.setDocumentationLink("");
|
||||
|
||||
} else if ("mongo-plugin".equals(plugin.getPackageName())) {
|
||||
plugin.setDocumentationLink("https://docs.appsmith.com/v/v1.2.1/datasource-reference/querying-mongodb");
|
||||
plugin.setDocumentationLink("https://docs.appsmith.com/reference/datasources/querying-mongodb/");
|
||||
|
||||
} else {
|
||||
continue;
|
||||
|
|
@ -1056,7 +1056,7 @@ public class DatabaseChangelog1 {
|
|||
plugin1.setUiComponent("DbEditorForm");
|
||||
plugin1.setResponseType(Plugin.ResponseType.JSON);
|
||||
plugin1.setIconLocation("https://s3.us-east-2.amazonaws.com/assets.appsmith.com/ElasticSearch.jpg");
|
||||
plugin1.setDocumentationLink("https://docs.appsmith.com/v/v1.2.1/datasource-reference/querying-elasticsearch");
|
||||
plugin1.setDocumentationLink("https://docs.appsmith.com/reference/datasources/querying-elasticsearch");
|
||||
plugin1.setDefaultInstall(true);
|
||||
try {
|
||||
mongoTemplate.insert(plugin1);
|
||||
|
|
@ -1076,7 +1076,7 @@ public class DatabaseChangelog1 {
|
|||
plugin1.setUiComponent("DbEditorForm");
|
||||
plugin1.setResponseType(Plugin.ResponseType.JSON);
|
||||
plugin1.setIconLocation("https://s3.us-east-2.amazonaws.com/assets.appsmith.com/DynamoDB.png");
|
||||
plugin1.setDocumentationLink("https://docs.appsmith.com/v/v1.2.1/datasource-reference/querying-dynamodb");
|
||||
plugin1.setDocumentationLink("https://docs.appsmith.com/reference/datasources/querying-dynamodb");
|
||||
plugin1.setDefaultInstall(true);
|
||||
try {
|
||||
mongoTemplate.insert(plugin1);
|
||||
|
|
@ -1106,7 +1106,7 @@ public class DatabaseChangelog1 {
|
|||
plugin1.setUiComponent("DbEditorForm");
|
||||
plugin1.setResponseType(Plugin.ResponseType.TABLE);
|
||||
plugin1.setIconLocation("https://s3.us-east-2.amazonaws.com/assets.appsmith.com/redis.jpg");
|
||||
plugin1.setDocumentationLink("https://docs.appsmith.com/v/v1.2.1/datasource-reference/querying-redis");
|
||||
plugin1.setDocumentationLink("https://docs.appsmith.com/reference/datasources/querying-redis");
|
||||
plugin1.setDefaultInstall(true);
|
||||
try {
|
||||
mongoTemplate.insert(plugin1);
|
||||
|
|
@ -1126,7 +1126,7 @@ public class DatabaseChangelog1 {
|
|||
plugin1.setUiComponent("DbEditorForm");
|
||||
plugin1.setResponseType(Plugin.ResponseType.TABLE);
|
||||
plugin1.setIconLocation("https://s3.us-east-2.amazonaws.com/assets.appsmith.com/MsSQL.jpg");
|
||||
plugin1.setDocumentationLink("https://docs.appsmith.com/v/v1.2.1/datasource-reference/querying-mssql");
|
||||
plugin1.setDocumentationLink("https://docs.appsmith.com/reference/datasources/querying-mssql");
|
||||
plugin1.setDefaultInstall(true);
|
||||
try {
|
||||
mongoTemplate.insert(plugin1);
|
||||
|
|
@ -1309,7 +1309,7 @@ public class DatabaseChangelog1 {
|
|||
plugin.setUiComponent("DbEditorForm");
|
||||
plugin.setResponseType(Plugin.ResponseType.JSON);
|
||||
plugin.setIconLocation("https://s3.us-east-2.amazonaws.com/assets.appsmith.com/Firestore.png");
|
||||
plugin.setDocumentationLink("https://docs.appsmith.com/v/v1.2.1/datasource-reference/querying-firestore");
|
||||
plugin.setDocumentationLink("https://docs.appsmith.com/reference/datasources/querying-firestore");
|
||||
plugin.setDefaultInstall(true);
|
||||
try {
|
||||
mongoTemplate.insert(plugin);
|
||||
|
|
@ -1579,7 +1579,7 @@ public class DatabaseChangelog1 {
|
|||
plugin.setUiComponent("DbEditorForm");
|
||||
plugin.setResponseType(Plugin.ResponseType.TABLE);
|
||||
plugin.setIconLocation("https://s3.us-east-2.amazonaws.com/assets.appsmith.com/Redshift.png");
|
||||
plugin.setDocumentationLink("https://docs.appsmith.com/v/v1.2.1/datasource-reference/querying-redshift");
|
||||
plugin.setDocumentationLink("https://docs.appsmith.com/reference/datasources/querying-redshift");
|
||||
plugin.setDefaultInstall(true);
|
||||
try {
|
||||
mongoTemplate.insert(plugin);
|
||||
|
|
@ -1601,39 +1601,39 @@ public class DatabaseChangelog1 {
|
|||
switch (plugin.getPackageName()) {
|
||||
case "postgres-plugin":
|
||||
plugin.setDocumentationLink(
|
||||
"https://docs.appsmith.com/v/v1.2.1/datasource-reference/querying-postgres");
|
||||
"https://docs.appsmith.com/reference/datasources/querying-postgres");
|
||||
break;
|
||||
case "mongo-plugin":
|
||||
plugin.setDocumentationLink(
|
||||
"https://docs.appsmith.com/v/v1.2.1/datasource-reference/querying-mongodb");
|
||||
"https://docs.appsmith.com/reference/datasources/querying-mongodb/");
|
||||
break;
|
||||
case "elasticsearch-plugin":
|
||||
plugin.setDocumentationLink(
|
||||
"https://docs.appsmith.com/v/v1.2.1/datasource-reference/querying-elasticsearch");
|
||||
"https://docs.appsmith.com/reference/datasources/querying-elasticsearch");
|
||||
break;
|
||||
case "dynamo-plugin":
|
||||
plugin.setDocumentationLink(
|
||||
"https://docs.appsmith.com/v/v1.2.1/datasource-reference/querying-dynamodb");
|
||||
"https://docs.appsmith.com/reference/datasources/querying-dynamodb");
|
||||
break;
|
||||
case "redis-plugin":
|
||||
plugin.setDocumentationLink(
|
||||
"https://docs.appsmith.com/v/v1.2.1/datasource-reference/querying-redis");
|
||||
"https://docs.appsmith.com/reference/datasources/querying-redis");
|
||||
break;
|
||||
case "mssql-plugin":
|
||||
plugin.setDocumentationLink(
|
||||
"https://docs.appsmith.com/v/v1.2.1/datasource-reference/querying-mssql");
|
||||
"https://docs.appsmith.com/reference/datasources/querying-mssql");
|
||||
break;
|
||||
case "firestore-plugin":
|
||||
plugin.setDocumentationLink(
|
||||
"https://docs.appsmith.com/v/v1.2.1/datasource-reference/querying-firestore");
|
||||
"https://docs.appsmith.com/reference/datasources/querying-firestore");
|
||||
break;
|
||||
case "redshift-plugin":
|
||||
plugin.setDocumentationLink(
|
||||
"https://docs.appsmith.com/v/v1.2.1/datasource-reference/querying-redshift");
|
||||
"https://docs.appsmith.com/reference/datasources/querying-redshift");
|
||||
break;
|
||||
case "mysql-plugin":
|
||||
plugin.setDocumentationLink(
|
||||
"https://docs.appsmith.com/v/v1.2.1/datasource-reference/querying-mysql");
|
||||
"https://docs.appsmith.com/reference/datasources/querying-mysql");
|
||||
break;
|
||||
default:
|
||||
continue;
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@ Quickly set up Appsmith to explore product functionality using Heroku.
|
|||
- Github Oauth:
|
||||
- `APPSMITH_OAUTH2_GITHUB_CLIENT_ID`: Client ID provided by Github for OAuth2 login
|
||||
- `APPSMITH_OAUTH2_GITHUB_CLIENT_SECRET`: Client secret provided by Github for OAuth2 login
|
||||
- `APPSMITH_DISABLE_TELEMETRY`: We want to be transparent and request that you share anonymous usage data with us. This data is purely statistical in nature and helps us understand your needs & provide better support to your self-hosted instance. You can read more about what information is collected in our documentation https://docs.appsmith.com/v/v1.2.1/setup/telemetry
|
||||
- `APPSMITH_DISABLE_TELEMETRY`: We want to be transparent and request that you share anonymous usage data with us. This data is purely statistical in nature and helps us understand your needs & provide better support to your self-hosted instance. You can read more about what information is collected in our documentation https://docs.appsmith.com/product/telemetry
|
||||
- Google reCAPTCHA v3 Configuration:
|
||||
- `APPSMITH_RECAPTCHA_SITE_KEY`: Google reCAPTCHA v3 site key, it is required if you wish to enable protection against spam/abusive users. Read more at: https://developers.google.com/recaptcha/docs/v3
|
||||
- `APPSMITH_RECAPTCHA_SECRET_KEY`: Google reCAPTCHA v3 verification secret key, it is required if you wish to enable spam protection in your backend server.
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user